VOOZH about

URL: https://apify.com/scrapier/google-ads-scraper-2x-faster-more-data

⇱ 🟒 Google Ads Scraper (2X Faster Β· More Data) Β· Apify


πŸ‘ 🟒 Google Ads Scraper (2X Faster Β· More Data) avatar

🟒 Google Ads Scraper (2X Faster · More Data)

Pricing

from $5.99 / 1,000 results

Go to Apify Store

🟒 Google Ads Scraper (2X Faster · More Data)

🟒 Google Ads Scraper (2X Faster Β· More Data) extracts high-intent Google Ads insights fasterβ€”keywords, ads, targeting & performance data. πŸš€ Perfect for SEO, PPC research, competitor spying & lead generation. πŸ“ˆπŸ“Š

Pricing

from $5.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Scrape any company's current and past Google ads straight from the Google Ads Transparency Center β€” faster than the competition, with extra fields they don't give you. Get ad copy, media (images & videos), shown dates, per-country impression stats, full ad links, and more. No login, no API key, no cookies required. ⚑


✨ Why Choose This Actor?

  • 🏎️ 2X faster β€” concurrent enrichment with a smart, self-healing proxy ladder.
  • πŸ“Š More data β€” full ad text per variant, hosted image URLs, per-country first/last shown dates, shown-country lists, and direct ad links.
  • πŸ” Bulletproof β€” automatic retries with exponential backoff and proxy escalation (direct β†’ datacenter β†’ residential) so blocks don't end your run.
  • πŸ’Ύ Live results β€” every ad lands in your dataset the moment it's scraped; a crash never loses collected work.
  • 🌍 Self-healing country names β€” region reference data is refreshed live on every run.
  • πŸ–ΌοΈ Optional media download β€” save preview & variant images straight into the Key-Value Store.

πŸ”‘ Key Features

FeatureDescription
Bulk URLsPaste any mix of advertiser and creative URLs.
Ad variantsHeadline/description text + hosted image URLs per variant.
Country statsPer-country first/last shown dates and impression bounds.
Proxy ladderDirect β†’ datacenter β†’ sticky residential, logged clearly.
Live savingpush_data per ad β€” partial results always survive.
Media downloadOptional β€” store images in the Key-Value Store.

πŸ“₯ Input

FieldTypeDescription
startUrls (required)arrayAdvertiser and/or creative Transparency Center URLs.
maxItemsintegerMax ad creatives to collect (default 100).
fetchVariantsbooleanPull full ad text & media per variant (default true).
downloadMediabooleanDownload images into the Key-Value Store (default false).
cookiesarrayOptional Cookie-Editor JSON export for a logged-in session.
concurrencyintegerParallel ad enrichment (default 5).
maxRetriesintegerRetries per request before giving up (default 3).
proxyConfigurationobjectApify proxy config β€” keep enabled for fallback.

Example input

{
"startUrls":[
{"url":"https://adstransparency.google.com/advertiser/AR18135649662495883265?region=anywhere"}
],
"maxItems":100,
"fetchVariants":true,
"downloadMedia":false,
"proxyConfiguration":{"useApifyProxy":true}
}

πŸ“€ Output

Each ad creative is one dataset record:

{
"id":"CR16227055806351147009",
"advertiserId":"AR18135649662495883265",
"creativeId":"CR16227055806351147009",
"advertiserName":"SociallyUP",
"format":"TEXT",
"url":"https://adstransparency.google.com/advertiser/AR18135649662495883265/creative/CR16227055806351147009?region=anywhere",
"previewUrl":"https://tpc.googlesyndication.com/archive/simgad/663936852374402128",
"previewStoreKey":"CR16227055806351147009_preview_0.png",
"firstShownAt":"1695106800",
"lastShownAt":"1772498816",
"impressions":null,
"shownCountries":["United States"],
"countryStats":[
{
"code":"US",
"name":"United States",
"firstShownAt":null,
"lastShownAt":"2026-03-02T00:00:00.000Z",
"impressions":{"lowerBound":null,"upperBound":null},
"platformStats":[]
}
],
"audienceSelections":[],
"variants":[
{
"textContent":"[Houses & Apartments for Rent - ... - pavprop.com",
"images":["https://lh3.googleusercontent.com/p/AF1Qip..."],
"imageStoreKeys":["CR16227055806351147009_v1_0.jpg"]
}
],
"originUrl":"https://adstransparency.google.com/advertiser/AR18135649662495883265?region=anywhere"
}

The Output tab shows three ready-made views: πŸ“‹ Overview, 🎨 Ad Variants, and 🌍 Country Stats.


πŸš€ How to Use (Apify Console)

  1. Log in at console.apify.com β†’ Actors.
  2. Open Google Ads Scraper (2X Faster Β· More Data).
  3. Paste one or more Transparency Center URLs into Start URLs.
  4. Set Max Items and toggle Fetch variants / Download media as needed.
  5. Click Start and watch the ads roll in live in the run log.
  6. Open the Output tab and export to JSON / CSV / XLSX.

