Google Ads Library API - Ad Transparency Scraper avatar

Google Ads Library API - Ad Transparency Scraper

Pricing

$5.00 / 1,000 successful searches

Go to Apify Store
Google Ads Library API - Ad Transparency Scraper

Google Ads Library API - Ad Transparency Scraper

Search and retrieve ads from the Google Ads Transparency Center by keywords, advertiser, domain, platform, and format.

Pricing

$5.00 / 1,000 successful searches

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Google Ads Library Scraper (GAds Transparency Scraper)

Google Ads Library Scraper is an enterprise-grade, high-performance web scraper and ad intelligence tool designed to programmatically extract active ad creatives and advertiser details from the Google Ads Transparency Center (also known as the Google Ads Library or Google Ads Transparency Library).

This actor allows you to search the Google Ads database, run competitor ad monitoring, and download creative asset preview links across Search, YouTube, Google Maps, Google Play Store, and Google Shopping.


🏷️ Keywords:

google ads transparency center api, google ads library scraper, google ads transparency scraper, google advertiser lookup, competitor ads tracker, search google ads database, youtube ads scraper, google play store ads api, ad intelligence scraper, google maps ads finder, google shopping scraper, scrape google ad transparency center, competitor ad analysis api, ad creative library scraper.


🚀 Main Features

  • 🤖 Advertiser Keyword Search: Search by brand name, company, or keyword to retrieve advertiser IDs, verified legal names, and origin countries.
  • 🔎 Competitor Ads lookup: Retrieve detailed active ad listings for any advertiser ID or domain filter (e.g. pinterest.com).
  • 📦 Ad Creative Downloader: Get clean, direct media asset preview URLs (stripping raw image HTML tags automatically).
  • 🌐 Full Country Targeting: Access targeted advertising campaigns across 200+ countries with our comprehensive, sorted country selector.
  • 📅 Date Selector Pickers: Filter creatives by start and end dates using interactive calendar datepickers.
  • 🔄 Pagination Ready: Output results include the next_page_token inside each creative row to allow seamless iteration over large ad databases.

🔧 Input Parameters

FieldTypeDescriptionDefault / Editor
actionstringSelected action: search-advertisers, get-advertiser, search-creatives, get-creativesearch-advertisers
querystringKeyword query for advertisers searchpinterest (text field)
advertiser_idstringAdvertiser unique IDAR09054733341433004033 (text field)
creative_idstringCreative unique IDCR02586070117536235521 (text field)
countrystringTarget country filterAlphabetical sorted country dropdown
formatstringAd format (text, image, video, all)Dropdown selection
platformstringGoogle platform filter (YouTube, play, maps, shopping, all)Dropdown selection
start_datestringFilter ads seen after this dateInteractive datepicker calendar
end_datestringFilter ads seen before this dateInteractive datepicker calendar
next_page_tokenstringNext page token for paginationText field

Example Input JSON:

{
"action": "search-creatives",
"advertiser_id": "AR09054733341433004033",
"country": "US"
}

📊 Output Dataset Example

[
{
"advertiser_id": "AR09054733341433004033",
"creative_id": "CR14199522047943507969",
"format": "text",
"first_seen": "2026-05-08T00:43:15.000Z",
"last_seen": "2026-07-09T05:58:06.000Z",
"advertiser_name": "Pinterest Inc",
"preview_url": "https://tpc.googlesyndication.com/archive/simgad/11202280674438326600",
"preview_html": null,
"next_page_token": "CgoAP7zmp2PGIjzzEhBo7BAJEUV1ulzbwMMAAAAAGgn8+HCx+OKewJU="
}
]