# Google News API — no account, pay per call

> Headlines by section (world, business, technology, ...), keyword search, topics, and article URL decoding. 12 GET endpoints, $0.005 per call in USDC on Base, Polygon, Arbitrum, Monad or Solana. No account, no OAuth — pay with x402 or a prepaid credit key.

- This host: https://google-news.fetcher.sh
- Catalog: https://google-news.fetcher.sh/llms.txt
- Agent setup: https://google-news.fetcher.sh/skill.md
- Directory: https://fetcher.sh/index.md


Also covers: headlines, news articles

## Quick start

```bash
curl -H 'Authorization: Bearer bby_live_...' \
  'https://google-news.fetcher.sh/api/search'
```

```bash
# call without payment to inspect the 402 challenge
curl -i 'https://google-news.fetcher.sh/api/search'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>
```

## Endpoints

- [Business](https://google-news.fetcher.sh/business.md) — GET /api/business — $0.005
- [Decode article URL](https://google-news.fetcher.sh/decode-article-url.md) — GET /api/decode-article-url — $0.005
- [Entertainment](https://google-news.fetcher.sh/entertainment.md) — GET /api/entertainment — $0.005
- [Health](https://google-news.fetcher.sh/health.md) — GET /api/health — $0.005
- [Language regions](https://google-news.fetcher.sh/language-regions.md) — GET /api/language-regions — $0.005
- [Latest](https://google-news.fetcher.sh/latest.md) — GET /api/latest — $0.005
- [Science](https://google-news.fetcher.sh/science.md) — GET /api/science — $0.005
- [Search](https://google-news.fetcher.sh/search.md) — GET /api/search — $0.005
- [Sport](https://google-news.fetcher.sh/sport.md) — GET /api/sport — $0.005
- [Technology](https://google-news.fetcher.sh/technology.md) — GET /api/technology — $0.005
- [Topic](https://google-news.fetcher.sh/topic.md) — GET /api/topic/{topicId} — $0.005
- [World](https://google-news.fetcher.sh/world.md) — GET /api/world — $0.005
