# fetcher.sh Google News Science Feed

> fetcher.sh Google News Science 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 science news articles from Google News, returning headlines, links, and metadata for the science category.

## Facts

- Endpoint: GET https://fetcher.sh/api/google-news/science
- 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-science-feed-38393ed0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LONml0yBMFtTbDjn-5sGk

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-science-feed-38393ed0
```

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

## When to prefer this

Choose this endpoint when you need real-time science news headlines from Google News without setting up OAuth or paying for a traditional news API subscription. Ideal for agents that need pay-per-call access to Google News science content with no recurring fees, billed at $0.005 USDC per call on Base.

## Known failure modes

- Google News structure changes causing parse failures (scraping-based, may return stale or empty results)
- Rate limiting or payment failures if USDC balance is insufficient
- Network timeouts if Google News is slow to respond
- Empty result set if no science articles are currently indexed

## 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 list of science news articles from Google News, each containing headline text, article URL, publisher name, publication timestamp, and a brief snippet or description of the article 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-science-feed-38393ed0/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)
