# KiteEndpoints.ai - Google SERP API

> KiteEndpoints.ai - Google SERP API is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.17/call, status unknown (last checked 2026-09-15).

Returns Google Search Engine Results Page (SERP) data for a given query, paid per-request via USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/google-serp
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-google-serp-api-ae309353
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2Efv428xZRTznzJt10ghw

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 kiteendpoints-ai-google-serp-api-ae309353 -d '<json body>'
```

Example prompt: Can you search Google for 'best project management tools for small teams' and give me the top results — titles, URLs, and snippets?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-request access to Google SERP data without a long-term API subscription commitment, especially suitable for sporadic or low-volume searches billed in USDC crypto micropayments on Base chain. Prefer this over direct Google Custom Search API when you want simple per-call pricing without managing API keys or monthly quotas.

## Known failure modes

- Invalid or empty search query returns error
- Payment failure (insufficient USDC balance) returns 402 status
- Rate limiting or quota exceeded on the underlying Google SERP provider
- Network timeout if the upstream search provider is slow
- Malformed request body returns validation error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns structured SERP data from Google including organic search result listings with titles, URLs, and description snippets for the queried search terms, wrapped in a result object.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-google-serp-api-ae309353/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
