News monitoring
ABC Newsエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
5
ドキュメント化されたパラメータ
8
サンプル数
5
ライブカタログスナップショット
稼働エンドポイント
5
メソッド
GET
必須パラメータ
8
スキーマ参照
5
{
"platform": "ABC News",
"endpoint": "abcnews-article",
"method": "GET",
"path": "/abcnews/article",
"auth": "apiKey"
}ユースケース
Get ABC News article content, section headlines, and author pages as structured JSON from a canonical abcnews.com article URL.
ABC Newsエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
ABC Newsエンドポイントを使えば、「AI/tech policy tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
ABC Newsエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のABC Newsエンドポイントカタログから取得しています(エンドポイント5件、ドキュメント化されたリクエストパラメータ8個、公開レスポンススキーマ5件)。DocsとPlaygroundが参照しているカタログと同じものです。
ABC Newsのエンドポイントは5件、5つのリクエストファミリーに分類されています(Article、Author、Headlinesほか2件)。
これらのABC Newsエンドポイントには8個のリクエストパラメータがドキュメント化されており、うち8個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
5件のABC Newsエンドポイントのうち5件が実際のサンプルレスポンスを、5件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
ABC Newsのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
ABC Newsのエンドポイントは5個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/abcnews/article
/abcnews/author
/abcnews/headlines
/abcnews/news
/abcnews/sections
エンドポイントカタログ
/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ツール 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ツール abcnews_author
/abcnews/headlinesReturns fresh headlines from one ABC News section's public hub page.
MCPツール abcnews_headlines
/abcnews/newsReturns fresh ABC News top stories from its public news sitemap feed.
MCPツール abcnews_news
/abcnews/sectionsReturns the ABC News section inventory: the 8 core news sections accepted by abcnews-headlines.
MCPツール abcnews_sections
関連API
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.
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.