← API Catalog
Apify·Async

Google Ads Scraper

Knowledge & Data$0.005 / Run started

What it does

Scrape Google Ads from the Ads Transparency Center for competitor ad monitoring. Search by advertiser name, domain, or ID. Get creatives, formats, dates, impressions. Export to JSON, CSV, Excel.

Returns: Scrape Google Ads from the Ads Transparency Center for competitor ad monitoring. Search by advertiser name, domain, or ID. Get creatives, formats, dates, impressions. Export to JSON, CSV, Excel.

Parameters

ParameterTypeRequiredDescription
maxAdsnumberNoMaximum number of ads to scrape per advertiser or domain.
regiontextNoFilter ads shown in a specific country (ISO code). Leave empty for all regions.
domainsarrayNoSearch ads by website domain (e.g., nike.com, apple.com). Provide at least one search term, domain, or advertiser ID.
adFormatsselectNoReturn only selected creative formats. Leave empty to include Text, Image, and Video ads.
shownAftertextNoReturn creatives whose shown interval overlaps this date or a later date (YYYY-MM-DD). Leave empty for no lower bound.
searchTermsarrayNoSearch for advertisers by name (e.g., Nike, Apple, Coca-Cola). Finds matching advertisers and scrapes their ads. Provide at least one search term, domain, or advertiser ID.
shownBeforetextNoReturn creatives whose shown interval overlaps this date or an earlier date (YYYY-MM-DD). Leave empty for no upper bound.
advertiserIdsarrayNoDirect advertiser IDs from Google Ads Transparency Center (e.g., AR16735076323512287233). Provide at least one search term, domain, or advertiser ID.

Endpoints

GET/v1/agents/resources/inspect/apify.automation-lab.google-ads-scraperPublic
POST/v1/agents/resources/estimate/apify.automation-lab.google-ads-scraperPublic
POST/v1/agents/resources/run/apify.automation-lab.google-ads-scraperAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.automation-lab.google-ads-scraper \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in Knowledge & Data