Every request needs your API key as a Bearer token:
Authorization: Bearer YOUR_API_KEY
Get a key from API Keys in your dashboard.
Base URL: https://api.leadlance.io/scraper
Rate limit: 100 requests per minute per API key. Exceeding it returns 429 Too Many Requests.
Every action below consumes credits from your account balance - there's no free tier of API access, this includes search itself, not just revealing contact info.
A request that would exceed your remaining balance is rejected with 402 Payment Required before it runs - you're never charged for a request you can't afford.
Pass filters as a JSON object under the filters query parameter on any search request. This list is live from your account's current configuration, so it always matches what's actually available - it can grow over time.
Pick an endpoint, fill in the parameters, and send a real request against your account.
-