Culture and entertainment monitoring
Use New York Magazine endpoints to turn culture and entertainment monitoring into repeatable API requests with documented inputs and JSON responses.
Turn New York Magazine's public homepage, section pages (Vulture, The Cut, Intelligencer, and more), and article pages into normalized JSON for culture and politics monitoring.
Get New York Magazine's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Endpoint families
5
Documented params
8
Examples
5
Live catalog snapshot
Active endpoints
5
Methods
GET
Required params
8
Schema refs
5
{
"platform": "New York Magazine",
"endpoint": "nymag-article",
"method": "GET",
"path": "/nymag/article",
"auth": "apiKey"
}Use cases
Get New York Magazine's public section list, site-wide and per-section headlines, and full public article content as structured JSON.
Use New York Magazine endpoints to turn culture and entertainment monitoring into repeatable API requests with documented inputs and JSON responses.
Use New York Magazine endpoints to turn politics and city-news coverage tracking into repeatable API requests with documented inputs and JSON responses.
Use New York Magazine endpoints to turn content aggregation into repeatable API requests with documented inputs and JSON responses.
Managed execution
Every figure below is read from the live New York Magazine endpoint catalog — 5 endpoints, 8 documented request parameters, and 5 published response schemas — the same catalog Docs and Playground run against.
5 documented New York Magazine endpoints, grouped into 5 request families — Article, Author and Headlines, plus 2 more.
8 request parameters are documented across those New York Magazine endpoints, 8 of them required — the full input contract is public before you write any integration code.
5 of the 5 New York Magazine endpoints ship a recorded example response, and 5 carry a documented response schema — you can code against the real JSON before the first request.
New York Magazine endpoints document their error responses (400, 404 and 503) alongside the success schema, so a block, a rate limit, or a missing record comes back as a typed error rather than silently empty data.
5 hosted MCP tools back the New York Magazine endpoints, so an agent can call the same routes with the same parameters and the same JSON contract, with no custom glue.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/nymag/article
/nymag/author
/nymag/headlines
/nymag/news
/nymag/sections
Endpoint catalog
/nymag/articleReturns public New York Magazine article metadata and body paragraphs from a canonical article URL.
MCP tool nymag_article
/nymag/authorReturns a New York Magazine author's byline metadata, biography, and recent articles from a canonical author URL.
MCP tool nymag_author
/nymag/headlinesReturns fresh headlines from one public New York Magazine section.
MCP tool nymag_headlines
/nymag/newsReturns fresh New York Magazine stories from the public homepage.
MCP tool nymag_news
/nymag/sectionsReturns the public New York Magazine section inventory.
MCP tool nymag_sections
Related APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
How to scrape New York Magazine
New York Magazine's homepage and vertical pages are curated rather than high-volume: on 2026-09-22 the site-wide feed surfaced just two top stories, and Intelligencer's headlines list held three, one of them a live-updated writeup of Trump and Mayor Mamdani's Gracie Mansion meeting that was revised nearly three hours after it first published. Crawlora's four endpoints return New York Magazine's nine verticals, that homepage feed, per-vertical headlines, and articles as normalized JSON.
/nymag/sections returns the full 9-slug list /nymag/headlines accepts — intelligencer, thecut, vulture, grub-street, curbed, strategist, select-all, science, and daily.
/nymag/news parses New York Magazine's public homepage for top stories. On 2026-09-22 it returned just two items: a subscriber-perks promo and the Trump/Mamdani Gracie Mansion writeup — New York Magazine surfaces far fewer homepage picks at once than most Crawlora news platforms.
Pass a slug from /nymag/sections to /nymag/headlines for that vertical's headlines, parsed from its public section page. On 2026-09-22 vulture's page returned only subscription-related navigation links rather than story headlines, while intelligencer returned three real article links — coverage volume varies noticeably by vertical and by day.
Pass a canonical nymag.com URL to /nymag/article for title, authors, published_at, updated_at, and body paragraphs. The Gracie Mansion piece, bylined Nia Prater and Chas Danner, published at 19:02 UTC, was revised at 21:59, and ends with the tag "This post has been updated" — New York Magazine marks live-updated stories explicitly in the body text.
FAQ
9 — intelligencer, thecut, vulture, grub-street, curbed, strategist, select-all, science, and daily — call /nymag/sections for the live list.
No. New York Magazine has no public RSS feed for its site-wide or per-vertical headlines, so /nymag/news and /nymag/headlines both parse public web pages (the homepage and section pages) directly rather than an RSS source.
A canonical nymag.com URL, for example nymag.com/intelligencer/article/trump-mamdani-gracie-mansion-meeting-what-happened.html. Vulture articles are normalized to the shared nymag.com host rather than a separate vulture.com domain.
No. These endpoints read New York Magazine's public homepage, section pages, and article pages — no login or subscription is bypassed. Crawlora API authentication still applies.
New York Magazine's public pages are curated front-of-section picks, not full archive listings, so volume varies by vertical and by day — on 2026-09-22, vulture's page held only navigation links while intelligencer's held three real story links, and the homepage feed itself returned just two items.