Google Ads Transparency Scraper - Ad Library & Creatives avatar

Google Ads Transparency Scraper - Ad Library & Creatives

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Google Ads Transparency Scraper - Ad Library & Creatives

Google Ads Transparency Scraper - Ad Library & Creatives

Scrape any advertiser's live ads from the Google Ads Transparency Center — text, image, and video creatives across 50+ countries.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

SR

SR

Maintained by Community

Actor stats

2

Bookmarked

665

Total users

150

Monthly active users

7 hours ago

Last modified

Share

Google Ads Transparency Scraper: Competitor Ad Creatives

Hosted google ads transparency that returns structured JSON without the captcha-solving, proxy-rotation, and site-update maintenance you'd otherwise own. Run it from the Apify Store with one click, or call it from your own service via the Apify API. Pay only for what you scrape, no monthly subscription.

How the google ads transparency center works

The Google Ads Transparency Center is Google's public record of every ad an advertiser is running across Search, Display, YouTube, and Shopping. It is a goldmine for competitor research, but the web interface is built for browsing one advertiser at a time, not for pulling data at scale. This Actor turns the Google Ads Transparency Center into a structured feed, you give it a domain or advertiser, and it returns the live ads with their creative text, images, formats, regions, and the dates each ad has been running.

That makes a few jobs much faster. You can watch which creatives a competitor is scaling and which they quietly dropped, spot the landing pages behind their paid traffic, and see which regions they are actually targeting. Because the ads come back as JSON and you pay per result, you can monitor a whole set of competitors on a schedule and diff the output week over week instead of clicking through the transparency center by hand.

What you get

  • Structured JSON output, every google ads transparency run returns clean, parseable records ready for analytics or downstream pipelines.
  • Hosted on Apify, no servers, no proxies, no anti-bot maintenance. Click Run.
  • Pay only for what you scrape, pricing scales with usage; no monthly subscription minimum.
  • Multi-country support via the region parameter, 58 regions plus Anywhere. Anywhere is the default on purpose: a region filter is a hard narrowing, and pinning a global advertiser to one country often returns nothing.

Why use this google ads transparency

Most google ads transparency solutions fall into one of two camps: free open-source libraries that break every few months when the upstream site changes, or expensive SaaS tools that charge $99-$399/month for the data layer plus a dashboard UI you may not need.

This Apify Actor sits in the middle: same structured data the SaaS tools ship, but priced per run instead of per month, with a hosted infrastructure that handles proxies, retries, and captcha solving so you don't have to.

Input

FieldTypeDefaultDescription
domainstring,Advertiser domain to look up (e.g. "redable.nl"). One of domain, search, or advertiser_id is required.
searchstring,Brand or advertiser name to search (e.g. "Nike"). Use instead of domain when you don't know the exact domain.
advertiser_idstring,Direct advertiser lookup (e.g. "AR10129747575264247809"). Required when creative_id is set.
creative_idstring,Direct creative lookup (e.g. "CR12965115384414863361"). Requires advertiser_id.
regionstring``ISO country code, or empty for Anywhere. Advertisers often pin few or no ads to one region, so an empty value can return more ads than a pinned one.
platformstring``Keep only ads seen on Google Search, Shopping, Maps, Play or YouTube. Applied after fetching because Google's search API has no platform criterion, so it forces detail on.
max_advertisersinteger1With search, how many matching advertisers to pull from, biggest first. Large brands run one ad account per country.
formatstring``Filter by ad format. Leave empty for all formats.
start_datestring,Lower bound of the ad's last-shown date (YYYY-MM-DD).
end_datestring,Upper bound of the ad's last-shown date (YYYY-MM-DD).
ads_countinteger40How many ad creatives to return, up to 1000. Google serves 100 per page and this Actor walks the pages for you.
detailbooleanFalseFetch impressions, regions, platforms, variations, and spend for every returned creative. Slower but richer.
politicalbooleanFalseFilter to political / election ads (these include spend ranges where available).
page_tokenstring,Pagination token from a previous run's _next_page_token field. Leave empty for the first page.

Going past one page

Google's Transparency Center hands out 100 creatives at a time behind a page token. Set ads_count above 100 and this Actor follows those tokens until it has what you asked for, the advertiser runs out, or the run's time budget is spent. _next_page_token is still returned on every row, so an integration that prefers to chain runs itself keeps working exactly as before.

Output

