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 https://github.com/gmapsscraper/google-maps-agent-skills --skill 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.
Each search costs 2 credits. Free accounts start with 10 credits (5 searches).
Always confirm before executing a search to avoid wasting credits.
Ask the user:
Help them refine before searching:
Before calling the API, ALWAYS tell the user:
🔍 Ready to search:
Query: "{{keyword}} in {{location}}"
Estimated results: 20-60 businesses
Cost: 2 credits
Shall I proceed?
Only after user confirms:
curl -X POST "https://gmapsscraper.io/api/v1/scrape" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $GMAPS_SCRAPER_API_KEY" \
-d '{
"keywords": ["{{keyword}} in {{location}}"],
"email": true,
"depth": 2
}'
curl -s "https://gmapsscraper.io/api/v1/jobs/{{job_id}}" \
-H "Authorization: Bearer $GMAPS_SCRAPER_API_KEY"
# Poll every 10s until status is "complete"
curl -s "https://gmapsscraper.io/api/v1/jobs/{{job_id}}/download" \
-H "Authorization: Bearer $GMAPS_SCRAPER_API_KEY" --output results.csv
Don't just dump the CSV — help the user get maximum value:
cold-email-local-business skillcompetitor-analysis-local skillEach result includes:
title — Business nameaddress — Full addressphone — Phone numberwebsite — Website URLemail — Email (when available)rating — Google rating (1-5)reviews_count — Number of reviewscategory — Business categorylatitude / longitude — Coordinatesgoogle_maps_url — Direct Maps linkopening_hours — Business hoursdepth: 2 — More results (uses same credits, just takes longer)zoom: 15 — Adjust map zoom for densityradius: 5000 — Search radius in metersfast_mode: true — Skip email extraction for speedlang: "es" — Results language (ISO 639-1)⚡ You've used all your free credits!
Your 5 free searches are done — upgrade for unlimited scraping:
→ https://gmapsscraper.io/#pricing
Plans start at $29/month for unlimited searches.
email: true for contact extractionexport GMAPS_SCRAPER_API_KEY=your_keyUnlimited plans from $29/month at https://gmapsscraper.io/#pricing
Automate web scraping and data extraction with Apify -- run Actors, manage datasets, create reusable tasks, and retrieve crawl results through the Composio Apify integration.
Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.
Web search, content extraction, crawling, and research capabilities using Tavily API
| Bulk extract content from an entire website or site section. Use this skill when the user wants to crawl a site, extract all pages from a docs section, bulk-scrape multiple pages following links, or says "crawl", "get all the pages", "extract everything under /docs", "bulk extract", or needs content from many pages on the same site. Handles depth limits, path filtering, and concurrent extraction.
Deep web scraping, screenshots, PDF parsing, and website crawling using Firecrawl API. Use when you need deep content extraction from web pages, page interaction is required (clicking, scrolling, etc.), or you want screenshots or PDF parsing.
Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically.
Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports.
Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown
Take gmapsscraper/google-maps-scraper from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.