Global news monitoring
Use Reuters endpoints to turn global news monitoring into repeatable API requests with documented inputs and JSON responses.
Turn Reuters's public feeds, sections, and articles into normalized JSON for global news monitoring and research.
Get Reuters news feeds, article lists, section discovery, section archives, and full article content as structured JSON.
Endpoint families
5
Documented params
10
Examples
0
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
7
Schema refs
5
{
"platform": "Reuters",
"endpoint": "reuters-article",
"method": "GET",
"path": "/reuters/article",
"auth": "apiKey"
}Use cases
Get Reuters news feeds, article lists, section discovery, section archives, and full article content as structured JSON.
Use Reuters endpoints to turn global news monitoring into repeatable API requests with documented inputs and JSON responses.
Use Reuters endpoints to turn market research into repeatable API requests with documented inputs and JSON responses.
Use Reuters endpoints to turn content aggregation into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live Reuters endpoint catalog — 5 endpoints, 10 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented Reuters endpoints, grouped into 5 request families — Article, Articles and News, plus 2 more.
10 request parameters are documented across those Reuters endpoints, 7 of them required — the full input contract is public before you write any integration code.
5 of the 5 Reuters endpoints carry a documented response schema, so the JSON shape is known before you write any parsing code.
Reuters endpoints document their error responses (400, 404, 429 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
5 hosted MCP tools back the Reuters endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/reuters/article
/reuters/articles
/reuters/news
/reuters/section
/reuters/sections
Endpoint catalog
/reuters/articleReturns one normal Reuters article's public metadata and body paragraphs from a canonical article URL. Live blogs, video and podcast pages, and subscriber-only or bot-challenged responses are not supported.
MCP tool reuters_article
/reuters/articlesReturns a page of recent Reuters articles: title, canonical URL, update time, and the lead image URL when available. The index covers the most recent 10,000 articles.
MCP tool reuters_articles
/reuters/newsReturns fresh Reuters headlines with title, canonical URL, publication and update times, and the lead image when Reuters publishes one. Covers the most recent stories from Reuters' public news feed.
MCP tool reuters_news
/reuters/sectionReturns a page of one top-level Reuters section's recent articles: canonical URL, update time, lead image URL, and image caption. This feed does not publish titles; use /reuters/articles for a title-bearing index.
MCP tool reuters_section
/reuters/sectionsLists every top-level Reuters section accepted by /reuters/section, with its slug, display name, and landing-page URL.
MCP tool reuters_sections
Related APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
How to scrape Reuters
Crawlora exposes Reuters news and article feeds, section discovery, section archives, and full article extraction with one API key.
Call /reuters/news or /reuters/articles for current story lists.
Discover values through /reuters/sections and pass one to /reuters/section.
Pass a canonical Reuters URL to /reuters/article.
FAQ
/reuters/news returns the current news stream, while /reuters/articles exposes the broader article listing. Both support numbered pages for repeatable collection.
Call /reuters/sections and pass a returned section value to /reuters/section. Discovery keeps clients from guessing a closed publisher-defined value space.
It returns normalized article metadata and the ordered body content from a canonical reuters.com URL, with malformed, blocked, or unsupported upstream responses reported as typed errors.
It uses only credential-free public Reuters sources, without login cookies or publisher API keys. Crawlora API authentication is still required, and production requests use the repository's balanced proxy transport rather than a raw pod address. Callers receive the same normalized contract across feeds and articles.