Every run pushes results to the Apify dataset as JSON records. Each record contains the structured fields surfaced by the google ads transparency, fields, IDs, timestamps, and any nested objects. You can:

  • Download the dataset as JSON, JSONL, CSV, or Excel from the Apify console
  • Stream results via the Apify API for use in your own application
  • Pipe results to webhooks, S3, BigQuery, or any of Apify's 30+ integrations
  • Diff today's run against yesterday's to detect changes (new entries, removed entries, modified fields)

Use cases for the google ads transparency

Competitor ad intelligence

Pull every active ad your top 5 competitors are running via the google ads transparency. Map their messaging angles, creative formats, and regional spend allocation.

Ad-creative inspiration

Browse high-spending campaigns by category to copy proven creative formats, saves weeks of A/B testing from scratch.

Compliance auditing

Verify your own brand's compliance with platform ad policies by pulling all your live ads via the google ads transparency weekly.

Market research

Aggregate google ads transparency data across an entire vertical (e.g. all DTC mattress brands) to size paid-media spend and identify rising challengers.

How it compares

Other tools that rank for "google ads transparency scraper" range from key-gated SERP APIs to other Apify actors. Here is where this Actor sits.

This ActorSerpApiNoCodeSERPApiOther Apify ad scrapers
Run without your own API keyYes, runs from the Apify StoreNo, needs a SerpApi keyNo, needs an account keyYes, run from Apify
Hosted (proxies + captcha handled)YesYesYesVaries
Structured JSON outputYesYesExcel/spreadsheet focusVaries
Creative detail (impressions, regions, platforms, spend)Yes, with detail onVaries by endpointLimitedVaries

Output fields

Every row carries advertiser_id, creative_id, advertiser_name, format, first_shown, last_shown, days_shown, target_domain and deeplink, plus scraped_at and the searched_* fields that say which input produced it.

Where the creative provides them you also get image_url, title, ad_text, display_url (the URL printed under a text ad, e.g. www.trivago.com/hotel/comparison), keyword (the dynamic-keyword-insertion value), preview_url, ad_group_id and customer_id. Searching by brand name adds advertiser_country, advertiser_ad_count_low/high and advertiser_url.

With detail on, each row gains a nested detail object holding per-region and per-platform impression ranges, variation creatives, platform_targeting with shown-versus-targeted per surface and geo includes and excludes, and for political ads spend, funding_entities and payer.

Google prints no seller, star rating or landing-page copy in this data, so this Actor does not invent them. | Pay per result, no monthly quota | Yes | Monthly search credits | Monthly plan | Varies |

If you already run other jobs on Apify, this Actor keeps ad transparency data in the same account, dataset format, and billing. No extra vendor signup.

FAQ

Is this google ads transparency free?

The Actor itself is hosted on Apify with pay-per-event pricing, you only pay for what you actually scrape. There's no monthly subscription and no minimum spend. The first few runs typically cost less than a coffee. For long-running daily jobs, your monthly bill scales with the volume of data you pull.

How does this google ads transparency compare to existing tools?

Most off-the-shelf google ads transparency alternatives are either fragile open-source scripts that break every few months, or expensive SaaS subscriptions starting at $99-$399/month. This Actor sits in between: hosted infrastructure that handles proxy rotation and retries, but priced per run.

What input does the google ads transparency accept?

The full input schema is rendered as a form on the Apify Store page, you can run a job by filling out a few fields with no code. The schema also accepts raw JSON if you're calling the Actor via the Apify API from your own service. See the Input section above for the field list.

How accurate is the google ads transparency data?

The Actor scrapes data directly from the source, so accuracy matches what a human user would see on the page. There's no third-party cache or middleware, every run returns the live state. If the upstream site throttles requests, the Actor handles retries and proxy rotation transparently and surfaces a structured error in the dataset's errors field rather than failing silently.

Can I run this google ads transparency on a schedule?

Yes, Apify has built-in scheduling. You can set the Actor to run hourly, daily, or weekly, and pipe results to webhooks, S3, or your data warehouse via the Apify integrations. Most teams schedule the google ads transparency as a daily task and incrementally diff against the previous run to detect changes.

Pricing

This google ads transparency uses Apify's pay-per-event pricing, every successful record costs a small fixed amount, so your bill scales linearly with usage. There's no monthly subscription and no minimum spend. See the Apify Store page for the current per-event price; expect typical workloads to cost a few dollars per run.