/nymag/articleapiKey2 credits/requestGet New York Magazine article content
Returns public New York Magazine article metadata and body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's New York Magazine API endpoints to extract supported public New York Magazine data as structured JSON. This documentation covers 5 active endpoints including Get New York Magazine article content, Get a New York Magazine author profile, Get New York Magazine section headlines, Get New York Magazine 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/nymag/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.
/nymag/articleapiKey2 credits/requestReturns public New York Magazine article metadata and body paragraphs from a canonical article URL.
Required params: url:query
/nymag/authorapiKey2 credits/requestReturns a New York Magazine author's byline metadata, biography, and recent articles from a canonical author URL.
Required params: url:query
/nymag/headlinesapiKey1 credit/requestReturns fresh headlines from one public New York Magazine section.
Required params: section:query
/nymag/newsapiKey1 credit/requestReturns fresh New York Magazine stories from the public homepage.
Required params: None
/nymag/sectionsapiKey1 credit/requestReturns the public New York Magazine section inventory.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get New York Magazine article content | /nymag/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get a New York Magazine author profile | /nymag/author | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get New York Magazine section headlines | /nymag/headlines | GET | 1 credit/request | section:query | View docs | Try endpoint |
| Get New York Magazine top stories | /nymag/news | GET | 1 credit/request | None | View docs | Try endpoint |
| Get New York Magazine sections | /nymag/sections | GET | 1 credit/request | None | View docs | Try endpoint |