apify-google-maps-leads

apify-google-maps-leads is a skill for Claude Code from apify/awesome-skills. It costs 0 tokens per session (3,855 once invoked), scanned A, original, Apache-2.0.

A workflow for creating a database of local-business leads from Google Maps through Apify, a service that runs web-scraping programs. It searches by audience and location, then gathers business contacts and social profiles, with optional review-based scoring.

In plain words
What is it for?
Finding businesses in a target area, collecting owners or decision-makers, emails, phone numbers, LinkedIn profiles, Instagram and Facebook pages, scoring leads from reviews, and exporting a deduplicated CSV.
Why use it?
It combines business discovery, contact collection, missing-name lookup, and contact backfilling into one repeatable export instead of requiring separate manual searches.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the awesome-skills plugin — 16 skills shipped together

Good fit Finding businesses in a target area, collecting owners or decision-makers, emails, phone numbers, LinkedIn profiles, Instagram and Facebook pages, scoring leads from reviews, and exporting a deduplicated CSV.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/apify/awesome-skills/apify-google-maps-leads
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add apify/awesome-skills --skill apify-google-maps-leads
Clone the repo
git clone --depth 1 https://github.com/apify/awesome-skills

Made for: Claude Code.

Or install awesome-skills, the plugin that ships this one along with the rest of its 16 skills.

Its marketplace also offers this one on its own, as the plugin apify-google-maps-leads/plugin install apify-google-maps-leads after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apify-google-maps-leads

README.md
[![agentmods](https://agentmods.dev/badge/skills/apify/awesome-skills/apify-google-maps-leads/github.svg)](https://agentmods.dev/skills/apify/awesome-skills/apify-google-maps-leads)
Your own site
<a href="https://agentmods.dev/skills/apify/awesome-skills/apify-google-maps-leads"><img src="https://agentmods.dev/badge/skills/apify/awesome-skills/apify-google-maps-leads/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for apify-google-maps-leads

Your own site · 80×15
<a href="https://agentmods.dev/skills/apify/awesome-skills/apify-google-maps-leads"><img src="https://agentmods.dev/badge/skills/apify/awesome-skills/apify-google-maps-leads.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,855 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.03855
Opus 5 $0.00000 $0.01928
Sonnet 5 $0.00000 $0.00771
Haiku 4.5 $0.00000 $0.00385

Measured 10d ago against content hash 062459d7b4ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

apify-google-maps-leads scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/apify-google-maps-leads/SKILL.md · 238 lines

How it starts

The opening of the file, as written. The whole thing — 238 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Google Maps Leads (with Scalelist backfill)

Build a lead CSV from Google Maps in one pipeline:

  1. Interview — ask target audience, target geography, and whether to use reviews for lead scoring.
  2. Scrape — one compass/crawler-google-places run with four add-ons pre-configured (leads enrichment, website contacts, Instagram + Facebook profiles, optional reviews).
  3. Filter & score — apply a review-based score if scoring is on.
  4. Discover missing names — for places that came back with zero (or unnamed) leads, call apify/ai-web-scraper on the business website to extract owner/decision-maker names. Scalelist can't work without a name.
  5. Backfill contacts — call scalelist/phone-finder for leads with a missing phone, scalelist/email-finder for leads with a missing email.
  6. Deliver — a deduplicated CSV plus a run_metadata.json sidecar.

Prerequisites

Either the Apify CLI (recommended for portability) or the Apify MCP connector works. Commands below use the CLI; the MCP path is a drop-in via the call-actor and get-dataset-items tools.

Workflow

Track progress with this checklist:

Task Progress:
- [ ] Step 1: Interview — audience, geography, scoring choice
- [ ] Step 2: Build the Google Maps input
- [ ] Step 3: Run compass/crawler-google-places
- [ ] Step 4: Filter + score (if scoring enabled)
- [ ] Step 5: Discover missing names via apify/ai-web-scraper
- [ ] Step 6: Backfill missing phones and emails via scalelist Actors
- [ ] Step 7: Deduplicate and render the CSV

Step 1: Interview

Ask three questions as one block — don't drip them one by one.

  1. Target audience — the business type(s) to search for. Free text. Examples: "dentists", "vegan restaurants", "boutique hotels", "dog groomers, pet stores" (comma-splittable → array).
  2. Target geography — one location per run. City + country reads best ("Berlin, Germany", "Austin, TX"). If the user gives a country only, warn that Maps runs perform best on city-scoped searches.
  3. Use reviews for lead scoring? (y/n) — if yes, we pull reviews (maxReviews) and filter by review volume + star rating post-run. If no, we skip reviews to cut cost.

Read the full file on GitHub · 238 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 238 lines · 0 tokens per session scan A 062459d7b4ab

Subscribe to this mod's changes

apify-google-maps-leads is a skill published in the GitHub repository apify/awesome-skills (249 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 3,855 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

apify-generate-output-schema

Generate output schemas (datasetschema.json, outputschema.json, keyvaluestoreschema.json) for an Apify Actor by analyzing its source code. Use when creating or updating Actor output schemas.

apify/agent-skills · 45 tokens

apify-ultimate-scraper

Universal AI-powered web scraper for any platform. Scrape data from Instagram, Facebook, TikTok, YouTube, LinkedIn, X/Twitter, Google Maps, Google Search, Google Trends, Reddit, Airbnb, Yelp, and 15+ more platforms. Use for lead generation, brand monitoring, competitor analysis, influencer discovery, trend research…

apify/agent-skills · 97 tokens

apify-actor-development

Develop, debug, and deploy Apify Actors - serverless cloud programs for web scraping, automation, and data processing. Use when creating new Actors, modifying existing ones, or troubleshooting Actor code.

apify/agent-skills · 45 tokens

apify-actorization

Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.

apify/agent-skills · 69 tokens

apify-integration-development

Design and build an official Apify integration for a company's product - workflow-automation apps (Zapier/n8n-style), AI agent plugins (coding-agent skills+MCP bundles or OpenClaw/Hermes-style harnesses), AI framework packages (LangChain/LlamaIndex-style), or direct application clients via apify-client. Use when…

apify/agent-skills · 101 tokens

gitnexus

A code-graph analysis add-on for examining an existing codebase, including symbols, call paths, execution flows, and effects across repositories. It can query GitNexus through its command-line or MCP interfaces.

hashgraph-online/awesome-codex-plugins · 58 tokens