News monitoring
Fox Newsエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Fox News's public RSS sections, site-wide feed, search results, and article pages into normalized JSON for US news monitoring and research.
Get Fox News's RSS section list, section and site-wide headlines, keyword search results, and full public article content as structured JSON.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
13
サンプル数
6
ライブカタログスナップショット
稼働エンドポイント
6
メソッド
GET
必須パラメータ
9
スキーマ参照
6
{
"platform": "Fox News",
"endpoint": "foxnews-article",
"method": "GET",
"path": "/foxnews/article",
"auth": "apiKey"
}ユースケース
Get Fox News's RSS section list, section and site-wide headlines, keyword search results, and full public article content as structured JSON.
Fox Newsエンドポイントを使えば、「News monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Fox Newsエンドポイントを使えば、「Keyword-driven news research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Fox Newsエンドポイントを使えば、「Content aggregation」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のFox Newsエンドポイントカタログから取得しています(エンドポイント6件、ドキュメント化されたリクエストパラメータ13個、公開レスポンススキーマ6件)。DocsとPlaygroundが参照しているカタログと同じものです。
Fox Newsのエンドポイントは6件、6つのリクエストファミリーに分類されています(Article、Author、Headlinesほか3件)。
これらのFox Newsエンドポイントには13個のリクエストパラメータがドキュメント化されており、うち9個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
6件のFox Newsエンドポイントのうち6件が実際のサンプルレスポンスを、6件がドキュメント化されたレスポンススキーマを備えています。最初のリクエストの前に実データの形に合わせて実装できます。
Fox Newsのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Fox Newsのエンドポイントは6個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/foxnews/article
/foxnews/author
/foxnews/headlines
/foxnews/news
/foxnews/search
/foxnews/sections
エンドポイントカタログ
/foxnews/articleReturns public Fox News article metadata and body paragraphs from a canonical article URL. This does not bypass login, subscription, or other access controls.
MCPツール foxnews_article
/foxnews/authorReturns one Fox News author/personality's public bio page: name, biography, and their most recent articles. Provide either the author's name slug or the full https://www.foxnews.com/person/<letter>/<slug> page URL.
MCPツール foxnews_author
/foxnews/headlinesReturns fresh headlines from one public Fox News article RSS section. Use foxnews-sections for the current value space.
MCPツール foxnews_headlines
/foxnews/newsReturns fresh Fox News top stories from the public site-wide RSS feed. The feed is a public headline/body source and does not require credentials.
MCPツール foxnews_news
/foxnews/searchSearches Fox News' public credential-free Moxie search surface. Results may include article, video, or slideshow records; use type to restrict the result kind.
MCPツール foxnews_search
/foxnews/sectionsReturns the exact live-verified Fox News article RSS section slugs accepted by foxnews-headlines. The video-only RSS feed is intentionally excluded.
MCPツール foxnews_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.
Fox Newsのスクレイピング方法
Fox News publishes twelve public RSS sections, a site-wide feed, a keyword search surface, and article and author pages, all under Fox Corporation. Crawlora's six endpoints return each as normalized JSON. A 2026-09-24 pull of the politics section returned the full 25-item RSS page, while a search for “artificial intelligence” turned up 100 total matches spanning a 2023 explainer alongside a same-week Fox News poll story — the search index isn't limited to recent stories.
Call /foxnews/sections for the twelve article RSS slugs /foxnews/headlines accepts, from us and world through opinion and lifestyle.
Call /foxnews/news for current top stories across the whole site; a 2026-09-24 pull returned 27 items, each with title, canonical URL, summary, and publish time.
Pass a slug from /foxnews/sections to /foxnews/headlines for that section's latest public RSS items — the politics section returned exactly 25, its full page size, on 2026-09-24.
Send a query to /foxnews/search, optionally filtered to article, video, or slideshow results. A 2026-09-24 “artificial intelligence” query returned 100 total matches mixing a 2023 explainer with same-week reporting, so treat it as a general index, not a recency feed.
Pass a canonical foxnews.com article URL to /foxnews/article for its metadata and body paragraphs. Video, category, search, and person URLs are rejected.
Pass a slug or a foxnews.com/person/n/<slug> URL to /foxnews/author for that reporter's biography and recent bylines — reporter Greg Norman-Diamond's profile listed 30 articles running back to mid-August 2026.
FAQ
No — a 2026-09-24 query for “artificial intelligence” returned a total of 100 matches, mixing a 2023 explainer titled “What is artificial intelligence (AI)?” with a same-week Fox News poll story. Treat it as a general keyword index, not a recency feed.
At foxnews.com/person/n/<slug> — the slug appears in a byline article's authors field, and passing it, or the full URL, to /foxnews/author returns that reporter's biography and recent articles.
Fox News runs a separate videos.xml feed, but /foxnews/sections and /foxnews/headlines cover only the twelve article sections, not that video feed.
Video, category, search, person, tag, wire, and printer-friendly URLs are all rejected — only a canonical article page URL, like the ones /foxnews/headlines and /foxnews/search return, resolves.
No. Fox News' RSS sections, its Moxie search surface, and its article and author pages are public server responses that Fox Corporation doesn't gate behind a subscriber wall; Crawlora reads them as published.