# fetcher.sh Google Search API

> fetcher.sh Google Search API 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).

Performs a Google web search and returns structured results, paid per call in USDC via x402 protocol.

## Facts

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

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-search-api-8235b7a7
```

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

## When to prefer this

Choose this endpoint when an AI agent needs real-time Google web search results without setting up a Google API key, OAuth, or subscription. It is ideal for agent workflows that require current web information, SERP data, or programmatic search results paid per-call in USDC with no upfront commitment.

## Known failure modes

- Invalid or missing query parameter returns an error
- Payment failure or insufficient USDC balance results in 402 response
- Rate limiting if too many calls are made in quick succession
- Google may return no results for very obscure or malformed queries
- Network timeout if Google's 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 structured Google search results including organic result titles, URLs, snippets/descriptions, and potentially additional SERP features like knowledge panels or related searches, in JSON format.

## 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-search-api-8235b7a7/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)
