Lead discovery at scale
Trigger Maps, Search, directory, and domain workflows from your own jobs and schedulers.
- Source selection
- Filter parameters
- Batch-friendly design
Build & automate
Wire Leads Puller into your pipelines. Request lead and enrichment workflows over the API and land structured data where your systems already run.
curl -X POST https://api.leadspuller.com/v1/jobs \
-H "Authorization: Bearer $LP_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"source": "maps",
"query": "dentists",
"location": "Austin, TX"
}'Capabilities
Trigger Maps, Search, directory, and domain workflows from your own jobs and schedulers.
Pass domains or partial records and receive structured contact and company fields.
Get predictable fields your code can map—no brittle HTML scraping in your services.
Examples
Illustrative shapes—see the API portal for current endpoints and schemas.
{
"job_id": "job_8f2a",
"status": "completed",
"rows": [
{
"name": "Northline Dental",
"phone": "+1-512-555-0142",
"website": "https://northline.example",
"email": "hello@northline.example"
}
]
}Workflow
Start a trial or plan, then generate an API key from your account.
Authenticate and submit jobs for discovery or enrichment with the parameters your pipeline needs.
Pull structured output into CRM, warehouse, or internal tools on your schedule.
Automate lead discovery and enrichment workflows—run jobs programmatically, retrieve structured results, and plug outputs into your CRM, warehouse, or internal tools.
Start a free trial and wire Leads Puller into the systems you already run.