๐ฏ Google Ads Transparency Scraper
Pricing
from $4.99 / 1,000 results
๐ฏ Google Ads Transparency Scraper
๐ข Google Ads Transparency Scraper extracts verified ad transparency details from Google Adsโuseful for market research, competitor tracking & compliance. โก Automate insights fast, reduce manual work, and optimize campaigns with data you can trust.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
API Empire
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extract ad creatives from Google's Ads Transparency Center at scale โ no login, no official API key. Search in bulk by keyword, website domain, advertiser ID, or a Transparency Center URL, and optionally narrow by platform, region (170+ countries), and date range.
For every ad it returns the advertiser, creative ID, format (text / image / video), the first & last dates it was shown, how many days it ran, a direct link to the ad, and (when available) the creative image.
โจ Why Choose This Actor?
- ๐ Bulk input โ feed dozens of keywords / domains / advertiser IDs in one run.
- ๐ง Auto-detection โ paste anything; the scraper figures out whether it's a keyword, domain, advertiser ID, or URL.
- ๐ก๏ธ Self-healing proxy ladder โ starts direct (cheapest), and only escalates to datacenter โ residential proxies if Google pushes back, then sticks with what works.
- ๐ฆ Live results โ every ad is saved the moment it's found, so partial runs never lose data.
- ๐๏ธ Tidy output โ four ready-made views: Overview, Advertisers, Creative Details, and Media.
- โก Fast & lightweight โ pure reverse-engineered API calls, no headless browser.
๐ How to Use (Apify Console)
- Log in at console.apify.com โ Actors.
- Open Google Ads Transparency Scraper.
- Fill in the inputs:
- ๐ Search Queries โ e.g.
nike.com,Adidas,AR16735076323512287233. - ๐ข Max Results, and optional ๐บ Platform, ๐ Region, ๐ Date filters.
- ๐ Search Queries โ e.g.
- Click Start and watch the live log.
- Open the Output tab โ switch between the 4 views or export to JSON / CSV / Excel.
๐ฅ Input
| Field | Type | Description |
|---|---|---|
searchQueries | array | One or more keywords, domains, advertiser IDs, or Transparency URLs. |
searchQuery | string | Optional single-query convenience field. |
maxResults | integer | Max ad creatives to return in total. 0 = unlimited. |
platform | string | google_search, youtube, google_shopping, google_maps, google_play, or empty for all. |
region | string | ISO country code (e.g. US) or empty for worldwide. |
dateFrom / dateTo | string | YYYY-MM-DD date-window filter. |
proxyConfiguration | object | Optional proxy override (the ladder handles blocking automatically). |
{"searchQueries": ["nike.com", "Adidas"],"maxResults": 100,"platform": "youtube","region": "US","dateFrom": "2025-01-01"}
๐ค Output
{"advertiserId": "AR18378488041124659201","advertiserName": "Nike Retail BV","creativeId": "CR03722677248998768641","adFormat": "text","firstShown": "2025-10-25","lastShown": "2026-06-14","approxDaysShown": 233,"adUrl": "https://adstransparency.google.com/advertiser/AR18378488041124659201/creative/CR03722677248998768641","imageUrl": "https://tpc.googlesyndication.com/archive/simgad/14326405044626796371"}
| Field | Description |
|---|---|
advertiserId | Google advertiser ID (ARโฆ). |
advertiserName | Verified advertiser name. |
creativeId | Unique creative ID (CRโฆ). |
adFormat | text, image, or video. |
firstShown / lastShown | First and last dates the ad was seen. |
approxDaysShown | Approximate number of days the ad ran. |
adUrl | Direct link to the ad in the Transparency Center. |
imageUrl | Archived creative image (image ads only). |
๐ค Use via API
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"searchQueries":["nike.com"],"maxResults":50}'
๐ก Best Use Cases
- ๐ต๏ธ Competitor ad intelligence โ see exactly what rivals are advertising and for how long.
- ๐ Creative trend research โ track formats, longevity, and rotation.
- ๐งพ Ad transparency & compliance โ audit which advertisers run ads in a region.
- ๐ Market analysis โ compare advertiser activity across countries and platforms.
๐ณ Pricing
This Actor uses the Pay-Per-Result model โ you're billed per ad creative returned. Filters (platform / region / date) use Google's own filtering, so narrowing your search keeps both your result count and your cost low.
โ FAQ
Do I need a Google account or API key? No. The Transparency Center is public; this Actor reads it directly.
What can I search by? A keyword (Nike), a domain (nike.com), an advertiser ID (ARโฆ), or a full Transparency Center URL โ mixed freely in the bulk list.
Why are some ads missing imageUrl? Text and script-rendered ads don't expose a static archived image; only image creatives carry one.
Is a proxy required? No. The Actor starts without one and only adds a proxy if Google rate-limits it.
โ๏ธ Legal & Compliance
Data is collected only from Google's publicly available Ads Transparency Center. You are responsible for complying with applicable laws (GDPR, CCPA, etc.) and Google's Terms of Service when using the data.
๐ Support & Feedback
Found a bug or want a new field? Open an issue on the Actor's Issues tab.