# Blockbuster.ai Google SERP Search

> Blockbuster.ai Google SERP Search is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Performs a Google Search Engine Results Page (SERP) query and returns structured search results via x402 micropayment-gated API

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/google-serp
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-google-serp-search-fbba9ea8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HqpAoHMzvqS_L2yRujHJ4

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 blockbuster-ai-google-serp-search-fbba9ea8 -d '<json body>'
```

Example prompt: Search Google for 'best open-source LLMs in 2025' and give me the top results including titles, URLs, and snippets.

## When to prefer this

Use this endpoint when an AI agent needs real-time Google search results without setting up a full Google Search API account, and when x402 micropayments on Base chain are already integrated. Prefer it for quick, pay-per-use web searches where you want structured SERP data without a subscription.

## Known failure modes

- Empty or missing query string returns an error
- Query triggers Google anti-bot or rate limiting resulting in no results
- Payment failure on Base chain blocks the request with 402 response
- Malformed JSON input causes 400 bad request
- Google blocks the underlying scraping request returning empty data object

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a structured JSON object containing Google SERP results for the given query, including organic search listings with titles, URLs, descriptions/snippets, and potentially related searches or featured snippets.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

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