# fetcher.sh Google News Sports Feed

> fetcher.sh Google News Sports 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-15).

Fetches the latest sports news articles from Google News, returning structured results for AI agents via pay-per-call USDC pricing.

## Facts

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

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-sports-feed-c43c33ab
```

Example prompt: Can you pull the latest sports news from Google News right now and give me the top headlines and links?

## When to prefer this

Choose this endpoint when you need real-time sports news data from Google News without setting up OAuth, Google API credentials, or subscriptions. Ideal for AI agents that need pay-per-call access to fresh sports headlines, particularly in autonomous workflows where per-call USDC micropayments on Base are more practical than managing API keys. Best when you want a broad sports news feed rather than sport-specific or team-specific data.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402 requiring payment
- Google News temporarily unavailable or rate-limited upstream — may return empty results or an error
- Invalid or malformed query parameters — returns 400 bad request
- No recent sports news available matching the query — returns empty article list
- Network timeout if Google News response is slow

## 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 sports news articles sourced from Google News, including headlines, article URLs, publication timestamps, and source/publisher names. Enables agents to surface current sports coverage without needing a Google API key or OAuth credentials.

## 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-sports-feed-c43c33ab/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)
