News monitoring
Usa los endpoints de Fox News para convertir news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
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.
Familias de endpoints
6
Parámetros documentados
13
Ejemplos
6
Snapshot en vivo del catálogo
Endpoints activos
6
Métodos
GET
Parámetros obligatorios
9
Referencias de esquema
6
{
"platform": "Fox News",
"endpoint": "foxnews-article",
"method": "GET",
"path": "/foxnews/article",
"auth": "apiKey"
}Casos de uso
Get Fox News's RSS section list, section and site-wide headlines, keyword search results, and full public article content as structured JSON.
Usa los endpoints de Fox News para convertir news monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Fox News para convertir keyword-driven news research en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Fox 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 Fox News — 6 endpoints, 13 parámetros de solicitud documentados y 6 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
6 documented Fox News endpoints, grouped into 6 request families — Article, Author and Headlines, plus 3 more.
13 request parameters are documented across those Fox News endpoints, 9 of them required — the full input contract is public before you write any integration code.
6 of the 6 Fox News endpoints ship a recorded example response, and 6 carry a documented response schema — you can code against the real JSON before the first request.
Fox 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.
6 hosted MCP tools back the Fox 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.
/foxnews/article
/foxnews/author
/foxnews/headlines
/foxnews/news
/foxnews/search
/foxnews/sections
Catálogo de endpoints
/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.
Herramienta 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.
Herramienta MCP foxnews_author
/foxnews/headlinesReturns fresh headlines from one public Fox News article RSS section. Use foxnews-sections for the current value space.
Herramienta 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.
Herramienta 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.
Herramienta 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.
Herramienta MCP foxnews_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 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.
Preguntas frecuentes
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.