# fetcher.sh Google News World Headlines API

> fetcher.sh Google News World Headlines API 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).

Fetches top world news headlines and stories from Google News, returning structured article data for AI agents.

## Facts

- Endpoint: GET https://fetcher.sh/api/google-news/world
- 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-world-headlines-api-f9707312
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mmrjbz7ilTFtPx2-fknQf

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-world-headlines-api-f9707312
```

Example prompt: Can you grab the latest world news headlines from Google News right now and summarize the top stories for me?

## When to prefer this

Choose this endpoint when you need programmatic, no-account access to Google News world headlines without scraping infrastructure. Ideal for AI agents that need current global news without OAuth or subscriptions, paid per-call in USDC. Prefer this over manual scraping or news APIs that require API keys or monthly subscriptions when you want frictionless, per-use access to real-time world news.

## Known failure modes

- Google News rate limiting or blocking may cause empty or error responses
- Stale cached results if news hasn't refreshed recently
- Payment failure (insufficient USDC balance) results in 402 response with no data
- Malformed response if Google News changes its HTML/API structure
- Network timeout for slow scraping operations

## 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 world news articles from Google News, each including headline/title, source publication, article URL, publication timestamp, and optionally a snippet or summary of the story content.

## 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-world-headlines-api-f9707312/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)
