/huffpost/articleapiKey2 credits/requestGet HuffPost article content
Returns public HuffPost article metadata and body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's HuffPost API endpoints to extract supported public HuffPost data as structured JSON. This documentation covers 5 active endpoints including Get HuffPost article content, Get a HuffPost author profile, Get HuffPost section headlines, Get HuffPost 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/huffpost/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.
/huffpost/articleapiKey2 credits/requestReturns public HuffPost article metadata and body paragraphs from a canonical article URL.
Required params: url:query
/huffpost/authorapiKey2 credits/requestReturns one HuffPost author or contributor's public profile: name, job title, headshot, biography, social links, and their recent articles.
Required params: url:query
/huffpost/headlinesapiKey1 credit/requestReturns fresh headlines from one public HuffPost topic hub.
Required params: section:query
/huffpost/newsapiKey1 credit/requestReturns fresh HuffPost top stories from its public homepage.
Required params: None
/huffpost/sectionsapiKey1 credit/requestReturns the live-verified public HuffPost topic-hub inventory used by the headlines endpoint.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get HuffPost article content | /huffpost/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get a HuffPost author profile | /huffpost/author | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get HuffPost section headlines | /huffpost/headlines | GET | 1 credit/request | section:query | View docs | Try endpoint |
| Get HuffPost top stories | /huffpost/news | GET | 1 credit/request | None | View docs | Try endpoint |
| Get HuffPost sections | /huffpost/sections | GET | 1 credit/request | None | View docs | Try endpoint |