/aljazeera/articleapiKey2 credits/requestGet Al Jazeera article content
Returns a public Al Jazeera article's metadata and body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's Al Jazeera API endpoints to extract supported public Al Jazeera data as structured JSON. This documentation covers 4 active endpoints including Get Al Jazeera article content, Get Al Jazeera section navigation, Get Al Jazeera site-wide headlines, Get Al Jazeera section headlines. 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, topic, 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/aljazeera/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.
/aljazeera/articleapiKey2 credits/requestReturns a public Al Jazeera article's metadata and body paragraphs from a canonical article URL.
Required params: url:query
/aljazeera/categoriesapiKey1 credit/requestReturns Al Jazeera's current public section navigation. Use a returned slug directly as the topic parameter on aljazeera-topic.
Required params: None
/aljazeera/headlinesapiKey1 credit/requestReturns fresh headlines from Al Jazeera's public, site-wide RSS feed.
Required params: None
/aljazeera/topicapiKey1 credit/requestReturns the newest public Al Jazeera stories from one section archive page. topic is a section slug; use aljazeera-categories for the current value space.
Required params: topic:query
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get Al Jazeera article content | /aljazeera/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get Al Jazeera section navigation | /aljazeera/categories | GET | 1 credit/request | None | View docs | Try endpoint |
| Get Al Jazeera site-wide headlines | /aljazeera/headlines | GET | 1 credit/request | None | View docs | Try endpoint |
| Get Al Jazeera section headlines | /aljazeera/topic | GET | 1 credit/request | topic:query | View docs | Try endpoint |