Powered by Google Maps + Claude

Find your next 1,000 customers in three minutes.

Paste your website. We figure out who buys from you, pull them from Google Maps, find their emails, and stack them in a clean CRM.

No credit card. Real leads in your dashboard in under 5 minutes.

leadgen.ashwanijha.dev/dashboard

Dashboard

Updated just now
Companies+182
1,247
Contacts
186
Lists
8
Enrichments+96
437
By stage
new
enriched
qualified
contacted
Recent activity
Property Managers, Inc.added
jane@acme-builders.comenriched
GTA Commercial Realtyadded
info@bluerose.caenriched

From paste to prospect list in three steps

No filters to fiddle with, no contact-count sliders, no minimum commit. Just answer two questions and the leads start flowing.

  1. 1

    Tell us about your business

    Drop your website URL. We read it and draft what you sell and who you sell to — edit anything we got wrong.

  2. 2

    Describe your ideal customer

    A sentence is enough. We turn it into 6-10 Google Maps queries — industries × locations — for you to review.

  3. 3

    Run the plan, get real leads

    Each query runs live with progress. Companies, contacts, websites, phones — instantly in your CRM with full enrichment audit.

Everything a sales team actually needs

Built like a product, not a demo — multi-workspace, audit-logged, mobile-friendly, fast.

Multi-workspace

Sell to different audiences? Spin up a workspace per business. Data never crosses over.

AI enrichment with audit

Every email, social, and description is logged with who produced it, when, and with what confidence.

Source-agnostic CRM

Google Maps today, LinkedIn and CSV next. Add a source in 50 lines and it slots in.

Live progress

Plans run one query at a time so you see leads landing as they're discovered, not after a 60-second wait.

Personal contacts auto-extracted

Personal-looking emails on a website become Contact rows. Role emails (info@, sales@) stay on the Company.

Free to try

No credit card. Walk through onboarding, run your first plan, see real leads in the dashboard — all in under five minutes.

Talk to your pipeline

The AI Chat turns every leadgen operation into a conversation. Find leads, enrich, qualify, move stages — no form filling.

Leadgen AI Chat
Find 20 AI compliance leads from Twitter and enrich them
Fetching leads… twitter · "AI compliance" · 20 results
✓ 18 new contacts · 2 updated
Running enrichment… 18 companies
✓ Enriched 18 · emails 12 · socials 9
Done. 18 new leads enriched — top ones are Cohere Health, Nabla, Abridge. Want me to qualify the top 5 and save them to a list?
Yes, save top 5 as 'HIPAA Q3'
Creating list… 'HIPAA Q3'
✓ List created · 5 companies added

MCP Server — use from Claude Code

Every tool in the chat is also exposed as an MCP server. Wire it into Claude Code to drive your pipeline directly from your terminal.

// .claude/mcp.json
{
  "mcpServers": {
    "leadgen": {
      "command": "node",
      "args": ["/path/to/leadgen-mcp/index.js"],
      "env": {
        "LEADGEN_API_URL": "https://your-api.onrender.com/api",
        "LEADGEN_API_KEY": "your-key"
      }
    }
  }
}

7 built-in tools

fetch_leads · run_enrichment · list_companies · find_similar · move_stage · create_list · get_stats

Multi-step chains

Claude calls up to 8 tools per turn — find leads, enrich, qualify, and save to a list in one message.

Semantic similarity

'Find more like this won deal' uses pgvector to surface companies that match, not just keyword filters.

Internal MCP access

Same tools available from Claude Code via stdio transport — no extra infrastructure.