# KiteEndpoints.ai - Google SERP API

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

Fetches Google Search Engine Results Page (SERP) data for a given query, returning organic results, ads, and structured search metadata

## Facts

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

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-6469fce8 -d '<json body>'
```

Example prompt: Search Google for 'best project management tools for remote teams' and give me the top organic results including titles, URLs, and snippets.

## When to prefer this

Choose this endpoint when you need programmatic access to Google search results without managing your own browser automation or Google API quota. Ideal for SEO research, competitive analysis, content discovery, and automated research pipelines where real-time Google SERP data is required and you want per-request pay-as-you-go pricing in USDC rather than a monthly subscription.

## Known failure modes

- Empty or invalid search query returns error or no results
- Rate limiting or quota exhaustion from the underlying Google SERP provider
- Payment failure in USDC on Base chain blocks request
- Ambiguous or very broad queries may return low-quality or irrelevant results
- Google may return localized results that differ from expected global results
- Timeout if Google SERP provider is slow or unavailable

## 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 including organic search result titles, URLs, meta descriptions/snippets, position rankings, and potentially ads or featured snippets from a Google search query response.

## 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-6469fce8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
