๐ŸŽฏ Google Ads Transparency Scraper avatar

๐ŸŽฏ Google Ads Transparency Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
๐ŸŽฏ Google Ads Transparency Scraper

๐ŸŽฏ 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

API Empire

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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)

  1. Log in at console.apify.com โ†’ Actors.
  2. Open Google Ads Transparency Scraper.
  3. Fill in the inputs:
    • ๐Ÿ”Ž Search Queries โ€” e.g. nike.com, Adidas, AR16735076323512287233.
    • ๐Ÿ”ข Max Results, and optional ๐Ÿ“บ Platform, ๐ŸŒ Region, ๐Ÿ“… Date filters.
  4. Click Start and watch the live log.
  5. Open the Output tab โ€” switch between the 4 views or export to JSON / CSV / Excel.

๐Ÿ“ฅ Input

FieldTypeDescription
searchQueriesarrayOne or more keywords, domains, advertiser IDs, or Transparency URLs.
searchQuerystringOptional single-query convenience field.
maxResultsintegerMax ad creatives to return in total. 0 = unlimited.
platformstringgoogle_search, youtube, google_shopping, google_maps, google_play, or empty for all.
regionstringISO country code (e.g. US) or empty for worldwide.
dateFrom / dateTostringYYYY-MM-DD date-window filter.
proxyConfigurationobjectOptional 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"
}
FieldDescription
advertiserIdGoogle advertiser ID (ARโ€ฆ).
advertiserNameVerified advertiser name.
creativeIdUnique creative ID (CRโ€ฆ).
adFormattext, image, or video.
firstShown / lastShownFirst and last dates the ad was seen.
approxDaysShownApproximate number of days the ad ran.
adUrlDirect link to the ad in the Transparency Center.
imageUrlArchived 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.


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.