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

Search people records with rich filters.

As curl
curl -H "Authorization: Bearer $LEADLEAP_KEY" \
  "https://api.leadleap.net/v1/leads?country=US&industry=Software&per_page=3"
Response

Hit “Run request” to see the response.

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