all services

Google News headlines and topics as JSON

Headlines by section (world, business, technology, ...), keyword search, topics, and article URL decoding. Not an official platform API. No account, no OAuth — pay per call with x402 or spend a prepaid credit balance with one API key.

12 endpoints$0.005 per callGET · JSON envelopeUSDC · gas sponsored
pay from any of:BasePolygonArbitrumMonadSolana

Also covers: headlines · news articles

compared to

What Google News is not

Google News compared to the official path
PathWhat it isWhat you set up
Official Google News APIDoes not exist — RSS is thinN/A
NewsAPI.org / GNewsTheir own article indexes, not Google's rankingTheir account
google-news.fetcher.shGoogle News as JSON, $0.005 per callNone for x402

Named comparison: Best Google News APIs in 2026. Alternatives: Google News API alternatives. Compare: Compare Google News APIs.

prices

12 GETs on this host

$0.005 per call in USDC. Same numbers as /prices on the directory.

Google News endpoint prices
GETWhat it returnsUSDC / callPage
GET /api/businessBusiness$0.005docs
GET /api/decode-article-urlDecode article URL$0.005docs
GET /api/entertainmentEntertainment$0.005docs
GET /api/healthHealth$0.005docs
GET /api/language-regionsLanguage regions$0.005docs
GET /api/latestLatest$0.005docs
GET /api/scienceScience$0.005docs
GET /api/searchSearch$0.005docs
GET /api/sportSport$0.005docs
GET /api/technologyTechnology$0.005docs
GET /api/topic/{topicId}Topic$0.005docs
GET /api/worldWorld$0.005docs

questions

FAQ

Is there an official Google News API?
No. There is no official Google News API. google-news.fetcher.sh returns headlines, topics, and language editions as JSON. Google News RSS still exists; it is thin and is not this host.
Is this NewsAPI.org?
No. NewsAPI.org is its own article index, not Google's ranking. google-news.fetcher.sh is Google News as it appears on news.google.com — topics, editions, and headline search.
Do I need an official developer account?
No. fetcher.sh is not the official Twitter, YouTube, or Google API. You do not register an app, complete OAuth, or wait for platform review. Call a URL; data comes back as JSON.
Is there a monthly minimum or subscription?
No. There is no monthly plan, no seat fee, and no minimum volume. Pay per call from $0.002. Credits never expire. A $1 credit top-up is only if you want a prepaid API key instead of paying each call.
Can I pay for a single request?
Yes. Call any endpoint with no credential and pay that one request in USDC via x402. No account, no invoice, no leftover plan.

the main one

start here

$0.005 per call

Search

/api/search

Keyword search across Google News, scoped to one language edition.

try an example

opens the payment page in a new tab · $0.005 per call

quick start

Call Google News in 30 seconds

curl — with a credits API key
curl -H 'Authorization: Bearer bby_live_...' \
  'https://google-news.fetcher.sh/api/search?keyword=artificial+intelligence&languageCode=en-US'
curl — no key: the x402 challenge
# call without payment to inspect the 402 challenge
curl -i 'https://google-news.fetcher.sh/api/search?keyword=artificial+intelligence&languageCode=en-US'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>

No key yet? Top up once (minimum $1) and the first response contains your bby_live_ key — one balance works across every fetcher.sh service. Generate one.

mcp

Add Google News to Claude or Cursor

This host serves 12 named Google News tools at /mcp. Catalog discovery (search, describe, fetch any path) lives on mcp.fetcher.sh.

mcp config — this service
{
  "mcpServers": {
    "fetcher": { "url": "https://google-news.fetcher.sh/mcp" }
  }
}

Specialized tools: google_news_business, google_news_decode_article_url, google_news_entertainment, google_news_health, google_news_language_regions, google_news_latest, google_news_science, google_news_search, google_news_sport, google_news_technology, google_news_topic, google_news_world. Browse every service on mcp.fetcher.sh.

reference

All 12 Google News endpoints

Click any endpoint to open its console: fill the parameters and try it live — the payable URL opens in a new tab, ready for a browser wallet.

docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs
docs

Top up once — then hammer all 12 endpoints with one key

One x402 payment funds a credit balance. Every call after that is a plain Bearer request: no signing, no chain round-trip, more requests per second. The same balance works on every fetcher.sh service.

Generate API key your first top-up creates the key — shown once

Agents: paste Set up https://google-news.fetcher.sh/skill.md into your agent — it reads the skill and sets everything up.