# fetcher.sh Google News Search

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

Searches Google News for articles matching a query and returns structured news results, paid per call in USDC via x402.

## Facts

- Endpoint: GET https://fetcher.sh/api/google-news/search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fetcher-sh-google-news-search-f75c841c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zfiH0Ogp3OGQIb0jA9RGf

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-search-f75c841c
```

Example prompt: Search Google News for the latest articles about 'OpenAI GPT-5' and give me the top headlines, sources, and links.

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to Google News search results without setting up OAuth, managing API quotas, or paying subscription fees. It is ideal for AI agents that need fresh news data on demand for arbitrary queries, particularly when cost predictability ($0.005/call) matters and the agent already operates in a USDC/x402 payment context. Prefer it over direct Google APIs when you want zero-account setup, or over generic web scrapers when you want a maintained, structured output.

## Known failure modes

- Empty results if the query matches no indexed news articles
- Payment failure if USDC balance or x402 authorization is insufficient
- Rate limiting or throttling if called too rapidly
- Malformed or missing query parameter returns an error
- Google News layout changes may temporarily break scraping and return partial or no data

## 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

Returns a structured list of Google News articles matching the search query, including headlines, publication source names, article URLs, publication timestamps, and short text snippets or summaries for each result.

## 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-search-f75c841c/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)
