Turn Google Mapsinto a lead machine.
Enter a business type + location. Get a clean CSV with names, phones, addresses, ratings — ready for your CRM. Up to 100 leads per run.
Scan any city.
Any market.
Anywhere.
LeadMagnet works on every Google Maps market worldwide. Drop a city, a neighborhood, a country — real businesses, real contacts.
Five steps.
One CSV.
LeadMagnet automates the entire pipeline — from Google Maps search to enriched, export-ready data.
Launches a headless Playwright browser and navigates to Google Maps with your search query.
Automatically scrolls through the results panel until up to 100 listings are visible.
Parses name, address, phone, website, rating, category, and GPS coordinates from each listing.
Visits each business website for emails when available (requires Apify proxy — disabled on free tier).
Outputs a structured CSV — ready to import into any CRM, spreadsheet, or pipeline.
Everything you need.
Nothing you don't.
Every row in your CSV export contains structured fields — clean, consistent, CRM-ready.
Full business name
ALWAYS PRESENTPrimary business category
ALWAYS PRESENTFull street address
ALWAYS PRESENTPrimary contact number
ALWAYS PRESENTBusiness website URL
ALWAYS PRESENTEmail from website (requires proxy)
WHEN FOUNDAverage star rating (1-5)
ALWAYS PRESENTTotal Google reviews count
WHEN AVAILABLEGPS latitude
ALWAYS PRESENTGPS longitude
ALWAYS PRESENT| name | category | address | phone | website | rating | reviews | lat | lng | |
|---|---|---|---|---|---|---|---|---|---|
| London Expert Plumbers | Plumber | 14 Baker St, London W1U 6SJ | +44 20 7946 0012 | londonexpertplumbers.co.uk | info@londonexpert.co.uk | 4.9⭐ | 312 | ||
| Capital Fix Plumbing | Plumber | 88 Piccadilly, London W1J 8EG | +44 20 7123 4567 | capitalfixplumbing.com | — | 4.7⭐ | 198 | ||
| FastFlow Emergency | Plumber | 22 Victoria St, London SW1H 0NW | +44 20 7654 3210 | fastflowlondon.co.uk | — | 4.6⭐ | 445 | ||
| TrustMark Pipes & Drains | Plumber | 5 High Holborn, London WC1V 6BZ | +44 20 7890 1234 | trustmarkpipes.co.uk | contact@trustmarkpipes.co.uk | 4.8⭐ | 267 |
Built for builders.
Used by everyone.
LeadMagnet fits naturally into sales, research, and automation workflows.
Find businesses anywhere — dentists in London, plumbers in Austin — and reach them directly.
Analyze competitors by category and rating across cities. Benchmark and map saturation.
Bulk collect local data for clients. Deliver fresh lists on demand.
Find service partners or delivery targets in specific zones.
Fully scriptable.
Integrate LeadMagnet into your pipeline via the Apify API.
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({
token: 'YOUR_APIFY_TOKEN',
});
const run = await client.actor('zakbuildsai/LeadMagnet').call({
query: 'dentist',
location: 'Austin, TX',
maxResults: 100,
});
const { items } = await client
.dataset(run.defaultDatasetId)
.listItems();
items.forEach(lead => {
console.log(lead.name, lead.phone);
});See it in action.
Search for any business type + location to get real leads.
Enter a business type and location to scrape Google Maps.
No real data? Try the simulation:
Ready to capture leads?
No scraping setup. No API keys. No rate limits. Just a search and a CSV.