LeadProof
Verified local-business lead lists: quote, sample and order.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Verified local-business lead lists: quote, sample and order. The person approves every payment.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| get_pricing | Price tiers, review-filter multipliers, quantity limits and what a delivered list contains. Call this before quoting if the person wants to compare options. |
| quote_lead_list | Exact price for a lead list: business types, locations, quantity and optional minimum-review bar. Returns the amount the site charges, what is included and delivery terms. Nothing is created. |
| get_sample_leads | A few illustrative rows in the exact delivered format (placeholder businesses on reserved example domains, not real leads), plus the column reference. |
| get_checkout_link | A leadproof.co link with the list already configured. The person opens it, reviews the price and pays on the site. Use this when they prefer to finish in a browser. Nothing is created until they order. |
| create_order | Creates the order and returns a PayPal approval link. The PERSON must open the link and approve the payment; nothing is charged until they do. Ask for the delivery email first: the CSV and the order page go there. Returns the order id, the approval link, an order-status link and a status token for get_order_status. |
| get_order_status | Status of an order created with create_order: awaiting approval, in review, building, delivered (with a download link) or refunded. Needs the order_id and status_token that create_order returned. |