# AnyAPI Google Ads Search

> AnyAPI Google Ads Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.02605/call, status unknown (last checked 2026-09-14).

Scrapes Google Ads search results for a given query, returning paid advertisement data via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/google_ads.search
- Price: $0.02605/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-google-ads-search-6f43ba4d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_O8_Yy07xAzwdfc6LSj8e-

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 anyapi-google-ads-search-6f43ba4d -d '<json body>'
```

Example prompt: Can you pull the Google Ads search results for 'best CRM software' so I can see what ads and advertisers are currently running on that keyword?

## When to prefer this

Use this endpoint when you need live Google Ads (paid search) data for a specific keyword without managing proxies, headless browsers, or Google API quotas. Ideal for competitive intelligence, SEM research, or ad monitoring tasks where you want pay-per-use pricing with no subscription overhead. Prefer this over direct Google Ads API when you don't have an advertiser account or need scraper-level access to what users actually see.

## Known failure modes

- Invalid or missing search query parameter returns an error response
- Google blocks or rate-limits the scrape, resulting in empty or partial results
- Network timeout if Google's response is slow
- USDC wallet insufficient balance causes payment failure before request executes
- Query returns no ads if there are no active Google Ads for that keyword

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing the Google Ads (sponsored/paid) listings returned for the searched query, including ad copy, advertiser names, display URLs, landing page URLs, and ad positions as scraped from Google's live search results page.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-google-ads-search-6f43ba4d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
