Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Google Ad Scraper

Pull a competitor's live Google Ads creatives, formats, and campaign details straight from a domain name.

Marketing & SEOIntermediate1,214208AI score 9/10Last updated: Sep 1, 2026

What it does

  • Calls the Apify burbn/google-ads-search actor 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

  1. Run --domain "hubspot.com" --output summary for a quick read on a competitor's messaging angles.
  2. Loop over several competitor domains to build a positioning comparison table.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Create an Apify account and generate an API token (usage is metered, expect small per-run costs).
  2. Clone the repo: git clone https://github.com/gooseworks-ai/goose-skills.git
  3. Copy the skill into Claude's skills directory: mkdir -p ~/.claude/skills && cp -r goose-skills/skills/ads/capabilities/google-ad-scraper ~/.claude/skills/
  4. Export your token: export APIFY_API_TOKEN="your_token" (add it to ~/.zshrc or ~/.bashrc to persist).
  5. Verify Python 3 is available: python3 --version
  6. Restart Claude Code and ask something like "Scrape Google Ads for stripe.com and summarize the messaging."