Agent skill · DevOps & Cloud

google-maps-scraper

Find businesses, leads, emails, reviews, ratings, and contact details from Google Maps. Use for requests such as "find dentists in Berlin", "scrape Google Maps", "get local business leads", or "collect Google Maps reviews". Runs the open-source scraper locally with Docker and guides nontechnical users through setup, monitoring, and results.

gosomgithub.com/gosomGitHub ↗
claude-codecodexcan modify filesships scriptsMIT
Install
npx skills add gosom/google-maps-scraper --skill google-maps-scraper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 16
SKILL.md size: 7 KB
Bundled scripts: yes
Version: 1.12.1
Declared author: gosom
Allowed tools: Bash(node:*)Bash(bash:*)Bash(docker:*)ReadWrite
Requires: Requires Docker and Node.js on macOS, Linux, or Windows through WSL.
Path: skills/google-maps-scraper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,413
Language: Go
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Google Maps Scraper Turn a natural-language lead request into a validated local Google Maps crawl, monitor it, and help the user work with the results. Resolve the directory containing this file as `SKILL_DIR`. Run bundled scripts from that directory; do not assume the current directory is the repository checkout. ## Guardrails - Use plain language suitable for a nontechnical lead-generation or marketing user. - Never ask the user to paste proxy credentials into chat. - Never print, read back, summarize, or log proxy credentials. - Do not ask for conversational permission before routine in-scope actions such as version checks, query preparation, validation, Docker execution, monitoring, or result inspection. Run them directly. If the agent platform requires approval, batch operations and surface only unavoidable approval prompts. - Do not claim a proxy guarantees results or is required for every crawl. - Start with conservative depth and concurrency. - Preserve partial output when a crawl fails or is interrupted. - Do not expose raw logs unless a concise excerpt is necessary for diagnosis and contains no secrets. ## Workflow ### 0. Refresh the workflow At the beginning of every n

What's inside
Steps it walks through
  1. Guardrails
  2. Workflow
  3. 0. Refresh the workflow
  4. 1. Understand the request
  5. 2. Offer the proxy choice
  6. 3. Configure credentials safely
  7. 4. Prepare queries and validate locally
  8. 5. Run and monitor the full crawl
  9. 6. Present and continue working with results
  10. Reference routing
Ships with 15 files
  • references/advanced-coverage.md
  • references/local-execution.md
  • references/proxy-setup.md
  • references/proxy-sponsors.json
  • references/query-planning.md
  • references/recovery.md
  • references/results.md
  • scripts/configure-proxy.sh
  • scripts/ensure-latest.sh
  • scripts/helpers_test.sh
  • scripts/run-local.sh
  • scripts/select-proxy-sponsors.mjs
  • scripts/select-proxy-sponsors.test.mjs
  • scripts/status-local.mjs
  • scripts/status-local.test.mjs
Commands it runs
bash "$SKILL_DIR/scripts/ensure-latest.sh"
node "$SKILL_DIR/scripts/select-proxy-sponsors.mjs"
bash "$SKILL_DIR/scripts/configure-proxy.sh"
About this skill
What does the google-maps-scraper skill do?

Find businesses, leads, emails, reviews, ratings, and contact details from Google Maps. Use for requests such as "find dentists in Berlin", "scrape Google Maps", "get local business leads", or "collect Google Maps reviews". Runs the open-source scraper locally with Docker and guides nontechnical users through setup, monitoring, and results.

How do I install it?

Run `npx skills add gosom/google-maps-scraper --skill google-maps-scraper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gosom/google-maps-scraper, a repository with 5,413 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going