all services

Google search results as JSON, no Custom Search engine

Programmatic Google web search results as clean JSON. Not an official platform API. No account, no OAuth — pay per call with x402 or spend a prepaid credit balance with one API key.

1 endpoints$0.005 per callGET · JSON envelopeUSDC · gas sponsored
pay from any of:BasePolygonArbitrumMonadSolana

Also covers: google.com · serp · web search

compared to

What Google Search is not

Google Search compared to the official path
PathWhat it isWhat you set up
Custom Search JSON APIOfficial programmable searchCX id and Cloud billing
SerpAPI / SerperHosted SERP products with a dashboardTheir account
google.fetcher.shOne Google web GET, $0.005 per callNone for x402

Named comparison: Best Google SERP APIs in 2026. Alternatives: Google SERP API alternatives. Compare: Compare Google SERP APIs.

prices

1 GETs on this host

$0.005 per call in USDC. Same numbers as /prices on the directory.

Google Search endpoint prices
GETWhat it returnsUSDC / callPage
GET /api/searchSearch$0.005docs

questions

FAQ

Do I need a Custom Search engine?
No. google.fetcher.sh returns Google web results as JSON. You do not create a CX id, a Cloud project, or a programmable search engine.
Is this SerpAPI?
No. SerpAPI is a separate SERP product with its own account and dashboard. This host is one Google web GET on google.fetcher.sh, paid like every other fetcher.sh path.
Do I need an official developer account?
No. fetcher.sh is not the official Twitter, YouTube, or Google API. You do not register an app, complete OAuth, or wait for platform review. Call a URL; data comes back as JSON.
Is there a monthly minimum or subscription?
No. There is no monthly plan, no seat fee, and no minimum volume. Pay per call from $0.002. Credits never expire. A $1 credit top-up is only if you want a prepaid API key instead of paying each call.
Can I pay for a single request?
Yes. Call any endpoint with no credential and pay that one request in USDC via x402. No account, no invoice, no leftover plan.

the main one

start here

$0.005 per call

Search

/api/search

Google's own operators pass through: site:, filetype:, intitle:, and quoted phrases.

try an example

opens the payment page in a new tab · $0.005 per call

quick start

Call Google Search in 30 seconds

curl — with a credits API key
curl -H 'Authorization: Bearer bby_live_...' \
  'https://google.fetcher.sh/api/search?query=x402+protocol'
curl — no key: the x402 challenge
# call without payment to inspect the 402 challenge
curl -i 'https://google.fetcher.sh/api/search?query=x402+protocol'
# HTTP/1.1 402 Payment Required
# payment-required: <base64 payment requirements>

No key yet? Top up once (minimum $1) and the first response contains your bby_live_ key — one balance works across every fetcher.sh service. Generate one.

mcp

Add Google Search to Claude or Cursor

This host serves 1 named Google Search tools at /mcp. Catalog discovery (search, describe, fetch any path) lives on mcp.fetcher.sh.

mcp config — this service
{
  "mcpServers": {
    "fetcher": { "url": "https://google.fetcher.sh/mcp" }
  }
}

Specialized tools: google_search. Browse every service on mcp.fetcher.sh.

reference

All 1 Google Search endpoints

Click any endpoint to open its console: fill the parameters and try it live — the payable URL opens in a new tab, ready for a browser wallet.

docs

Top up once — then hammer all 1 endpoints with one key

One x402 payment funds a credit balance. Every call after that is a plain Bearer request: no signing, no chain round-trip, more requests per second. The same balance works on every fetcher.sh service.

Generate API key your first top-up creates the key — shown once

Agents: paste Set up https://google.fetcher.sh/skill.md into your agent — it reads the skill and sets everything up.