Get the real user interface news results from Google News with a single API. Extract news articles, sources, publication dates, snippets, and thumbnail images in markdown or other formats, at any scale.
curl -X POST https://api.cloro.dev/v1/monitor/google/news \
-H "Authorization: Bearer sk_live_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"query": "climate change",
"country": "US",
"pages": 3
}' {
"success": true,
"result": {
"newsResults": [
{
"position": 1,
"title": "Major Climate Summit Reaches Historic Agreement",
"link": "https://example.com/climate-summit",
"snippet": "World leaders agreed on new climate targets...",
"source": "The Guardian",
"date": "2 hours ago",
"thumbnail": "https://example.com/images/climate-summit.jpg"
}
]
}
}
Currently supporting the major SEO and AI SEO providers.
Ready for any scale, across multiple regions.
Easily extract markdown, text or HTML. We parse the relevant objects of each response, such sources, citations, query fan-out, shopping and others.
import requests
response = requests.post(
"https://api.cloro.dev/v1/monitor/google/news",
headers={
"Authorization": "Bearer sk_live_your_api_key_here",
"Content-Type": "application/json"
},
json={
"query": "climate change",
"country": "US",
"pages": 3
}
)
print(response.json()) {
"success": true,
"result": {
"newsResults": [
{
"position": 1,
"title": "Major Climate Summit Reaches Historic Agreement",
"link": "https://example.com/climate-summit-agreement",
"snippet": "World leaders agreed on new climate targets at the summit...",
"source": "The Guardian",
"date": "2 hours ago",
"thumbnail": "https://example.com/images/climate-summit.jpg"
},
{
"position": 2,
"title": "New Climate Report Shows Urgent Need for Action",
"link": "https://example.com/climate-report",
"snippet": "Scientists warn that immediate action is needed to address climate change...",
"source": "BBC News",
"date": "5 hours ago",
"thumbnail": "https://example.com/images/climate-report.jpg"
}
]
}
} Plans for all needs, with lowering price per credit as you scale.
Each provider requires different credit amounts per request:
Google News uses the same pricing as Google Search
Monitor your brand and your competitors, at global scale and with the best performance.
No credit card required.