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