# KiteEndpoints.ai - Google Ad Library Search

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

Searches the Google Ad Library to retrieve advertising data and creative information for ads running on Google platforms

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/google-ad-library
- Price: $0.16/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-ad-library-search-d2f7128c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZZJzzzaX5r6cAiVwXJnVF

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

Example prompt: Search the Google Ad Library for all current ads being run by Nike — I want to see what creatives and campaigns they're running right now.

## When to prefer this

Use this endpoint when you need to programmatically query Google's Ad Library for transparency and competitive intelligence data about ads running on Google platforms, without manually navigating the Google Ads Transparency Center interface. Prefer this over manual browsing when building automated competitive monitoring workflows or bulk-researching multiple advertisers.

## Known failure modes

- Advertiser not found — returns empty result set if no matching ads exist
- Invalid search query — malformed input may return an error or empty response
- Rate limiting — too many requests may result in throttling or rejection
- Data unavailability — some ad data may not be publicly accessible due to Google's policies
- Regional restrictions — certain ads may only be visible for specific geographic regions

## 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 data from Google's Ad Library including advertiser names, ad creatives, campaign details, geographic targeting, ad formats, and potentially spend estimates or impression data for matching ads.

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