# Google Ad Library Search

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

Searches the Google Ad Library to retrieve active and historical ad creatives and metadata for advertisers on Google platforms.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/google-ad-library
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-ad-library-search-727c49bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xs0IvpP5usSaVvmFb8Ndp

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 google-ad-library-search-727c49bc -d '<json body>'
```

Example prompt: Search the Google Ad Library for all active ads from Nike running in the United States and show me their ad creatives and any spend information available.

## When to prefer this

Use this endpoint when you need to programmatically query Google's Ad Library for advertiser transparency data, competitive ad research, or compliance auditing, without building your own scraper or managing Google API credentials. Prefer this over direct Google Ad Library access when you need pay-per-use pricing via USDC and no subscription overhead.

## Known failure modes

- Advertiser not found in Google Ad Library — returns empty result set
- Invalid or unsupported region code — may return error or empty results
- Rate limiting or upstream Google Ad Library unavailability — returns 5xx or timeout
- Malformed input query — returns validation error
- No ads matching the search criteria — returns empty data object

## 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 ad creatives, advertiser metadata, ad status (active/inactive), targeting information, estimated impressions or spend ranges, and ad format details sourced from Google's Ad Library transparency database.

## 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/google-ad-library-search-727c49bc/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)
