Google News data API
Headlines by section (world, business, technology, ...), keyword search, topics, and article URL decoding. No account, no OAuth — pay per call with x402 or spend a prepaid credit balance with one API key.
/api/business/api/decode-article-url/api/entertainment/api/health/api/language-regions/api/latest/api/science/api/search/api/sport/api/technology/api/topic/:topicId/api/world
Also covers: headlines · news articles
the main one
start here
$0.005 per callSearch
/api/searchKeyword 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 -H 'Authorization: Bearer bby_live_...' \
'https://google-news.fetcher.sh/api/search?keyword=artificial+intelligence&languageCode=en-US'# 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
A remote MCP server scoped to this service: your agent gets these tools and nothing else, so the context cost stays small.
{
"mcpServers": {
"fetcher": { "url": "https://google-news.fetcher.sh/mcp" }
}
}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.
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.
Agents: paste Set up https://google-news.fetcher.sh/skill.md into your agent — it reads the skill and sets everything up.