# AnyAPI Google Ads Company Ads Scraper

> AnyAPI Google Ads Company Ads Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status down (last checked 2026-09-16).

Scrapes and returns the active Google Ads being run by a specified company

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/google_ads.company_ads
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-google-ads-company-ads-scraper-ad56f4c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ELVPhKw-vwOcPyCCtkMna

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-company-ads-scraper-ad56f4c7 -d '<json body>'
```

Example prompt: Can you pull all the active Google Ads that Nike is currently running — I want to see their ad copy, headlines, and landing page URLs for competitive research?

## When to prefer this

Use this endpoint when you need to quickly retrieve a company's active Google Ads without managing subscriptions or per-platform API credentials. Ideal for competitive intelligence, ad research, or monitoring a brand's paid search strategy at low per-call cost with no monthly commitment. Prefer this over direct Google Ads API integrations when you lack advertiser-level access to the target company's account.

## Known failure modes

- Company not found or has no active Google Ads — returns empty result set
- Invalid or ambiguous company identifier — may return ads for wrong company
- Google Ads transparency data temporarily unavailable — returns error
- Rate limiting or scraping block from Google — returns failure response
- Payment insufficient (requires 0.002 USDC per call) — returns 402 error

## How this service works

AnyAPI google_ads.company_ads (Google Ads Company Ads)

## Output

A JSON object containing the active Google Ads associated with the specified company, including ad creatives, headlines, descriptions, display URLs, and any available campaign metadata scraped from Google's ad transparency data.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-google-ads-company-ads-scraper-ad56f4c7/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)
