Agent skill

local-business-finder

Find any local business by category and location on Google Maps. Get names, phone numbers, emails, websites, ratings, and hours. Search restaurants, dentists, plumbers, or any service.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Path: local-business-finder/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

# Local Business Finder Find any local business by category and location. Get complete profiles including contact info, ratings, reviews, and hours — all from Google Maps. ## When to Use - User wants to find businesses near a location - User asks "find me all [business type] in [city]" - User needs a directory of local services - User is researching a local market ## Important: Credit System Each search costs 2 credits. Free accounts get 10 credits (5 searches). Help users search smart — specific queries get better results. ## Workflow ### Step 1: Understand the Request Parse what the user needs: - **Business type**: restaurants, dentists, gyms, lawyers, etc. - **Location**: city, neighborhood, zip code - **Filters**: minimum rating, must have website, etc. ### Step 2: Optimize the Query Help the user be specific to maximize results per credit: | Too broad (wastes credits) | Optimized (better results) | |---------------------------|---------------------------| | "restaurant" | "thai restaurant in downtown Portland OR" | | "doctor" | "family doctor accepting patients in Austin TX" | | "store" | "pet store in Brooklyn NY" | ### Step 3: Confirm Before Searching ``` 📍 Business Search:

What's inside
Steps it walks through
  1. When to Use
  2. Important: Credit System
  3. Workflow
  4. Step 1: Understand the Request
  5. Step 2: Optimize the Query
  6. Step 3: Confirm Before Searching
  7. Step 4: Execute Search
  8. Step 5: Download & Present
  9. Step 6: Apply Filters (if requested)
  10. Step 7: Offer Next Steps
  11. Common Search Categories
  12. When Credits Run Out
  13. Get Started
Commands it runs
curl -X POST "https://gmapsscraper.io/api/v1/jobs" \
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 local-business-finder skill do?

Find any local business by category and location on Google Maps. Get names, phone numbers, emails, websites, ratings, and hours. Search restaurants, dentists, plumbers, or any service.

How do I install it?

Run `npx skills add gmapsscraper/google-maps-agent-skills --skill local-business-finder --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