Wire-service news monitoring
AP Newsエンドポイントを使えば、「Wire-service news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn the Associated Press's public hub pages, top-news feed, fact-check page, and article templates into normalized JSON for wire-service news monitoring.
Get AP News's hub inventory, section and top-story headlines, a standalone fact-check feed, and full public article content as structured JSON.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
9
サンプル数
6
ライブカタログスナップショット
稼働エンドポイント
6
メソッド
GET
必須パラメータ
9
スキーマ参照
6
{
"platform": "AP News",
"endpoint": "apnews-article",
"method": "GET",
"path": "/apnews/article",
"auth": "apiKey"
}ユースケース
Get AP News's hub inventory, section and top-story headlines, a standalone fact-check feed, and full public article content as structured JSON.
AP Newsエンドポイントを使えば、「Wire-service news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
AP Newsエンドポイントを使えば、「Fact-check tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
AP Newsエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のAP Newsエンドポイントカタログから取得しています(エンドポイント6件、ドキュメント化されたリクエストパラメータ9個、公開レスポンススキーマ6件)。DocsとPlaygroundが参照しているカタログと同じものです。
AP Newsのエンドポイントは6件、6つのリクエストファミリーに分類されています(Article、Author、Fact Checkほか3件)。
これらのAP Newsエンドポイントには9個のリクエストパラメータがドキュメント化されており、うち9個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
6件のAP Newsエンドポイントのうち6件が実際のサンプルレスポンスを、6件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
AP Newsのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
AP Newsのエンドポイントは6個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/apnews/article
/apnews/author
/apnews/fact-check
/apnews/headlines
/apnews/news
/apnews/sections
エンドポイントカタログ
/apnews/articleReturns public AP News article metadata and body paragraphs. The service uses the configured production browser fleet when ordinary HTTP transport encounters AP's edge challenge; it does not bypass authentication or access controls. Billing is 2 credits for an HTTP-profile success and 10 credits when browser rendering is required.
MCPツール apnews_article
/apnews/authorReturns an AP News author's byline metadata, biography, and recent articles from a canonical author URL. The service uses the configured production browser fleet when ordinary HTTP transport encounters AP's edge challenge; it does not bypass authentication or access controls. Billing is 1 credit for an HTTP-profile success and 5 credits when browser rendering is required.
MCPツール apnews_author
/apnews/fact-checkReturns current headlines from AP News' public Fact Check page. The service uses the configured production browser fleet when ordinary HTTP transport encounters AP's edge challenge; it does not bypass authentication or access controls. Billing is 1 credit for an HTTP-profile success and 5 credits when browser rendering is required.
MCPツール apnews_fact_check
/apnews/headlinesReturns AP News headlines from a public editorial hub. The service uses the configured production browser fleet when ordinary HTTP transport encounters AP's edge challenge; it does not bypass authentication or access controls. Billing is 1 credit for an HTTP-profile success and 5 credits when browser rendering is required.
MCPツール apnews_headlines
/apnews/newsReturns AP News top stories from the public AP News Top News hub. The service uses the configured production browser fleet when ordinary HTTP transport encounters AP's edge challenge; it does not bypass authentication or access controls. Billing is 1 credit for an HTTP-profile success and 5 credits when browser rendering is required.
MCPツール apnews_news
/apnews/sectionsReturns the AP News editorial hub inventory used by apnews-headlines.
MCPツール apnews_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.
AP Newsのスクレイピング方法
AP News organizes its site into eleven topic hubs plus a standalone Fact Check page, and its top-news feed carries English and Spanish-language wire copy side by side — a 2026-09-24 pull of /apnews/news mixed ordinary English headlines with Spanish ones like “El gobierno de Trump dice al Congreso admitirá a 17.500 refugiados.” /apnews/fact-check returned just four checks that same day. Crawlora's six endpoints read the hubs, the fact-check page, articles, and author pages, retrying through a browser fleet when AP's edge challenge blocks a plain request.
Call /apnews/sections for the eleven supported hub slugs — ap-top-news, us-news, world-news, politics, business, technology, science, health, sports, entertainment, and lifestyle.
Call /apnews/news for AP's Top News hub. A 2026-09-24 pull mixed English stories with Spanish-language wire items in the same list, without a language field to split on.
Pass a slug from /apnews/sections to /apnews/headlines for that hub's current stories.
Call /apnews/fact-check for AP's standalone Fact Check landing page — not one of the eleven /apnews/sections slugs. It returned exactly four checks on 2026-09-24, far fewer items than a typical hub.
Pass a canonical apnews.com/article/... URL to /apnews/article for its title and body paragraphs, plus published_at and updated_at in UTC.
Pass a canonical apnews.com/author/<slug> URL to /apnews/author for that byline's biography and recent articles. AP renders the name field fully capitalized, e.g. “SOPHIE BATES,” rather than in normal case.
FAQ
Yes. A 2026-09-24 pull of /apnews/news included Spanish headlines, such as one on U.S. refugee admissions, sitting right alongside English ones. There's no language flag, so detect language yourself if you only want one.
No. /apnews/fact-check reads a standalone AP landing page, separate from the eleven hub slugs /apnews/sections lists — it returned just four checks on 2026-09-24, a much shorter list than a hub pull.
Byline metadata plus recent articles — but the name field comes back exactly as AP's own page renders it, fully capitalized (e.g. “SOPHIE BATES” rather than “Sophie Bates”), so normalize casing yourself if your UI needs it.
AP's edge sometimes challenges a plain HTTP request. Crawlora tries a shared HTTP profile first and only falls back to a browser render when that challenge blocks it, so a request needing the browser fleet costs more credits than one an HTTP profile resolves alone.
No. AP is a member-owned, not-for-profit news cooperative, and its hub pages, fact-check page, and article and author templates are public wire content — Crawlora reads them exactly as published.