Search current Google News results
Search current Google News results. Returns headline, source/domain, URL, snippet, publication time, image and rank. For current-events, monitoring and research agents.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
885 msmedian answer time
$0.0035listed price per call
$0.0035price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agent-commerce-factory-jm.austriaeast.cloudapp.azure.com/v1/news/search
| Category | Image and media |
|---|---|
| Provider host | agent-commerce-factory-jm.austriaeast.cloudapp.azure.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.0035 | 885 ms |
Example input (from the provider)
{
"body": {
"depth": 10,
"languageCode": "en",
"locationCode": 2840,
"query": "artificial intelligence"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"depth": {
"default": 10,
"maximum": 10,
"minimum": 1,
"type": "integer"
},
"languageCode": {
"default": "en",
"type": "string"
},
"locationCode": {
"default": 2840,
"minimum": 1,
"type": "integer"
},
"query": {
"maxLength": 700,
"minLength": 1,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"count": {
"type": "integer"
},
"economics": {
"properties": {
"sellPriceUsd": {
"type": "number"
},
"upstreamCostUsdActual": {
"type": [
"number",
"null"
]
}
},
"type": "object"
},
"items": {
"items": {
"properties": {
"domain": {
"type": [
"string",
"null"
]
},
"imageUrl": {
"type": [
"string",
"null"
]
},
"publishedAt": {
"type": [
"string",
"null"
]
},
"rank": {
"type": [
"integer",
"null"
]
},
"snippet": {
"type": [
"string",
"null"
]
},
"source": {
"type": [
"string",
"null"
]
},
"timePublished": {
"type": [
"string",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"url": {
"type": [
"string",
"null"
]
}
},
"type": "object"
},
"type": "array"
},
"machine": {
"type": "string"
},
"query": {
"type": "string"
},
"route": {
"type": "string"
}
},
"required": [
"machine",
"route",
"items"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}