πŸ€– Use via API

curl-X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"startUrls":[{"url":"https://adstransparency.google.com/advertiser/AR18135649662495883265?region=anywhere"}],"maxItems":50}'

🎯 Best Use Cases

  • Competitor research β€” see exactly which ads a rival is running and where.
  • Ad creative inspiration β€” collect headlines, descriptions, and visuals at scale.
  • Market & trend analysis β€” track when and in which countries ads run.
  • Compliance & brand monitoring β€” audit ad messaging across regions.

πŸ’³ Pricing

This Actor uses Pay-Per-Event billing. You are charged once per ad result (ad-result) successfully scraped and saved to your dataset. Platform compute and proxy usage are covered by the per-event price β€” no surprises.


❓ FAQ

Do I need to log in or provide cookies? No. The Actor works fully anonymously. Cookies are optional and only needed if you want to ride a logged-in session.

Why did my run switch to a residential proxy? Google throttles heavy traffic by IP. The Actor automatically escalates direct β†’ datacenter β†’ residential and sticks with residential once reached, so your run keeps going.

Can I scrape a single ad? Yes β€” paste a creative URL (.../creative/CR...) instead of an advertiser URL.

Where are downloaded images? When downloadMedia is on, images are saved in the run's Key-Value Store under the *StoreKey names in each record.


πŸ›Ÿ Support & Feedback

Found a bug or want a new field? Open an issue on the Actor's Issues tab. Data is collected only from publicly available sources; you are responsible for compliant use (GDPR, CCPA, target ToS).

You might also like

🟒 Google Ads Scraper (2X Faster · More Data)

scrapio/google-ads-scraper-2x-faster-more-data

πŸš€ 🟒 Google Ads Scraper (2X Faster Β· More Data) extracts high-volume Google Ads insights fasterβ€”more keywords, ads & metrics. πŸ“ˆ Perfect for competitive research, PPC optimization & lead generation. Get smarter data, quicker!

🟒 Google Ads Scraper (2X Faster · More Data)

scraper-engine/google-ads-scraper-2x-faster-more-data

🟒 Google Ads Scraper extracts more ad data up to 2X fasterβ€”pinpoint keywords, creatives, and performance signals. πŸ“ˆ Boost SEO/PPC research, competitor insights, and lead targeting with cleaner datasets.

πŸ‘ User avatar

Scraper Engine

2

🟒 Google Ads Scraper (2X Faster · More Data)

api-empire/google-ads-scraper-2x-faster-more-data

πŸš€ Google Ads Scraper pulls more ad data 2Γ— fasterβ€”capturing creatives, keywords, landing pages & performance insights. πŸ“ˆ Great for competitor research, PPC strategy, lead gen & market analysis. ⚑ Save time, boost results!

Google Ads Scraper

scrapapi/google-ads-scraper

Google Ads Scraper

vnx0/google-ads-transparency-scraper

This apify google ads scraper Extract ads from Google Ads Transparency Center. Get text, image, and video ads with detailed targeting data, regional stats, and ad creatives for competitive analysis.

Google Ads Scraper

happitap/google-ads-scraper

Google Ads Scraper - Extract Ads from Google Ads Transparency Center, Extract comprehensive data from Google Ads including text, image, and video advertisements directly from the official Google Ads Transparency Center. Perfect for competitive intelligence, ad research, and market analysis.

Google Ads Scraper

scrapeengine/google-ads-scraper

πŸ” Google Ads Scraper (google-ads-scraper) collects SERP ads: headlines, descriptions, extensions, URLs & keywords. πŸ“ˆ Export CSV/JSON for PPC research, competitor analysis & ad copy ideas. βš™οΈ Fast, reliable, proxy-friendly automation for marketers & agencies. πŸš€

Google Ads Scraper

silva95gustavo/google-ads-scraper

Extract up to 400 ads per minute along with text, image and video ads from Google Ads, scraped from the ad library provided by the Google Ads Transparency Center. Gain access to ad details, ad copy, locations and more for a faster competitive edge.

πŸ‘ User avatar

Gustavo Silva (Coherent Paradox)

3.5K

4.9

Google Ads Scraper

scrapemesh/google-ads-scraper

πŸ”Ž Google Ads Scraper (google-ads-scraper) extracts SERP ad dataβ€”headlines, descriptions, URLs, sitelinks & advertiser domainsβ€”for any keyword. πŸš€ Perfect for PPC research, competitor monitoring & ad copy insights. πŸ“Š Export CSV/JSON, schedule runs & automate reports.

Google Ads Scraper

scrapium/google-ads-scraper

πŸ” Google Ads Scraper collects search ads from Google SERPs β€” headlines, descriptions, display URLs, sitelinks & extensions β€” with geo & language targeting. πŸ“Š Perfect for PPC research, competitor analysis, keyword insights & ad copy inspiration. ⚑ Fast, CSV/JSON export-ready.