/cnn/articleapiKey3 credits/requestCNN article content
Returns a CNN article's headline, description, author, publication and update times, section, image, and body paragraphs. Provide a canonical cnn.com article URL.
Required params: url:query
API Reference
Use Crawlora's CNN API endpoints to extract supported public CNN data as structured JSON. This documentation covers 3 active endpoints including CNN article content, CNN section headlines, CNN live story updates. 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, 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/cnn/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.
/cnn/articleapiKey3 credits/requestReturns a CNN article's headline, description, author, publication and update times, section, image, and body paragraphs. Provide a canonical cnn.com article URL.
Required params: url:query
/cnn/headlinesapiKey3 credits/requestReturns the current CNN headline stream for one section, including title, article URL, description, publication time, and image when available.
Required params: None
/cnn/live-storyapiKey3 credits/requestReturns a CNN live story's title, description, update time, and chronological post updates. Provide a canonical cnn.com live-news URL.
Required params: url:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| CNN article content | /cnn/article | GET | 3 credits/request | url:query | View docs | Try endpoint |
| CNN section headlines | /cnn/headlines | GET | 3 credits/request | None | View docs | Try endpoint |
| CNN live story updates | /cnn/live-story | GET | 3 credits/request | url:query | View docs | Try endpoint |