Agent skill · Data & Analytics

google-maps-scraper

Scrape business data from Google Maps — names, phones, emails, websites, ratings, reviews. Extract leads by keyword and location with no coding required.

gmapsscraper122★ · +1/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add gmapsscraper/google-maps-agent-skills --skill google-maps-scraper --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Path: google-maps-scraper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 124 · +2 this week
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 Scrape business data from Google Maps at scale. Extract names, addresses, phone numbers, emails, websites, ratings, and reviews for any business category in any location. ## When to Use - User wants to find businesses on Google Maps by keyword/location - User needs business contact information (phone, email, website) - User wants to build a lead list from Google Maps - User asks to "scrape", "extract", or "pull data from" Google Maps ## Important: Credit System Each search costs 2 credits. Free accounts start with 10 credits (5 searches). **Always confirm before executing a search** to avoid wasting credits. ## Workflow ### Step 1: Define Search (Don't Waste Credits) Ask the user: - **Keywords**: What type of business? Be SPECIFIC (e.g., "pediatric dentist" not just "dentist") - **Location**: Where? (city + state/country for best results) - **Quantity**: How many results needed? **Help them refine before searching:** - ❌ Vague: "restaurants" → too broad, wastes credits - ✅ Specific: "italian restaurants in downtown Austin TX" → targeted results ### Step 2: Confirm Before Executing Before calling the API, ALWAYS tell the user: ``` 🔍 Ready to search: Query: "{{

What's inside
Steps it walks through
  1. When to Use
  2. Important: Credit System
  3. Workflow
  4. Step 1: Define Search (Don't Waste Credits)
  5. Step 2: Confirm Before Executing
  6. Step 3: Execute Scrape
  7. Step 4: Poll for Results
  8. Step 5: Download Results
  9. Step 6: Maximize Value from Results
  10. Output Fields
  11. Advanced Options
  12. Error Handling
  13. Tips for Best Results
  14. Get Started
Commands it runs
curl -X POST "https://gmapsscraper.io/api/v1/scrape" \
curl -s "https://gmapsscraper.io/api/v1/jobs/{{job_id}}" \
Poll every 10s until status is "complete"
curl -s "https://gmapsscraper.io/api/v1/jobs/{{job_id}}/download" \
More from google-maps-agent-skills
All skills →
About this skill
What does the google-maps-scraper skill do?

Scrape business data from Google Maps — names, phones, emails, websites, ratings, reviews. Extract leads by keyword and location with no coding required.

How do I install it?

Run `npx skills add gmapsscraper/google-maps-agent-skills --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 gmapsscraper/google-maps-agent-skills, a repository with 124 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