Article Search API logo

Article Search API

Article Search API

New York Times Article Search API full-text-searches NYT articles from 1851 to present — filter by keyword, date, author, section.

Visit site ↗Health checked 9h ago
Use it when

170-year news archive — unmatched depth

Watch for

Articles before 1980 return abstract only (no full text)

First check

GET /svc/search/v2/articlesearch.json?q=climate+change&begin_date=20200101&api-key=...

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
582 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 582ms
01

About this API

Article Search is NYT's "historical archive API" — search every NYT article from 1851 to present. This is one of the biggest goldmines in news APIs: research questions like "how did NYT report the week Lincoln was shot" can't be answered by any other API. Users include news researchers, journalists doing fact-checking, historians, and developers needing historical news context for LLMs. Each article returns title, abstract, author, publish time, section, keyword tags, and (post-1980) abstract. Rate limit is actually tight (10/min); large-scale research must crawl slowly. Free to use, with required attribution.

02

What you can build

  • 1News research and fact-checking
  • 2Article retrieval for historical events
  • 3Provide historical news context for LLMs
  • 4News dataset construction
03

Strengths & limitations

Strengths

  • 170-year news archive — unmatched depth
  • Full-text indexed (not just titles)
  • Free tier 4000/day

Limitations

  • Articles before 1980 return abstract only (no full text)
  • Rate limit is actually 10/min — large research must wait
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://nytimes.com/<endpoint>
05

Getting started

GET /svc/search/v2/articlesearch.json?q=climate+change&begin_date=20200101&api-key=...

06

FAQ

Can I get full article text?+

No — NYT's paywall policy means API returns abstracts only. Full text requires NYT subscription.

What's the actual rate limit?+

Official docs say 4000/day, but there's an additional 10/min short-window limit. Research projects must crawl slowly.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
python, javascript, go
Response time
582 ms
Last health check
5/12/2026, 7:37:58 AM
08

Tags

09

More from Nytimes