/politico/articleapiKey2 credits/requestGet Politico article content
Returns a public Politico article's metadata and full body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's Politico API endpoints to extract supported public Politico data as structured JSON. This documentation covers 4 active endpoints including Get Politico article content, Get Politico section navigation, Get Politico site-wide headlines, Get Politico section archive. 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 url, 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/politico/article" \
-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.
/politico/articleapiKey2 credits/requestReturns a public Politico article's metadata and full body paragraphs from a canonical article URL.
Required params: url:query
/politico/categoriesapiKey1 credit/requestReturns Politico's full public section navigation tree, grouped the same way the site's own nav menu groups it. Use a section's slug directly as the topic parameter on politico-topic.
Required params: None
/politico/headlinesapiKey1 credit/requestReturns fresh headlines from Politico's public, site-wide RSS feed.
Required params: None
/politico/topicapiKey1 credit/requestReturns the newest public Politico stories on one section archive page. topic is a section slug -- see politico-categories for the full known value space.
Required params: topic:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get Politico article content | /politico/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get Politico section navigation | /politico/categories | GET | 1 credit/request | None | View docs | Try endpoint |
| Get Politico site-wide headlines | /politico/headlines | GET | 1 credit/request | None | View docs | Try endpoint |
| Get Politico section archive | /politico/topic | GET | 1 credit/request | topic:query | View docs | Try endpoint |