# fetcher.sh Google News Business Feed

> fetcher.sh Google News Business 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 in the Business category, returning structured news data for AI agents via pay-per-call USDC pricing

## Facts

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

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-business-feed-efdc48d9
```

Example prompt: Pull the latest business headlines from Google News right now — I need the top stories, their sources, and links so I can summarize what's happening in the business world today.

## When to prefer this

Choose this endpoint when you need structured business news data from Google News without managing OAuth, subscriptions, or scraping infrastructure yourself. Ideal for AI agents that need on-demand, pay-per-call access to fresh business headlines. Prefer this over general web search when you specifically want Google News business coverage with consistent structure.

## Known failure modes

- Google News structure changes may break parsing, returning empty or malformed results
- Rate limiting or upstream blocking may cause 402 or 5xx errors
- Stale cache may return slightly outdated articles rather than real-time results
- Invalid or missing query parameters may return unexpected results or errors
- USDC payment failure on Base network causes request to be rejected with 402

## 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 business articles including headlines, publication timestamps, source/publisher names, article URLs, and article summaries or snippets — ready for an agent to parse, summarize, or filter.

## 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-business-feed-efdc48d9/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)
