An HTTP service that lets you read lead data stored in our database. You ask for what you want (with filters), and you get JSON back. This guide explains everything from scratch — no prior API experience needed.Documentation Index
Fetch the complete documentation index at: https://docs.trydatadriver.com/llms.txt
Use this file to discover all available pages before exploring further.
| Base URL | https://api.trydatadriver.com |
| Auth | Bearer token |
| Rate limit | 60 requests/min (paid), 10 req/min (trial) |
| Daily cap | 1,000 requests/day (trial only; paid is uncapped) |
| Mode | Read-only |
How it works in 3 steps
Send an HTTP request
Use any tool (curl, Postman, your code) to send a request to our
API with your key in a header.