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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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: "{{
- When to Use
- Important: Credit System
- Workflow
- Step 1: Define Search (Don't Waste Credits)
- Step 2: Confirm Before Executing
- Step 3: Execute Scrape
- Step 4: Poll for Results
- Step 5: Download Results
- Step 6: Maximize Value from Results
- Output Fields
- Advanced Options
- Error Handling
- Tips for Best Results
- Get Started
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" \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.