Google Ads Transparency Center Ads & Creatives Scraper
Scrape ads from the Google Ads Transparency Center by advertiser name or domain: advertiser id, verified region, creative id, ad format, preview and thumbnail URL, first and last shown dates and regions. Export to JSON, CSV or Excel.
{ "advertiserName": "M Media Group Pty Ltd", "advertiserLegalName": "M MEDIA GROUP PTY LTD", "advertiserId": "AR09595561223982678017", "creativeId": "CR03661220965687230465", "adFormat": "text", "previewUrl": "https://displayads-formats.googleusercontent.c…", "adUrl": "https://adstransparency.google.com/advertiser/…", "firstShown": "2026-05-18T01:22:22.000Z", "lastShown": "2026-07-25T13:11:31.000Z" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Advertiser Name | Advertiser Legal Name | Advertiser Id | Creative Id |
|---|---|---|---|
| M Media Group Pty Ltd | M MEDIA GROUP PTY LTD | AR09595561223982678017 | CR03661220965687230465 |
| Nike, Inc. | Nike, Inc. | AR16735076323512287233 | CR16981719124042317825 |
| Nike Retail BV | Nike Retail BV | AR18378488041124659201 | CR02617104340036354049 |
| Nike Retail BV | Nike Retail BV | AR18378488041124659201 | CR01424539617272528897 |
{ "advertiserName": "M Media Group Pty Ltd", "advertiserLegalName": "M MEDIA GROUP PTY LTD", "advertiserId": "AR09595561223982678017", "creativeId": "CR03661220965687230465", "adFormat": "text", "previewUrl": "https://displayads-formats.googleusercontent.c…", "adUrl": "https://adstransparency.google.com/advertiser/…", "firstShown": "2026-05-18T01:22:22.000Z", "lastShown": "2026-07-25T13:11:31.000Z" }
常见问题
Can I search by website instead of by brand name?
Yes. Enter a domain such as `nike.com` and the actor returns the ads tied to that domain. Enter a plain name such as `Nike` and it matches the advertiser accounts by name.
Which ad formats are covered?
Image, text and video creatives are all returned, each tagged in the adFormat field.
Do I get the countries an ad ran in?
Yes. Each record includes regionsShown, the list of countries where the ad was served, plus a count.
How fresh is the data?
Ads and dates are read live at run time, so each record reflects the Transparency Center at the moment of the run (see observedAt).
Do I need a login or cookies?
No. The actor only reads publicly available transparency data. You never provide any account or credentials.