Public REST API · JSON

Build lead gen into your own product.

Full programmatic control. Start a live search, poll its progress, and pull the results as clean JSON — every lead carrying its emails, socials, opportunity score and buying signals. Copy-paste examples in the docs; your own app, your own workflow.

Included with Growth, Agency and Scale plans.

POST /searches
{
"industry": "roofers",
"location": "Tampa, FL"
}
→ { "search_id": "a1b2…" }
Start & poll

A search is three calls away

POST a niche and location to start a search, poll its status until it's done, then GET the results. Small city searches finish in minutes; state- and country-wide runs stream in over longer. Your code checks in when it wants — no webhooks required to get started.

GET /searches/a1b2/status
→ { "status": "running", "found": 12 }
GET /searches/a1b2/status
→ { "status": "done", "found": 25 }
Every lead, structured

Emails, socials, score, and signals — as JSON

Each result is a clean object: business name, owner, phone, website, address, labeled emails, social links, and a `signals` object with the free basic facts always and the 0–100 score + reasons when you have Signals+. Drop it straight into your database or UI.

{
"business_name": "Coastal Roofing",
"phone": "(512) 555-0148",
"emails": [{ "email": "mark@…" }],
"signals": {
"score": 88,
"basic": { "ad_networks": [] }
} }
Filter server-side

Ask for exactly the leads you want

Add query params to the results endpoint — `has_ad_pixel`, `ad_network=meta`, `has_analytics=false`, `platform=gohighlevel`, `sort=score`, `min_score=70`. The API returns only the leads that match, so your app never has to filter a giant payload client-side.

GET /searches/a1b2/leads
?ad_network=meta
&has_analytics=false
&sort=score
→ only the leads that match

REST API — questions, answered

Your product, our lead engine.

Read the docs and make your first call in minutes.

All integrations · Back to home

Live Lead Extractor

Fresh local business leads, pulled live at search time.

Product
Support
Legal
© 2026 Live Lead Extractor, a product of Crush It Media Group LLC. All rights reserved.Zapier, HubSpot and Make are trademarks of their respective owners. Live Lead Extractor is an independent product.
Full notices
Zapier is a registered trademark of Zapier, Inc. HubSpot is a registered trademark of HubSpot, Inc. Make is a registered trademark of make.com s.r.o. Live Lead Extractor is an independent product and is not affiliated with, endorsed by, or sponsored by Zapier, Inc., HubSpot, Inc., or make.com s.r.o. Emoji artwork from Twemoji (© Twitter, Inc. and contributors), licensed under CC-BY 4.0.