# AnyAPI Google Ads Ad Details

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

Fetches detailed information about a specific Google Ads advertisement by scraping ad metadata and creative details.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/google_ads.ad_details
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-google-ads-ad-details-22f74b71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__pSPk-5IFI6xUF4etRMhp

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-ad-details-22f74b71 -d '<json body>'
```

Example prompt: Can you pull the full ad details for the Google Ad from Nike — I want to see the headline, description, display URL, and any other metadata associated with their running shoes campaign ad.

## When to prefer this

Use this endpoint when you need to programmatically retrieve details about a specific Google Ad — such as its copy, creative, advertiser, or landing URL — without a Google Ads API account or subscription. Ideal for competitive intelligence, ad monitoring, or enriching marketing datasets. Prefer this over the Google Ads API when you want pay-per-call pricing with no monthly commitment.

## Known failure modes

- Ad ID or URL not found — returns error indicating ad does not exist or is no longer active
- Invalid or missing input parameters — returns validation error
- Google Ads blocks or rate-limits scraping request — returns 429 or timeout
- Ad has been removed or expired — empty or error response
- Insufficient USDC balance — payment failure before request executes

## 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 structured details about the requested Google Ad, including ad copy (headline, description), display and destination URLs, advertiser identity, ad format, and any available metadata about the ad creative or campaign.

## Response schema (JSON Schema)

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

## More

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