# fetcher.sh Google News Entertainment Feed

> fetcher.sh Google News Entertainment 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 the latest entertainment news headlines and articles from Google News, paid per call in USDC.

## Facts

- Endpoint: GET https://fetcher.sh/api/google-news/entertainment
- 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-entertainment-feed-8a371c61
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bGkWBnMw-apzas2OcZbxP

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-entertainment-feed-8a371c61
```

Example prompt: Can you pull the latest entertainment news from Google News right now — I want to see what's trending in celebrity and showbiz today?

## When to prefer this

Choose this endpoint when you need real-time or near-real-time entertainment news headlines from Google News without setting up OAuth, a Google API key, or a news API subscription. Ideal for AI agents that need pay-per-call access to entertainment news with no recurring commitments. Prefer over manual scraping or full news APIs when you only need occasional on-demand pulls of the Google News entertainment feed.

## Known failure modes

- Payment failure if USDC balance is insufficient (402 response)
- Google News rate limiting or blocking may cause upstream errors
- Entertainment category may return limited results during low-news periods
- Stale or cached results if Google News hasn't refreshed recently
- Network timeout if the scrape takes too long

## 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

A list of current entertainment news items from Google News, typically including article headlines, source publication names, publication timestamps, and links to the full articles. Results reflect the live Google News entertainment section at time of call.

## 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-entertainment-feed-8a371c61/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)
