Skip to main content

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.

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.
Base URLhttps://api.trydatadriver.com
AuthBearer token
Rate limit60 requests/min (paid), 10 req/min (trial)
Daily cap1,000 requests/day (trial only; paid is uncapped)
ModeRead-only

How it works in 3 steps

1

Get an API key

We give you a secret string that looks like dd_a3f9b2c1.... This proves who you are.
2

Send an HTTP request

Use any tool (curl, Postman, your code) to send a request to our API with your key in a header.
3

Get JSON back

The API returns structured data you can use — list of leads, counts, schema, or a download link.

The mental model

You’re a client. We’re a server. You make HTTP requests with your API key. We send JSON back. That’s the whole API.