/skynews/articleapiKey2 credits/requestGet Sky News article content
Returns public Sky News article metadata and body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's Sky News API endpoints to extract supported public Sky News data as structured JSON. This documentation covers 7 active endpoints including Get Sky News article content, Get a Sky News author profile, Get Sky News section headlines, Get Sky 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/skynews/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.
/skynews/articleapiKey2 credits/requestReturns public Sky News article metadata and body paragraphs from a canonical article URL.
Required params: url:query
/skynews/authorapiKey2 credits/requestReturns a Sky News author's byline metadata, biography, and recent articles from a canonical author URL.
Required params: url:query
/skynews/headlinesapiKey1 credit/requestReturns fresh headlines from one Sky News section, either its official RSS feed or (for the 5 sections with no feed) its public hub page.
Required params: section:query
/skynews/newsapiKey1 credit/requestReturns fresh Sky News top stories from its public RSS feed.
Required params: None
/skynews/sectionsapiKey1 credit/requestReturns the Sky News section inventory: 9 official RSS feeds plus 5 additional site sections with no RSS feed, listed from their public hub page instead.
Required params: None
/skynews/videoapiKey2 credits/requestReturns one Sky News video's public metadata (title, description, thumbnails, duration, embed URL) from a canonical video URL. There is no transcript or article body for a video.
Required params: url:query
/skynews/videosapiKey1 credit/requestReturns recent videos from the public Sky News videos hub.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get Sky News article content | /skynews/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get a Sky News author profile | /skynews/author | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get Sky News section headlines | /skynews/headlines | GET | 1 credit/request | section:query | View docs | Try endpoint |
| Get Sky News top stories | /skynews/news | GET | 1 credit/request | None | View docs | Try endpoint |
| Get Sky News sections | /skynews/sections | GET | 1 credit/request | None | View docs | Try endpoint |
| Get Sky News video metadata | /skynews/video | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get the Sky News videos hub | /skynews/videos | GET | 1 credit/request | None | View docs | Try endpoint |