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

A robust, high-performance utility designed for developer automation, data integration, and AI training. Features built-in captcha bypass, headful/headless browser execution, and proxy support to scrape Google data seamlessly, reliably, and at scale.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Features

  • Advertiser Discovery: Find all advertisers by name across the Google Ads Transparency Center
  • Ad Formats: Captures ad format types including Text, Image, and Video creatives
  • Ad Creatives: Extracts the full text content of each ad and the click-through URL
  • Image Assets: Collects image URLs from display and banner ad creatives
  • Last Shown Date: Records when each ad was last displayed to users
  • Region & Platform: Captures which geographic regions and platforms (Search, Display, YouTube) the ad ran on
  • Country Filtering: Filter ads by specific country or region
  • Proxy Support: Built-in Apify Proxy support with residential proxies for reliable scraping

Input Parameters

ParameterTypeRequiredDefaultDescription
advertiserNameStringYes"Google"Advertiser name to search in the Google Ads Transparency Center
countryStringNo"US"Country/region code to filter ads (e.g., US, IN, GB, DE)
maxItemsIntegerNo50Maximum number of ad creatives to scrape (1–5000)
proxyConfigurationObjectNoApify ResidentialProxy settings for the scraper

Input Schema Example

{
"advertiserName": "Nike",
"country": "US",
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output Schema

The scraper outputs structured JSON data for each ad creative found in the Google Ads Transparency Center.

Main Fields

FieldTypeDescription
positionIntegerResult position index
advertiserNameStringName of the advertiser
adFormatStringFormat of the ad (Text, Image, Video)
lastShownStringDate the ad was last shown to users
regionStringRegion where the ad was shown
platformStringPlatform where the ad appeared (Search, Display, YouTube)
adTextStringText content of the ad
adLinkStringClick-through URL of the ad
imageUrlStringURL of the ad creative image (for image/video ads)
queryStringAdvertiser name searched
countryStringCountry filter used
scrapedAtStringISO timestamp of when the data was scraped

Ad Creative Example

{
"position": 1,
"advertiserName": "Nike",
"adFormat": "Image",
"lastShown": "Apr 2025",
"region": "United States",
"platform": "Display",
"adText": "Just Do It. Shop the latest Nike shoes and apparel.",
"adLink": "https://www.nike.com/us/en_us/",
"imageUrl": "https://tpc.googlesyndication.com/simgad/12345",
"query": "Nike",
"country": "US",
"scrapedAt": "2025-01-15T10:30:00.000Z"
}