News monitoring
Mit The Telegraph-Endpunkten verwandelst du news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
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.
Endpunkt-Familien
5
Dokumentierte Parameter
8
Beispiele
5
Live-Katalog-Snapshot
Aktive Endpunkte
5
Methoden
GET
Pflichtparameter
8
Schema-Referenzen
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.
Mit The Telegraph-Endpunkten verwandelst du news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit The Telegraph-Endpunkten verwandelst du uk politics and business coverage tracking in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit The Telegraph-Endpunkten verwandelst du content aggregation in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Managed Execution
Jede Zahl unten stammt direkt aus dem Live-The Telegraph-Endpunktkatalog — 5 Endpunkte, 8 dokumentierte Request-Parameter und 5 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
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.
Abdeckungskarte
Diese Karten werden aus dem aktiven Endpunktkatalog generiert, damit die Landingpage dieselbe API-Oberfläche widerspiegelt, die auch Docs und Playground nutzen.
/telegraph/article
/telegraph/author
/telegraph/headlines
/telegraph/news
/telegraph/sections
Endpunktkatalog
/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
Verwandte 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.
So scrapst du 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.