Free
$0/mo
200
Requests / month
- Overage
- Hard limit
- Rate limit
- 10/min
- Card
- Not needed
Live headlines from news.google.com, with publisher URLs, topics, and clusters.
Data samples
The page the Google News API reads, and the response it returns for the same query.
https://news.google.com/topics/CAAqJggKIiBDQkFTRWdvSUwyMHZNRGx1YlY4U0FtVnVHZ0pWVXlnQVAB?hl=en-NZ&gl=NZ&ceid=NZ:en

{
"engine": "google_news",
"family": "news",
"format": "html",
"query": {
"q": null,
"when": null,
"topic": "WORLD",
"language": "en",
"country": "nz",
"page": 1
},
"title": "World",
"count": 1,
"next_cursor": null,
"results": [
{
"position": 1,
"title": "North Korean operative posing as IT contractor hired by NZ business",
"url": "https://www.1news.co.nz/2026/09/24/north-korean-operative-posing-as-it-contractor-hired-by-nz-business/",
"google_url": "https://news.google.com/read/CBMiEXAMPLE",
"source": {
"name": "1News",
"domain": "1news.co.nz"
},
"published_at": "2026-09-24T17:03:04.000Z",
"authors": [
"Ed O'driscoll"
]
}
]
}Source page captured separately from the recorded response, so live values can differ.
Code
One host, one Bearer key for every Clair API. Each call returns JSON with the same envelope, so a second API is a new path, not a new client.
curl -G "https://api.clair.im/v1/search?engine=google_news&topic=WORLD&country=nz" \ -H "Authorization: Bearer YOUR_API_KEY"
Reference
One listing page. HTML results include publisher url and google_url. RSS search keeps only the Google /read/ link. Do not send limit or cursor.
GET /v1/search?engine=google_news
Authorizationheader · stringrequired
enginestringrequired
qstring
whenstring
topicstring
topic_tokenstring
section_tokenstring
story_tokenstring
publication_tokenstring
locationstring
languagestring
countrystring
pageinteger
Pricing
This API is its own subscription with its own quota. Unused requests expire at renewal. Need a custom volume? Email contact@serinlabs.com.
$0/mo
200
Requests / month
$49.99/mo
3,700
Requests / month
Most popular
$149/mo
14,800
Requests / month
$399/mo
49,600
Requests / month
No monthly fee
$0.0201
Per request
Prices in USD, billed monthly by Stripe. Cancel any time from Manage billing.
Live scrape of news.google.com. Home, search, named topics, geo, publisher pages, and Full Coverage stories. HTML listings include the real publisher URL plus google_url. Search may fall back to RSS (format=rss) when Google bans the HTML page. Article bodies are not hydrated.
Each call is one request, and each extra page is a new call. A malformed request (400) is not counted, and a request that fails on our side (5xx) is refunded.
Yes. Every Clair API has its own free tier: 200 requests a month, with no card. It resets monthly, and the API stops when the month's requests run out.
On a paid tier, extra calls are billed at the tier's overage rate until its ceiling, then the API returns 429 until the next period. The free tier returns 429 as soon as its requests are used.
No. Each API is its own subscription, and one key works with all of them. A call to an API the account does not subscribe to returns 403 not_subscribed.
Related
APIs teams often combine with the Google News API.
Each Clair API is its own monthly request quota. Unused requests expire. Every API has a free tier to try it.