/propublica/articleapiKey2 credits/requestGet ProPublica article content
Returns public ProPublica article metadata (title, author(s), published/updated dates, dek) and body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's ProPublica API endpoints to extract supported public ProPublica data as structured JSON. This documentation covers 5 active endpoints including Get ProPublica article content, Get a ProPublica staff profile, Get ProPublica topic headlines, Get ProPublica top stories, and related APIs. 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, section, 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/propublica/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.
/propublica/articleapiKey2 credits/requestReturns public ProPublica article metadata (title, author(s), published/updated dates, dek) and body paragraphs from a canonical article URL.
Required params: url:query
/propublica/authorapiKey2 credits/requestReturns one ProPublica staff/contributor's public profile: name, bio, contact email and social accounts where published, and one page of their recent bylined stories.
Required params: url:query
/propublica/headlinesapiKey1 credit/requestReturns fresh headlines from one public ProPublica topic feed.
Required params: section:query
/propublica/newsapiKey1 credit/requestReturns fresh ProPublica top stories from its public RSS feed.
Required params: None
/propublica/sectionsapiKey1 credit/requestReturns the complete public topic inventory accepted by /api/v1/propublica/headlines.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get ProPublica article content | /propublica/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get a ProPublica staff profile | /propublica/author | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get ProPublica topic headlines | /propublica/headlines | GET | 1 credit/request | section:query | View docs | Try endpoint |
| Get ProPublica top stories | /propublica/news | GET | 1 credit/request | None | View docs | Try endpoint |
| Get ProPublica topics | /propublica/sections | GET | 1 credit/request | None | View docs | Try endpoint |