LeadLeapData
Live - no account needed

Run a real request. Right here.

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.

Request

The workhorse. One endpoint hits 80 datasets. Search contacts or companies with 13+ filters + free-text. Pick a scenario or edit the body.

Scenarios

company_domain plus country narrows /v1/find type=contacts to a single company.

Body (editable JSON)
curl
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}'
Response

Hit Run to see real data come back.

What's capped for anonymous callers

  • GET /v1/leads - hard per_page ≤ 5, no pagination
  • POST /v1/email/validate - single email only, no bulk
  • GET /public/* - forwarded as-is, no caps
  • 20 req/day/IP shared budget across all endpoints