# Google Search API — no account, pay per call

> Programmatic Google web search results as clean JSON. 1 GET endpoints, $0.005 per call in USDC on Base, Polygon, Arbitrum, Monad or Solana. No account, no OAuth — pay with x402 or a prepaid credit key.

- This host: https://google.fetcher.sh
- Catalog: https://google.fetcher.sh/llms.txt
- Agent setup: https://google.fetcher.sh/skill.md
- Directory: https://fetcher.sh/index.md


Also covers: google.com, serp, web search

## Quick start

```bash
curl -H 'Authorization: Bearer bby_live_...' \
  'https://google.fetcher.sh/api/search'
```

```bash
# call without payment to inspect the 402 challenge
curl -i 'https://google.fetcher.sh/api/search'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>
```

## Endpoints

- [Search](https://google.fetcher.sh/search.md) — GET /api/search — $0.005
