All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example (captured live)
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:21:07.017284+00:00",
"engine": "google",
"google_url": "https://adstransparency.google.com/?query=best%20coffee%20makers®ion=anywhere"
},
"search_parameters": {
"engine": "google_ads_transparency_center",
"text": "best coffee makers",
"region": "anywhere",
"gl": "us"
},
"search_information": {
"advertiser": null,
"advertiser_id": null,
"total_ads": 0
},
"ads": [
],
"pagination": {
"next_page_token": null
}
}
GET
/v1/data/google/ads/transparency1 credit / run VerifiedAds Transparency
Ad creatives a verified advertiser has run, from the Google Ads Transparency Center: the creative id, advertiser, format (text, image, or video), target domain, and first/last-shown dates.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| Advanced filters | |||
| query | string | no | Advertiser name or target domain to search for, e.g. 'tesla.com'. Provide this or advertiser_id. |
| advertiser_id | string | no | Advertiser id to list creatives for, e.g. AR17828074650563772417. |
| creative_id | string | no | Look up a single creative by id, e.g. CR06172042294124871681. |
| region | string | no | Region filter, e.g. US, GB, anywhere. (default: anywhere) |
| format | string | no | Creative format filter: text, image, or video. |
| platform | string | no | Surface filter: search, display, maps, shopping, play, youtube. |
| gl | string | no | Two-letter country code for the request origin. (default: us) |