Google Ads  Scraper avatar

Google Ads Scraper

Pricing

Pay per usage

Go to Apify Store
Google Ads  Scraper

Google Ads Scraper

Scrapes ads from Google Ads Transparency for all companies.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Share

Google Ads Transparency Center Scraper

Extracts ads from Google's Ads Transparency Center by intercepting internal SearchCreatives RPC calls. No API key needed.

What does it do?

Supports two modes: search by domain (more complete, ~900 ads per site) or by keyword (searches advertiser names, then scrapes each). Extracts ad format, headline, description, images, dates, platforms, and advertiser info.

Input parameters

ParameterDescriptionDefault
domainAdvertiser domain (e.g. leroymerlin.es)-
keywordAdvertiser name to search-
regionCountry code or ANYANY
maxResultsMaximum ads to extract200
maxAdvertisersMax advertisers in keyword mode5

Provide either domain or keyword (domain is recommended for completeness).

Output fields

FieldDescription
advertiser_idGoogle advertiser ID
advertiser_nameAdvertiser name
creative_idCreative/ad ID
ad_page_urlLink to ad detail page
formattext / image / rich_media / video
headlineAd headline text
descriptionAd description
image_urlImage/thumbnail URL
destination_urlLanding page URL
num_variantsNumber of ad variants
first_shownFirst shown date
last_shownLast shown date
days_runningDays the ad was active
platformsAd platforms
domainAdvertiser domain

Example input

{
"domain": "leroymerlin.es",
"region": "ES",
"maxResults": 300
}

Notes

  • Domain mode is more reliable and returns more results than keyword mode
  • Keyword mode finds advertisers matching the name, then scrapes each one's ads
  • Deduplicates by creative_id