/nyt/articleapiKey3 credits/requestGet a New York Times article's content
Returns one public New York Times article's metadata and body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's New York Times API endpoints to extract supported public New York Times data as structured JSON. This documentation covers 3 active endpoints including Get a New York Times article's content, Get the latest stories in a New York Times section, List New York Times sections. 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/nyt/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.
/nyt/articleapiKey3 credits/requestReturns one public New York Times article's metadata and body paragraphs from a canonical article URL.
Required params: url:query
/nyt/headlinesapiKey1 credit/requestReturns a New York Times section RSS feed: each story's title, canonical URL, description, author, publication time, and lead image. Section must be a slug returned by /nyt/sections.
Required params: section:query
/nyt/sectionsapiKey1 credit/requestLists every New York Times section accepted by /nyt/headlines, with its slug, display name, and public feed URL.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get a New York Times article's content | /nyt/article | GET | 3 credits/request | url:query | View docs | Try endpoint |
| Get the latest stories in a New York Times section | /nyt/headlines | GET | 1 credit/request | section:query | View docs | Try endpoint |
| List New York Times sections | /nyt/sections | GET | 1 credit/request | None | View docs | Try endpoint |