Google Ad Scraper avatar
Google Ad Scraper

Pricing

$25.00/month + usage

Go to Apify Store
Google Ad Scraper

Google Ad Scraper

Scrape public Google Ads by company name using this actor. Get ad creatives, image URLs, ad types, and run-time metadata. Perfect for ad research, marketing analysis, or competitor tracking. Fast, reliable, and supports proxy for better data access.

Pricing

$25.00/month + usage

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

18

Total users

6

Monthly active users

5 months ago

Last modified

Categories

Share


Google Ad Scraper is an [Apify Actor] that allows you to extract public ad creatives and metadata from Google Ad Transparency data using a company name. This is useful for competitive intelligence, ad monitoring, or market research.


📥 Input

The actor accepts a JSON configuration with the following fields:

{
"companies": ["AMD"],
"item_limit": 30,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Input Fields

FieldTypeDescription
companiesarray(Required) List of company names to search ads for.
item_limitinteger(Optional) Max number of ads to fetch per company. Default is 30.
proxyConfigurationobject(Required) Apify proxy settings. Use RESIDENTIAL group for best results.

📤 Output

The actor returns a list of ads scraped for each company, including ad IDs, image links, and timing metadata.

Sample Output

[
{
"company_name": "AMD",
"first_token": "AR15828763354186383361"
},
{
"company_name": "AMD",
"advertiser_id": "AR15828763354186383361",
"creative_id": "CR04459195472325640193",
"company": "AMDS",
"ad_type": "image",
"preview_url": null,
"image_url": "https://tpc.googlesyndication.com/archive/simgad/6302500766027692463",
"start_timestamp": "1635145200",
"end_timestamp": "1732087555",
"ad_format": 880
},
...
]

Output Fields

FieldTypeDescription
company_namestringName of the company searched.
advertiser_idstringUnique advertiser identifier.
creative_idstringID of the specific ad creative.
companystringAdvertiser’s official name in Google records.
ad_typestringType of ad (e.g., image, text, video).
image_urlstringDirect link to the ad image.
preview_urlstringPreview URL if available.
start_timestampstringUNIX timestamp for when the ad began running.
end_timestampstringUNIX timestamp for when the ad stopped or is scheduled to stop.
ad_formatnumberFormat code used by Google Ads.

🧰 Use Cases

  • Track your competitors' latest ad campaigns
  • Gather advertising metadata for analysis
  • Monitor creative strategy trends in your industry
  • Academic or research use in digital marketing studies

⚙️ Proxy Configuration

This actor requires the use of Apify Proxy, preferably the RESIDENTIAL group for optimal performance. Without it, some data may not be accessible.


📞 Support

Need help or want a custom version?

👉 Make sure to include a subject line and your request details when contacting support.


Let me know if you want this turned into a live Apify actor template or want to include a README.md with image previews or logos!