Payouts are 60% of the lead's sold price. Higher quality scores earn more.
From sign-up to first payout in under 48 hours.
Sign up with your company info and traffic sources. Approval typically within 24 hours.
Once approved, generate an API key from your dashboard. No sales call required.
POST leads to our endpoint with your API key. Each lead is scored in real time.
Earnings accumulate per accepted lead. Request payouts via ACH, PayPal, or wire.
Everything you need to run a high-volume lead supply operation.
Every lead scored 0–100 instantly. Know the quality before it's accepted.
See your estimated payout per lead before submission. No hidden fees.
Our intake captures consent. You stay protected on every submission.
One POST endpoint. JSON in, JSON out. Integrate in under an hour.
Track submissions, acceptance rate, earnings, and payout history in real time.
Minimum $50 payout threshold. ACH, PayPal, wire, or crypto supported.
POST a JSON payload to our leads endpoint with your API key in the header. Get back a lead ID, quality score, and estimated payout in under 300ms.
curl -X POST https://leadmarket.app/api/leads/submit \
-H "X-API-Key: lmk_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"vertical": "solar",
"firstName": "Jane",
"lastName": "Smith",
"email": "[email protected]",
"phone": "5551234567",
"state": "CA",
"zipCode": "90210",
"homeOwner": true,
"monthlyElectricBill": "$200-300"
}'{
"success": true,
"leadId": 1042,
"score": 82,
"estimatedPayout": 29.16
}