Anonymous callers get a shared budget of 20 requests/day per IP. Anything you run here is proxied through the real API - responses are real. Full request bodies are available to authenticated accounts.
The workhorse. One endpoint hits 80 datasets. Search contacts or companies with 13+ filters + free-text. Pick a scenario or edit the body.
company_domain plus country narrows /v1/find type=contacts to a single company.
curl -X POST "https://data.leadleap.net/v1/find" \
-H "Authorization: Bearer $LEADLEAP_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"contacts","filters":{"company_domain":["netapp.com"],"country":["US"]},"limit":5}'Hit Run to see real data come back.
GET /v1/leads - hard per_page ≤ 5, no paginationPOST /v1/email/validate - single email only, no bulkGET /public/* - forwarded as-is, no caps