Foreign affairs monitoring
Usa los endpoints de Foreign Policy para convertir foreign affairs monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Turn Foreign Policy's public feed, topic archives, and articles into normalized JSON for monitoring and research.
Get Foreign Policy headlines, category or tag archives, and full article content as structured JSON.
Familias de endpoints
3
Parámetros documentados
7
Ejemplos
0
Snapshot en vivo del catálogo
Endpoints activos
3
Métodos
GET
Parámetros obligatorios
5
Referencias de esquema
3
{
"platform": "Foreign Policy",
"endpoint": "foreignpolicy-article",
"method": "GET",
"path": "/foreignpolicy/article",
"auth": "apiKey"
}Casos de uso
Get Foreign Policy headlines, category or tag archives, and full article content as structured JSON.
Usa los endpoints de Foreign Policy para convertir foreign affairs monitoring en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Foreign Policy para convertir policy research en solicitudes API repetibles con inputs documentados y respuestas JSON.
Usa los endpoints de Foreign Policy 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 Foreign Policy — 3 endpoints, 7 parámetros de solicitud documentados y 3 esquemas de respuesta publicados — el mismo catálogo contra el que corren Docs y Playground.
3 documented Foreign Policy endpoints, grouped into 3 request families — Article, Headlines and Topic.
7 request parameters are documented across those Foreign Policy endpoints, 5 of them required — the full input contract is public before you write any integration code.
3 of the 3 Foreign Policy endpoints carry a documented response schema, so the JSON shape is known before you write any parsing code.
Foreign Policy 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.
3 hosted MCP tools back the Foreign Policy 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.
/foreignpolicy/article
/foreignpolicy/headlines
/foreignpolicy/topic
Catálogo de endpoints
/foreignpolicy/articleReturns a public Foreign Policy article's metadata and full body paragraphs from a canonical article URL. is_gated reports the site's own content-tier marker; the full body is always returned regardless, since Foreign Policy serves it in full to anonymous requests either way.
Herramienta MCP foreignpolicy_article
/foreignpolicy/headlinesReturns fresh headlines from Foreign Policy's public, site-wide RSS feed. There is no section parameter: use foreignpolicy-topic to scope to one category or tag.
Herramienta MCP foreignpolicy_headlines
/foreignpolicy/topicReturns one page of a public Foreign Policy category or tag archive (newest first). type selects the archive namespace and defaults to category; topic is the slug within it; page is 1-based.
Herramienta MCP foreignpolicy_topic
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 Foreign Policy
Crawlora returns Foreign Policy's site-wide headlines, category and tag archives, and complete public article text with one API key.
Call /foreignpolicy/headlines for the site-wide feed.
Use /foreignpolicy/topic with a category or tag slug.
Pass a canonical Foreign Policy URL to /foreignpolicy/article.
Preguntas frecuentes
The root headlines endpoint follows the site-wide feed. For focused coverage, use /foreignpolicy/topic with type=category or type=tag and a URL-safe archive slug.
It returns one numbered archive page with each story's title, canonical URL, summary, and publication date, while echoing the requested namespace, topic, and page.
Foreign Policy sends the complete text in the public server response for the covered article templates. Crawlora returns those paragraphs and reports the site's is_gated marker as metadata.
No login, cookie, or subscriber session is required for these public editorial web sources. Calls to Crawlora still use the same x-api-key authentication as the rest of the API.