# Blockbuster.ai Google Ad Library Search

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

Searches the Google Ad Library to retrieve active and historical ad data for a given query

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/google-ad-library
- Price: $0.1/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-ad-library-search-3eec3da4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HP3K-8_09p0ry_x-tFH3V

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-ad-library-search-3eec3da4 -d '<json body>'
```

Example prompt: Can you search the Google Ad Library for ads being run by Nike right now and show me what you find?

## When to prefer this

Use this endpoint when you need to research competitor advertising on Google, audit what ads a brand is currently or historically running, or gather ad creative intelligence from the Google Ad Library. Prefer this over manual Google Ad Library browsing when you need programmatic access to ad data for competitive research or marketing analysis.

## Known failure modes

- Empty or vague query returns no results
- Advertiser not found in Google Ad Library returns empty data set
- Query for non-existent brand returns empty results
- Rate limiting or payment failure returns 402 error
- Invalid input schema returns 400 error
- Service unavailability returns 500 error

## 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 data object containing Google Ad Library results matching the query, including ad creatives, advertiser details, and related ad metadata found in the library.

## 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-ad-library-search-3eec3da4/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)
