Search Google ads
search_google_adsRetrieve basic Google Ads transparency data for a specific advertiser by domain or ID. Returns compact JSON per ad, including format, URL, image, and first/last shown dates.
Instructions
Structured Google Ads Transparency pull for ONE advertiser (by domain or advertiserId) — use when you know the brand; use research_ads for open-ended research. Deliberately fetches the cheap BASIC listing (get_ad_details=false, ~1 credit — the detailed variant with per-ad headlines costs 25 credits/call and is not exposed here). Returns compact JSON {advertiser, format, adUrl, image, firstShown, lastShown} per ad.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max ads returned (1–25, default 8) | |
| domain | No | the advertiser's domain, e.g. nike.com | |
| region | No | 2-letter region, default US | |
| advertiserId | No | Google advertiser id (AR…) when the domain is ambiguous |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ads | No | the compact ad objects ({advertiser, format, adUrl, image, firstShown, lastShown}) | |
| found | No | total ads found upstream |