Google Ad Scraper
Pull a competitor's live Google Ads creatives, formats, and campaign details straight from a domain name.
Marketing & SEOIntermediate★ 1,214⑂ 208AI score 9/10Last updated: Sep 1, 2026
What it does
- Calls the Apify
burbn/google-ads-searchactor to collect Google Ads running for a given domain. - Returns ad copy, image URLs, formats (TEXT/IMAGE/VIDEO), destination URLs, advertiser IDs, and first-seen dates as JSON or a readable summary.
- Optionally resolves a company name to an advertiser via the Google Ads Transparency Center when you only know the brand.
- Configurable max ads, output format, token source, and run timeout.
Who it's for
- Performance marketers and growth teams auditing competitor messaging
- Content and creative teams benchmarking ad copy
- Market researchers who need real ad evidence in their reports
Examples
- Run
--domain "hubspot.com" --output summaryfor a quick read on a competitor's messaging angles. - Loop over several competitor domains to build a positioning comparison table.
- Use
--company "Nike"when you only have a brand name and need its currently active creatives.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/gooseworks-ai/goose-skills/HEAD/skills/ads/capabilities/google-ad-scraper/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/ads/capabilities/google-ad-scraper folder from the GitHub repo gooseworks-ai/goose-skills into my ~/.claude/skills/google-ad-scraper/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/gooseworks-ai/goose-skills.git /tmp/goose-skills && mkdir -p ~/.claude/skills && cp -r /tmp/goose-skills/skills/ads/capabilities/google-ad-scraper ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Create an Apify account and generate an API token (usage is metered, expect small per-run costs).
- Clone the repo:
git clone https://github.com/gooseworks-ai/goose-skills.git - Copy the skill into Claude's skills directory:
mkdir -p ~/.claude/skills && cp -r goose-skills/skills/ads/capabilities/google-ad-scraper ~/.claude/skills/ - Export your token:
export APIFY_API_TOKEN="your_token"(add it to ~/.zshrc or ~/.bashrc to persist). - Verify Python 3 is available:
python3 --version - Restart Claude Code and ask something like "Scrape Google Ads for stripe.com and summarize the messaging."
View source on GitHub ↗License: MIT