Agent skill · Content & Marketing

business-email-extractor

Extract verified business email addresses from Google Maps listings. Find contact emails for any industry and location — ready for cold outreach campaigns.

gmapsscraper122★ · +1/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add gmapsscraper/google-maps-agent-skills --skill business-email-extractor --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: business-email-extractor/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

# Business Email Extractor Extract business email addresses from Google Maps at scale. Find verified contact emails for any industry and location — ready for outreach campaigns. ## When to Use - User needs business email addresses for outreach - User asks to "find emails" for businesses in an area - User wants to build an email list for cold outreach - User needs contact information for a specific industry ## Important: Credit System Each extraction costs 2 credits. Free accounts get 10 credits (5 extractions). Email extraction uses deep website crawling — always enable `email: true`. ## Workflow ### Step 1: Define Target Ask the user: - **Industry**: What businesses to target? - **Location**: Where? - **Volume**: How many emails needed? - **Quality preference**: Only custom domains? Or include generic (info@)? ### Step 2: Optimize for Email Coverage Tips to maximize emails per credit: - Professional services (lawyers, accountants) have 60-80% email coverage - Restaurants/retail have lower coverage (30-50%) - Always use `depth: 2` + `email: true` for maximum extraction ### Step 3: Confirm ``` ✉️ Email Extraction: Target: {{industry}} in {{location}} Expected emails: 15-50 (dependin

What's inside
Steps it walks through
  1. When to Use
  2. Important: Credit System
  3. Workflow
  4. Step 1: Define Target
  5. Step 2: Optimize for Email Coverage
  6. Step 3: Confirm
  7. Step 4: Extract
  8. Step 5: Download & Filter Emails
  9. Step 6: Deliver Clean Email List
  10. Email Coverage by Industry
  11. When Credits Run Out
  12. Compliance Notes
  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 business-email-extractor skill do?

Extract verified business email addresses from Google Maps listings. Find contact emails for any industry and location — ready for cold outreach campaigns.

How do I install it?

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