/newscomau/articleapiKey2 credits/requestGet News.com.au article content
Returns public News.com.au article metadata and body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's News.com.au API endpoints to extract supported public News.com.au data as structured JSON. This documentation covers 5 active endpoints including Get News.com.au article content, Get a News.com.au author profile, Get News.com.au section headlines, Get News.com.au 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/newscomau/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.
/newscomau/articleapiKey2 credits/requestReturns public News.com.au article metadata and body paragraphs from a canonical article URL.
Required params: url:query
/newscomau/authorapiKey2 credits/requestReturns a News.com.au staff writer's profile (name, job title, headshot, biography, social links) and recent articles from a canonical author URL.
Required params: url:query
/newscomau/headlinesapiKey1 credit/requestReturns fresh headlines from one News.com.au section or category listing page. section accepts any slug returned by GET /newscomau/sections (236 values, too many to enumerate inline -- see that endpoint for the full, current list), for example "national" or the nested "national/nsw-act/politics".
Required params: section:query
/newscomau/newsapiKey1 credit/requestReturns fresh News.com.au stories from the public homepage.
Required params: None
/newscomau/sectionsapiKey1 credit/requestReturns the full News.com.au section/category navigation inventory (236 entries as of 2026-09-23), each with a slug, display name, and public listing URL. Use a returned slug as the section parameter on GET /newscomau/headlines.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get News.com.au article content | /newscomau/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get a News.com.au author profile | /newscomau/author | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get News.com.au section headlines | /newscomau/headlines | GET | 1 credit/request | section:query | View docs | Try endpoint |
| Get News.com.au top stories | /newscomau/news | GET | 1 credit/request | None | View docs | Try endpoint |
| Get News.com.au sections | /newscomau/sections | GET | 1 credit/request | None | View docs | Try endpoint |