# Google Ad Library Advertiser Search

> Google Ad Library Advertiser Search is a paid API for AI agents from Scrape Creators at mpp.orthogonal.com, paid per call via MPP, $0.02/call, status unknown (last checked 2026-09-15).

Search for advertisers in Google's Ad Library by name or keyword

## Facts

- Endpoint: GET https://mpp.orthogonal.com/scrapecreators/v1/google/adLibrary/advertisers/search
- Price: $0.02/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: Scrape Creators
- Docs: https://api.scrapecreators.com
- Website: https://api.scrapecreators.com
- Tags: social-media, tiktok, instagram, youtube, scraping, social, data
- Canonical page: https://www.zero.xyz/c/scrape-creators-google-ad-library-advertiser-search-c1f2ec71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7J0aJuSzritAG6uMqTP7u

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 scrape-creators-google-ad-library-advertiser-search-c1f2ec71
```

Example prompt: Search the Google Ad Library for advertisers matching 'Nike' and give me their advertiser profiles and IDs.

## When to prefer this

Use this endpoint when you need to search for and identify specific advertisers running ads on Google via the Ad Library, especially for competitive research, ad transparency auditing, or gathering advertiser IDs for further ad detail lookups. Prefer this over general web search when you need structured advertiser metadata directly from Google's ad transparency tools.

## Known failure modes

- No advertisers found for the given search term — empty results returned
- Invalid or missing search query parameter — returns 400 error
- Google Ad Library rate limiting or access restrictions — returns 429 or 503
- Network timeout from upstream Google Ad Library scrape — returns 504

## How this service works

Advertiser Search

## Output

A list of advertiser profiles from Google's Ad Library matching the search query, including advertiser names, IDs, and related metadata useful for ad research and competitive analysis.

## Example request

```json
{
 "query": "artificial intelligence"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrape-creators-google-ad-library-advertiser-search-c1f2ec71/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
