Google Ads Transparency Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
advertiserName | String | Yes | "Google" | Advertiser name to search in the Google Ads Transparency Center |
country | String | No | "US" | Country/region code to filter ads (e.g., US, IN, GB, DE) |
maxItems | Integer | No | 50 | Maximum number of ad creatives to scrape (1–5000) |
proxyConfiguration | Object | No | Apify Residential | Proxy 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
| Field | Type | Description |
|---|---|---|
position | Integer | Result position index |
advertiserName | String | Name of the advertiser |
adFormat | String | Format of the ad (Text, Image, Video) |
lastShown | String | Date the ad was last shown to users |
region | String | Region where the ad was shown |
platform | String | Platform where the ad appeared (Search, Display, YouTube) |
adText | String | Text content of the ad |
adLink | String | Click-through URL of the ad |
imageUrl | String | URL of the ad creative image (for image/video ads) |
query | String | Advertiser name searched |
country | String | Country filter used |
scrapedAt | String | ISO 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"}