News monitoring
Mit ABC News-Endpunkten verwandelst du news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Turn ABC News into structured JSON — full article bodies with author and update history, fresh section headlines across US, world, politics and tech, and author pages, all from canonical ABC News URLs.
Get ABC News article content, section headlines, and author pages as structured JSON from a canonical abcnews.com article URL.
Endpunkt-Familien
5
Dokumentierte Parameter
8
Beispiele
5
Live-Katalog-Snapshot
Aktive Endpunkte
5
Methoden
GET
Pflichtparameter
8
Schema-Referenzen
5
{
"platform": "ABC News",
"endpoint": "abcnews-article",
"method": "GET",
"path": "/abcnews/article",
"auth": "apiKey"
}Use Cases
Get ABC News article content, section headlines, and author pages as structured JSON from a canonical abcnews.com article URL.
Mit ABC News-Endpunkten verwandelst du news monitoring in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit ABC News-Endpunkten verwandelst du ai/tech policy tracking in wiederholbare API-Requests mit dokumentierten Inputs und JSON-Antworten.
Mit ABC News-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-ABC News-Endpunktkatalog — 5 Endpunkte, 8 dokumentierte Request-Parameter und 5 veröffentlichte Response-Schemas — demselben Katalog, gegen den auch Docs und Playground laufen.
5 documented ABC News endpoints, grouped into 5 request families — Article, Author and Headlines, plus 2 more.
8 request parameters are documented across those ABC News endpoints, 8 of them required — the full input contract is public before you write any integration code.
5 of the 5 ABC News endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
ABC News 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 ABC News 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.
/abcnews/article
/abcnews/author
/abcnews/headlines
/abcnews/news
/abcnews/sections
Endpunktkatalog
/abcnews/articleReturns public ABC News article metadata and body paragraphs from a canonical article URL. Accepts both the "story?id=..." and "wireStory/..." canonical URL shapes.
MCP-Tool abcnews_article
/abcnews/authorReturns an ABC News author's profile: name, job title/biography when the page carries one, and social links, from a canonical author URL. Does NOT include a list of the author's recent articles -- unlike this repo's other news-author endpoints, ABC News only exposes that list through an internal endpoint disallowed for every crawler in abcnews.com's robots.txt (a generic "Disallow: /proxy/*" rule, not limited to AI-training bots), so it is out of scope for this endpoint.
MCP-Tool abcnews_author
/abcnews/headlinesReturns fresh headlines from one ABC News section's public hub page.
MCP-Tool abcnews_headlines
/abcnews/newsReturns fresh ABC News top stories from its public news sitemap feed.
MCP-Tool abcnews_news
/abcnews/sectionsReturns the ABC News section inventory: the 8 core news sections accepted by abcnews-headlines.
MCP-Tool abcnews_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 ABC News
Crawlora's ABC News endpoints read abcnews.com and return JSON for articles, section headlines, and authors. ABC News runs 8 sections — us, world, politics, business, technology, entertainment, health, sports. On 2026-09-23 the technology section carried 7 live headlines, six of them AI-safety and AI-policy stories published within the same week, including a Google location-data fine that Ireland's regulator settled for $463 million. Most wire stories are bylined to The Associated Press rather than an individual ABC reporter, and articles expose both published_at and updated_at — the Google fine story was revised 44 minutes after it first went live.
/abcnews/sections returns the 8 live sections — us, world, politics, business, technology, entertainment, health, sports — each with its canonical abcnews.com URL.
/abcnews/headlines takes one of those section slugs and returns title, url, image_url, published_at, and an optional summary. The technology feed skews heavily toward AI-policy coverage right now.
/abcnews/article returns authors, description, image_url, a paragraphs array, section, published_at, and updated_at. Wire stories are commonly bylined "The Associated Press" rather than a named ABC reporter.
/abcnews/author takes a canonical abcnews.com author URL and returns that reporter's profile and recent bylines — useful for the smaller share of stories with a named ABC News author rather than a wire byline.
FAQ
us, world (International), politics, business, technology, entertainment, health, and sports — 8 total, each backed by its own abcnews.com landing page.
Yes. /abcnews/article returns the story as a paragraphs array plus description, image_url, and both published_at and updated_at, so you can detect when a wire story was revised after publication.
ABC News runs a large volume of AP wire content, especially in fast-moving categories like technology and world news, alongside its own staff-bylined reporting.
Yes, via /abcnews/author with that reporter's canonical ABC News author URL — this only resolves for staff-bylined stories, not AP wire pickups.