# fetcher.sh Google News Topic Feed

> fetcher.sh Google News Topic Feed is a paid API for AI agents from fetcher.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Fetches Google News articles for a specific topic ID, returning headlines and news items for that topic category

## Facts

- Endpoint: GET https://fetcher.sh/api/google-news/topic/%7BtopicId%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-google-news-topic-feed-ddc7cd34
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J1Dr-LqmgXg0XmOnw5Lzl

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fetcher-sh-google-news-topic-feed-ddc7cd34
```

Example prompt: Can you pull the latest news articles from Google News for the Technology topic — I want to see what's trending right now?

## When to prefer this

Use this endpoint when you need to retrieve news articles from Google News organized by a specific topic category (e.g. Technology, Business, Health, Sports), and you already have or can determine the Google News topic ID. Prefer this over general web search when you specifically want Google News aggregated content for a known topic, and need agent-friendly access without OAuth or subscriptions, paying only per call in USDC.

## Known failure modes

- Invalid or unknown topicId returns empty results or 404
- Google News topic IDs can change or be deprecated over time
- Rate limiting or payment failure returns 402 requiring USDC payment
- Google News may occasionally return partial results or be temporarily unavailable
- Topic feeds may have regional variations not reflected in results

## How this service works

fetcher.sh is an x402 web-data and scraping API: 111 endpoints for Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, App Store, and Yelp — paid per call in USDC on Base, Polygon, Arbitrum, Monad or Solana, or with prepaid credits. Built for AI agents: no accounts, no OAuth, no subscriptions.

## Output

A list of news articles from Google News for the specified topic, typically including article titles, URLs, source publication names, publish timestamps, and brief descriptions or snippets for each story.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fetcher-sh-google-news-topic-feed-ddc7cd34/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fetcher.sh](https://www.zero.xyz/host/fetcher.sh/llms.txt)
