# enrich-gate Google Web Search (Serper-backed)

> enrich-gate Google Web Search (Serper-backed) is a paid API for AI agents from enrich-gate.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Performs a Google web search via Serper and returns ranked results with titles, URLs, and snippets — pay-per-call, no API key required.

## Facts

- Endpoint: POST https://enrich-gate.vercel.app/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/enrich-gate-google-web-search-serper-backed-42980a0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tvLBA7EerTpnXAp42Mc_1

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 enrich-gate-google-web-search-serper-backed-42980a0d -d '<json body>'
```

Example prompt: Search the web for 'best open-source LLM benchmarks 2024' and give me the top 5 results with their titles and URLs.

## When to prefer this

Choose this endpoint when you need programmatic Google web search results without managing your own Serper or Google API keys, and want a simple pay-per-call model. Prefer it over sibling endpoints when keyword-based Google indexing is more appropriate than neural/semantic search (Exa). Good for factual lookups, current events, and URL discovery.

## Known failure modes

- Empty or missing query returns an error
- Serper API backend outage causes 5xx response
- Invalid num parameter (non-integer or negative) may cause error or be ignored
- Payment failure (x402) blocks the call
- Rate limits or quota exhaustion on Serper backend

## How this service works

Google web search (Serper-backed). POST { query, num? } → { results: [{title,url,snippet}] }. No API key, no subscription — pay per call.

## Output

Returns a JSON array of search results, each containing a title, URL, and snippet text, corresponding to the top Google web search hits for the query — up to the requested number of results.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/enrich-gate-google-web-search-serper-backed-42980a0d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from enrich-gate.vercel.app](https://www.zero.xyz/host/enrich-gate.vercel.app/llms.txt)
