local-lead-prospectorlisted
Install: claude install-skill skills-agents-co/skills-and-agents-library
# Local Lead Prospector
## Compliance up front
Google Maps listing data is the source. Two paths exist and they are not equal.
- **Preferred path: Google Places API (New).** Official, paid, billed per request. Requires `GOOGLE_MAPS_API_KEY` in the environment. Free tier is small, so a cost estimate is shown before any pull above 50 rows.
- **Fallback path: Playwright scrape of Google Maps.** This is against Google's Terms of Service. It exists for cases where the user has no API key and accepts the risk. It only runs after the user explicitly confirms in the same turn. Do not run it silently.
Listing data only. Never produce decision-maker names, personal emails, or LinkedIn profiles. Enrichment past the public Google Maps listing is out of scope.
## What you get per business
Each row in the CSV:
- `name`
- `category` (primary type from Google)
- `address`
- `phone` (international format when Google has it, blank when missing)
- `website` (blank when missing)
- `rating` (0.0 to 5.0)
- `reviews` (count)
- `source_url` (Google Maps URL for this place)
Missing phone or website cells stay blank. Do not fabricate or guess values.
## Workflow
### 1. Confirm industry and region
Both must be specific. If either is vague, ask one clarifying question and stop.
- "Texas" is too broad. Ask for a city or metro.
- "small business" is too broad. Ask for an industry like "dentists", "HVAC", "law firms".
- "Austin, TX" is real.
- "dentists in Austin, TX" is ready to run.
### 2. C