VOOZH about

URL: https://apify.com/api-empire/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 $4.99 / 1,000 results

Go to Apify Store

🟒 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!

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ API Empire

API Empire

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 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)

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)

scrapier/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. πŸ“ˆπŸ“Š

🟒 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 Transparency Scraper

scrapers-hub/google-ads-transparency-scraper

Google ad scraper to extract ads, keywords, and advertiser data from Google search results πŸ“ŠπŸ” Perfect for competitor analysis, ad research, and marketing strategy optimization. Fast and reliable.

11

Google Ads Scraper

shahidirfan/Google-Ads-Scraper

Monitor competitor Google Ads in real-time. Extract ad copy, headlines, descriptions, landing pages, keywords & creatives across industries. Perfect for competitive intelligence, ad benchmarking, keyword research & market analysis. Structured JSON output, ready to integrate.

Google Ads Creatives Scraper

datablow/google-ads-creatives-scraper

Scrape ad creatives from Google Ads by advertiser name.

Google Ads Scraper

dz_omar/google-ads-scraper

Extract Google Ads creative data including advertiser info, ad text, images, and landing URLs directly from the Google Ads Transparency Center. Ideal for competitor research, ad analysis, and marketing intelligence.

πŸ‘ User avatar

FlowExtract API

706

5.0

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

scraply/google-ads-scraper

πŸ”Ž Google Ads Scraper (google-ads-scraper) extracts ad copy, headlines, descriptions, display/final URLs, sitelinks & extensions from SERPs. πŸ“Š Uncover PPC competitor insights, keyword ideas & landing pages. πŸš€ Ideal for SEM research, market intelligence & ad benchmarking.

Google Ads Scraper

scrapapi/google-ads-scraper

Related articles

Google Ads competitor analysis (3 easy ways)
Read more