# AnyAPI Google News

> AnyAPI Google News is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.00325/call, status unknown (last checked 2026-09-14).

Fetches Google News results for a given query, returning headlines, sources, and links via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/google.news
- Price: $0.00325/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-google-news-654df52c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nAZkjeLwF-QIpKXeZ8ckZ

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 anyapi-google-news-654df52c -d '<json body>'
```

Example prompt: Pull the latest Google News results for 'Tesla earnings Q2 2025' and show me the headlines, sources, and links.

## When to prefer this

Use this endpoint when you need to programmatically fetch Google News results without a monthly subscription, paying only $0.075 USDC per call. Ideal for agents doing one-off news lookups, trend monitoring, or news enrichment tasks where a recurring subscription is wasteful. Prefer over direct scraping to avoid blocks, and over paid news APIs when low per-call cost matters more than deep archives.

## Known failure modes

- Invalid or missing query parameter returns an error response
- Google News blocks or rate-limits the scraper resulting in empty or error response
- Query returns no results for highly niche or obscure topics
- Payment failure or insufficient USDC balance prevents the request from completing
- Network timeout if Google News is slow to respond

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON response containing a list of Google News articles matching the query, including article titles, source names, publication dates, and URLs to the full stories.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-google-news-654df52c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
