Lead Capture Flow
Automated delivery.Direct to inbox.
LEADWHL captures motivated seller leads via PPC and organic traffic, routing them instantly to your email based on your subscription tier.
Lead Flow · Active
14:22:01 UTCMonthly Leads Captured
4,280+12.4%
PPC
82%
Org
18%
Conv
4.2%
Lead Capture Dashboardv1.0
Integration
Lead capture.Direct to inbox.
Automate lead routing with our REST API. SDKs for major languages, secure authentication, and real-time delivery to your email.
import { LeadWhl } from "@leadwhl/sdk"; const leadwhl = new LeadWhl({ apiKey: process.env.LEADWHL_API_KEY }); // Capture a new motivated seller leadconst lead = await leadwhl.leads.capture({ seller_email: "seller@example.com", property_address: "123 Maple St", lead_source: "google_ppc", subscription_tier: "pro",}, { idempotencyKey: "req_9a2b" }); // { id: "lead_01H8...", status: "delivered", email: "client@domain.com" }POST /v1/leadsSecure AuthInstantEmail Routing
Once a motivated seller lead is captured via your site or Google PPC, our system instantly routes the data directly to your designated email address based on your active subscription tier.