# Google Search API via fetcher.sh

> Google Search API via fetcher.sh is a paid API for AI agents from google.fetcher.sh, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns programmatic Google web search results as clean JSON, billed per call in USDC with no account or subscription required

## Facts

- Endpoint: GET https://google.fetcher.sh/api/search
- 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/google-search-api-via-fetcher-sh-7148bb12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GkcUBTkb9MoXPPyssNpeC

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 google-search-api-via-fetcher-sh-7148bb12
```

Example prompt: Search Google for 'best open source LLM frameworks 2024' and give me the top results as structured data — titles, URLs, and snippets.

## When to prefer this

Choose this endpoint when you need programmatic Google search results without setting up a Google Cloud account, obtaining OAuth credentials, or committing to a subscription. It is ideal for ad-hoc agent workflows, low-volume lookups, or pay-as-you-go automation where the x402 micropayment model (USDC on Base, Polygon, Arbitrum, Monad, or Solana) fits. Prefer it over the official Google Custom Search API when you want zero onboarding friction and per-call billing at $0.005.

## Known failure modes

- Invalid or malformed query parameter returns an error response
- Insufficient USDC balance or failed x402 payment results in a 402 Payment Required error
- Rate limiting or Google-side blocking may return empty or degraded results
- Network timeout if Google's backend is slow to respond
- Query returning no results yields an empty results array

## How this service works

Google Search (google.com) data and scraping API: Programmatic Google web search results as clean JSON. 1 REST endpoints from $0.005 per call — no account, no OAuth, no subscription. Pay with x402 (USDC on Base, Polygon, Arbitrum, Monad or Solana) or prepaid credits.

## Output

A clean JSON response containing Google web search results, including titles, URLs, and text snippets for each result — structured and ready for downstream processing without needing to parse raw HTML.

## 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/google-search-api-via-fetcher-sh-7148bb12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from google.fetcher.sh](https://www.zero.xyz/host/google.fetcher.sh/llms.txt)
