# Google News World Headlines API (fetcher.sh)

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

Fetches current world news headlines from Google News via a pay-per-call REST endpoint requiring no account or subscription

## Facts

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

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 google-news-world-headlines-api-fetcher-sh-1112b6e2
```

Example prompt: Can you grab the latest world news headlines from Google News right now — I want to see what's happening globally today?

## When to prefer this

Choose this endpoint when you need lightweight, pay-as-you-go access to Google News world headlines without managing OAuth, subscriptions, or API keys. It is ideal for agents that need occasional or one-off news fetches billed in micro-USDC amounts. Prefer alternatives like direct RSS feeds or a News API subscription if you need very high volume, strict SLA guarantees, or full article body text.

## Known failure modes

- Google News scraping blocked or rate-limited resulting in empty or error response
- Payment not processed via x402 protocol resulting in 402 Payment Required response
- Invalid or malformed request parameters returning a 400 error
- Google News structure changes breaking the scraper and returning stale or malformed data
- Network timeout if Google News is slow to respond

## How this service works

Google News (headlines) data and scraping API: Headlines by section (world, business, technology, ...), keyword search, topics, and article URL decoding. 12 REST endpoints from $0.005 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

A list of current world news headline items from Google News, each typically including the article title, source publication, publication timestamp, and a URL to the original article or a Google News redirect link.

## 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/google-news-world-headlines-api-fetcher-sh-1112b6e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from google-news.fetcher.sh](https://www.zero.xyz/host/google-news.fetcher.sh/llms.txt)
