/foreignaffairs/headlinesapiKey1 credit/requestGet Foreign Affairs site-wide headlines
Returns fresh Foreign Affairs headlines from the site's public, site-wide RSS feed. Article pages and account state are not required.
Required params: None
API Reference
Use Crawlora's ForeignAffairs API endpoints to extract supported public ForeignAffairs data as structured JSON. This documentation covers 3 active endpoints including Get Foreign Affairs site-wide headlines, Get a Foreign Affairs topic feed, List Foreign Affairs topic feeds. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as topic, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/foreignaffairs/headlines" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/foreignaffairs/headlinesapiKey1 credit/requestReturns fresh Foreign Affairs headlines from the site's public, site-wide RSS feed. Article pages and account state are not required.
Required params: None
/foreignaffairs/topicapiKey1 credit/requestReturns the newest items from one Foreign Affairs topic RSS feed. Discover accepted values with foreignaffairs-topics; unknown topic values are rejected before upstream I/O.
Required params: topic:query
/foreignaffairs/topicsapiKey1 credit/requestReturns the complete research-backed directory of topic values accepted by foreignaffairs-topic, including each topic's public RSS feed URL.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get Foreign Affairs site-wide headlines | /foreignaffairs/headlines | GET | 1 credit/request | None | View docs | Try endpoint |
| Get a Foreign Affairs topic feed | /foreignaffairs/topic | GET | 1 credit/request | topic:query | View docs | Try endpoint |
| List Foreign Affairs topic feeds | /foreignaffairs/topics | GET | 1 credit/request | None | View docs | Try endpoint |