News monitoring
Use The Telegraph endpoints to turn news monitoring into repeatable API requests with documented inputs and JSON responses.
Turn The Telegraph's public RSS feed, section pages, and article pages into normalized JSON for UK broadsheet news monitoring.
Get The Telegraph's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Endpoint families
5
Documented params
8
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
8
Schema refs
5
{
"platform": "The Telegraph",
"endpoint": "telegraph-article",
"method": "GET",
"path": "/telegraph/article",
"auth": "apiKey"
}Use cases
Get The Telegraph's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Use The Telegraph endpoints to turn news monitoring into repeatable API requests with documented inputs and JSON responses.
Use The Telegraph endpoints to turn uk politics and business coverage tracking into repeatable API requests with documented inputs and JSON responses.
Use The Telegraph 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 The Telegraph endpoint catalog — 5 endpoints, 8 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented The Telegraph endpoints, grouped into 5 request families — Article, Author and Headlines, plus 2 more.
8 request parameters are documented across those The Telegraph endpoints, 8 of them required — the full input contract is public before you write any integration code.
5 of the 5 The Telegraph endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
The Telegraph endpoints document their error responses (400, 404 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 The Telegraph 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.
/telegraph/article
/telegraph/author
/telegraph/headlines
/telegraph/news
/telegraph/sections
Endpoint catalog
/telegraph/articleReturns public The Telegraph article metadata and body paragraphs from a canonical article URL.
MCP tool telegraph_article
/telegraph/authorReturns a Telegraph author's byline metadata, biography, and recent articles from a canonical author URL.
MCP tool telegraph_author
/telegraph/headlinesReturns fresh headlines from one public The Telegraph section.
MCP tool telegraph_headlines
/telegraph/newsReturns fresh public The Telegraph stories from its RSS feed when the upstream security layer permits the request.
MCP tool telegraph_news
/telegraph/sectionsReturns the public The Telegraph editorial section inventory.
MCP tool telegraph_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 The Telegraph
The Telegraph's world-news section returned exactly 50 headlines on 2026-09-22, from Trump pressing Zelensky over refinery strikes ahead of their UN meeting to a newly discovered cat species in Bolivia, and a report on that same Trump-Zelensky story was revised roughly 12 hours after it first published — from 16:39 UTC on 21 September to 04:41 UTC the next morning. Crawlora's four endpoints return The Telegraph's 13 sections, its RSS feed, per-section headlines, and articles as normalized JSON.
/telegraph/sections returns the full 13-slug list /telegraph/headlines accepts — uk-news, world-news, politics, business, finance, technology, sport, culture, travel, lifestyle, health, science, and opinion.
/telegraph/news reads The Telegraph's documented public RSS feed at telegraph.co.uk/rss.xml. Its 120 most recent items on 2026-09-22 spanned Premier League match reports and a long-running Global Health investigative strand alongside breaking politics.
Pass a slug from /telegraph/sections to /telegraph/headlines for that section's headlines, parsed from its public category page. world-news returned a full page of 50 stories on 2026-09-22, from the Trump-Zelensky refinery standoff to Merz's coalition setbacks in Germany.
Pass a canonical telegraph.co.uk URL to /telegraph/article for title, author, section, and body paragraphs. The Trump-Zelensky piece above, bylined Benedict Smith and tagged section: US News, published at 16:39 UTC on 21 September and was updated at 04:41 UTC the next day as the diesel-price angle developed.
FAQ
13 — uk-news, world-news, politics, business, finance, technology, sport, culture, travel, lifestyle, health, science, and opinion — call /telegraph/sections for the live list.
The Telegraph publishes a documented public RSS feed at telegraph.co.uk/rss.xml, but access can be intermittently gated upstream; when that happens the endpoint returns a typed upstream error rather than partial or stale data.
A canonical telegraph.co.uk URL, for example telegraph.co.uk/us/news/2026/09/21/trump-zelensky-oil-refineries.
No. These endpoints read The Telegraph's public RSS feed, category pages, and article pages — no login or subscription is bypassed. Crawlora API authentication still applies.
Up to 50 — on 2026-09-22, /telegraph/headlines?section=world-news returned exactly 50 stories in a single page, mixing daily hard news with a recurring long-form Global Health strand covering topics like Syria's Zika epidemic a decade on.