TheNewsAPI logo

TheNewsAPI

TheNewsAPI

UnknownFreemedia

TheNewsAPI is run by the vendr team and focuses on ease of use plus transparent pricing — 50+ country coverage, UUID article IDs, clean JSON structure.

Use it when

Low commercial entry price ($19/mo vs NewsAPI $449)

Watch for

Source count not publicly disclosed (community estimates 5K-10K)

First check

Sign up at thenewsapi.com for an api_token, then GET https://api.thenewsapi.com/v1/news/all?api_token=XXX&search=world+cup.

Auth
api_key
CORS
?
HTTPS
Yes
Signup
?
Protocol
REST
Pricing
free

Uptime · 30-day window

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

About this API

TheNewsAPI emerged around 2020, positioned as a lightweight commercial alternative to NewsAPI — same REST pattern but the commercial bar is much lower ($19/mo vs NewsAPI Business at $449/mo). API design borrows Stripe conventions: UUID primary keys, unified error envelope, clean pagination. Three main endpoints: /all (search), /top (headlines), /sources. Free tier is 100 requests/day. Good fit for small-scale commercial products, news aggregation MVPs, and portfolio pieces that need to claim commercial use. Less suitable for data-science projects that need >1 year of historical news.

02

What you can build

  • 1Alternative to NewsAPI's expensive Business plan (commercial use, modest traffic)
  • 2News aggregation MVPs
  • 3Keyword and entity tracking
03

Strengths & limitations

Strengths

  • Low commercial entry price ($19/mo vs NewsAPI $449)
  • UUID article IDs make dedup easy
  • Stable JSON shape and clear error messages

Limitations

  • Source count not publicly disclosed (community estimates 5K-10K)
  • Short historical backfill window (30 days max)
  • Thin local-media coverage in some regions
04

Example request

curl https://www.thenewsapi.com/<endpoint> \
  -H "Authorization: Bearer $API_KEY"
05

Getting started

Sign up at thenewsapi.com for an api_token, then GET https://api.thenewsapi.com/v1/news/all?api_token=XXX&search=world+cup.

06

FAQ

TheNewsAPI vs NewsAPI Business?+

TheNewsAPI is 20x more affordable but has fewer sources and shorter backfill. Small-to-mid projects: TheNewsAPI. Need deep global coverage: NewsAPI Business.

07

Technical details

CORS: ?HTTPS: YesSignup: ?Open source: No
Auth type
api_key
Pricing
free
Rate limit
Free 每天 100 请求;付费从 $19/月起
Free tier quota
Free tier: 100 requests/day. Paid plans from $19/month with higher quotas and commercial use.
Protocols
REST
SDKs
javascript, python
08

Tags