News monitoring
Usa los endpoints de ABC News para convertir news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
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.
Familias de endpoints
5
Parámetros documentados
8
Ejemplos
5
Snapshot en vivo del catálogo
Endpoints activos
5
Métodos
GET
Parámetros obligatorios
8
Referencias de esquema
5
{
"platform": "ABC News",
"endpoint": "abcnews-article",
"method": "GET",
"path": "/abcnews/article",
"auth": "apiKey"
}Casos de uso
Get ABC News article content, section headlines, and author pages as structured JSON from a canonical abcnews.com article URL.
Usa los endpoints de ABC News para convertir news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de ABC News para convertir ai/tech policy tracking en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de ABC News para convertir content aggregation en solicitudes API repetibles con inputs documentados y respuestas JSON.
Ejecución gestionada
Cada cifra de abajo se lee directamente del catálogo de endpoints en vivo de ABC News — 5 endpoints, 8 parámetros de solicitud documentados y 5 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
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.
Mapa de cobertura
Estas tarjetas se generan a partir del catálogo de endpoints activo, así que la landing page refleja la misma superficie de API que usan Docs y Playground.
/abcnews/article
/abcnews/author
/abcnews/headlines
/abcnews/news
/abcnews/sections
Catálogo de endpoints
/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.
Herramienta MCP 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.
Herramienta MCP abcnews_author
/abcnews/headlinesReturns fresh headlines from one ABC News section's public hub page.
Herramienta MCP abcnews_headlines
/abcnews/newsReturns fresh ABC News top stories from its public news sitemap feed.
Herramienta MCP abcnews_news
/abcnews/sectionsReturns the ABC News section inventory: the 8 core news sections accepted by abcnews-headlines.
Herramienta MCP abcnews_sections
APIs relacionadas
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.
Cómo hacer scraping de 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.
Preguntas frecuentes
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.