🔍
DataPython

Google Ad Scraper

by gooseworks-ai

Google Ad Scraper is a Data skill for Claude Code, published by gooseworks-ai in goose-skills.

1.1K stars199 forkson gooseworks-ai/goose-skillsAdded 2026/07/20+4% in starsRepository updated 2026/07/23
claudeclaude-skillsclaudecodeclaudecode-skillscodexcursorgtmskills
Install in seconds
Install Google Ad Scraper
Copy Google Ad Scraper into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/gooseworks-ai/goose-skills/tree/main/skills/ads/capabilities/google-ad-scraper ~/.claude/skills/google-ad-scraper

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/gooseworks-ai/goose-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/ads/capabilities/google-ad-scraper/SKILL.md in gooseworks-ai/goose-skills
Installs to
~/.claude/skills/google-ad-scraper
Collection
One of 51 skills cataloged from this repository
Category
Data812 skills

What Google Ad Scraper does

Scrapes competitor ads from Google Ads by domain, returning ad creatives, formats, and campaign details for competitive research and messaging analysis.

Google Ad Scraper is cataloged under Data on DirSkills. Google Ad Scraper comes from a repository tagged claude, claude-skills, claudecode, claudecode-skills and codex.

Documentation

README

Scrape ads from Google Ads using the Apify burbn/google-ads-search actor. Search by domain to get ad creatives, formats, and campaign details.

Quick Start

Requires APIFY_API_TOKEN env var (or --token flag).

# Search by domain (recommended)
python3 skills/google-ad-scraper/scripts/search_google_ads.py \
  --domain "hubspot.com"

# Search by company name (resolves to domain via transparency center)
python3 skills/google-ad-scraper/scripts/search_google_ads.py \
  --company "Nike"

# Limit results
python3 skills/google-ad-scraper/scripts/search_google_ads.py \
  --domain "hubspot.com" --max-ads 30

# Human-readable summary
python3 skills/google-ad-scraper/scripts/search_google_ads.py \
  --domain "stripe.com" --output summary

How It Works

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Google Ad Scraper

  • What else does gooseworks-ai publish alongside Google Ad Scraper?

    Google Ad Scraper is one of 51 skills that DirSkills catalogs from gooseworks-ai/goose-skills, the repository it ships in. Its siblings there include 3D Character Explainer Assembler, Ad Angle Miner and Ad Campaign Analyzer. Each one is a separate skill with its own page in this directory, installs the same way Google Ad Scraper does, and is maintained by gooseworks-ai in that same repository. The rest of the collection is listed on the gooseworks-ai/goose-skills page.

  • How does Google Ad Scraper compare to other Data skills?

    Google Ad Scraper ranks #444 by stars among the 812 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Google Ad Scraper against them. Open each page to compare what they document and how they install.

More from gooseworks-ai/goose-skills

Google Ad Scraper is one of 51 skills cataloged on DirSkills from gooseworks-ai/goose-skills.

See all 51 skills
🎬
2026/07/20

3D Character Explainer Assembler

Deterministic video assembly pipeline for 3D character explainer ads. Trims clips, normalizes to 1080x1920, concatenates, and muxes audio with static-still fallback for missing clips.
Automation
1.1K199
📣
2026/08/12

Ad Angle Miner

Ad Angle Miner extracts ad angles from reviews, Reddit, support tickets, and competitor ads. Use it when you need a ranked bank of pain points, outcome phrases, competitor weaknesses, and proof quotes for campaigns.
Writing
1.1K200
📊
2026/08/12

Ad Campaign Analyzer

Ad Campaign Analyzer turns Google, Meta, and LinkedIn performance data into campaign diagnostics and budget shift recommendations. It identifies winners, waste, statistical significance, and where to cut, scale, or test next.
Data
1.1K200
📊
2026/08/12

Ad Lead Quality Analyzer

Ad Lead Quality Analyzer joins ad platform data with downstream funnel events to replace signup CPA with true CAC per qualified lead. Use it to find tracking gaps and classify creatives as Scale, Keep, Investigate, or Cut.
Data
1.1K200
📈
2026/08/12

Ad-To-Landing Page Auditor

Ad-To-Landing Page Auditor checks whether ad copy and landing pages carry the same promise, language, and CTA through the click path. Use it to find message mismatches that hurt conversions on Google, Meta, and LinkedIn campaigns.
SEO
1.1K200
🎞️
2026/07/20

AirDrop Carousel Renderer

Deterministically renders a viral iOS AirDrop notification-carousel video ad from a brand line and product photos, using headless Chrome, PIL, and FFmpeg. Ideal for creating crisp, real-product carousel ads without generative AI smear.
Automation
1.1K199