# fetcher.sh Google News Latest

> fetcher.sh Google News Latest 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 the latest Google News headlines and articles, paid per call in USDC via x402

## Facts

- Endpoint: GET https://fetcher.sh/api/google-news/latest
- 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-latest-f851c54f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_klf5kRBJhgZ4DIC4UIkan

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-latest-f851c54f
```

Example prompt: Pull the latest Google News stories on AI regulation right now — I want the headlines, sources, and links so I can summarize what's happening today.

## When to prefer this

Choose this endpoint when you need programmatic access to Google News headlines without OAuth, API keys, or subscriptions, and you want per-call USDC micropayment pricing. Ideal for AI agents that need fresh news data on demand without managing credentials or dealing with Google's official News API approval process.

## Known failure modes

- Payment failure or insufficient USDC balance returns 402
- Google News temporarily unavailable or rate-limited returns error
- Malformed query parameters return 400 bad request
- Empty result set if no recent news matches the query
- Network timeout if Google News is slow to respond

## 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 list of the most recent Google News articles including headlines, article URLs, publisher/source names, and publication timestamps scraped directly from Google News results.

## 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-latest-f851c54f/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)
