Free
$0/mo
200
Requests / month
- Overage
- Hard limit
- Rate limit
- 10/min
- Card
- Not needed
List a reuters.com section or author, then fetch one article.
Data samples
The page the Reuters News API reads, and the response it returns for the same query.
section
world
https://www.reuters.com/world/

{
"engine": "reuters_news",
"family": "news",
"query": {
"section": "world",
"author": null
},
"listing": {
"title": "World",
"url": "https://www.reuters.com/world/"
},
"count": 1,
"total_results": null,
"results": [
{
"position": 1,
"id": "ZYK6TDJ2VBKEHICD7UGXKGPR3Q",
"title": "Trump warns in UN speech he could 'annihilate' Iran without peace deal",
"url": "https://www.reuters.com/world/americas/trump-set-whirlwind-un-meetings-with-wars-iran-ukraine-agenda-2026-09-22/",
"published_at": "2026-09-22T05:04:00.006Z",
"section": "World",
"kicker": "Americas",
"authors": [
{
"name": "Gram Slattery",
"url": "https://www.reuters.com/authors/gram-slattery/"
}
],
"content_type": "article",
"premium": false
}
],
"next_page": null,
"next_cursor": null
}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=reuters_news§ion=world" \ -H "Authorization: Bearer YOUR_API_KEY"
Reference
section is a path such as world or business/finance. author is a reuters.com/authors/ slug. Do not send both. page must be 1. Do not send q.
GET /v1/search?engine=reuters_news
Authorizationheader · stringrequired
enginestringrequired
sectionstring
authorstring
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
10,400
Requests / month
Most popular
$149/mo
41,400
Requests / month
$399/mo
138,800
Requests / month
No monthly fee
$0.0072
Per request
Prices in USD, billed monthly by Stripe. Cancel any time from Manage billing.
Two endpoints, one subscription. Site search is blocked (q returns 400 unsupported_parameter). List a section (world default) or an authors slug. Listings are one page. Article reads one reuters.com story. Not Reuters Terminal.
All of them: Search, Article. They share this API's monthly quota.
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 Reuters News API.
Each Clair API is its own monthly request quota. Unused requests expire. Every API has a free tier to try it.