/bbc/articleapiKey2 credits/requestGet BBC News article content
Returns a BBC News article's public metadata and body paragraphs from a canonical article URL. Live pages are not supported.
Required params: url:query
API Reference
Use Crawlora's BBC API endpoints to extract supported public BBC data as structured JSON. This documentation covers 4 active endpoints including Get BBC News article content, Get BBC News section headlines, Get a BBC News live-page text snapshot, Search public BBC pages. 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, q, 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/bbc/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.
/bbc/articleapiKey2 credits/requestReturns a BBC News article's public metadata and body paragraphs from a canonical article URL. Live pages are not supported.
Required params: url:query
/bbc/headlinesapiKey1 credit/requestReturns fresh headlines from a public BBC News RSS section. section defaults to world.
Required params: None
/bbc/liveapiKey2 credits/requestReturns the current server-rendered text updates from one canonical BBC News live URL. It does not subscribe to updates or return broadcast, player, or stream data.
Required params: url:query
/bbc/searchapiKey2 credits/requestReturns a bounded page of public BBC search-result metadata. Media entries link only to their BBC landing pages; streams, downloads, and transcripts are not returned.
Required params: q:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get BBC News article content | /bbc/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get BBC News section headlines | /bbc/headlines | GET | 1 credit/request | None | View docs | Try endpoint |
| Get a BBC News live-page text snapshot | /bbc/live | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Search public BBC pages | /bbc/search | GET | 2 credits/request | q:query | View docs | Try endpoint |