Skip to main content
GET
Export lead list API

Frequently asked questions

No. You paid per row when the list was built, so downloading it is free and you can export the same list as often as you like until it expires.
Every export carries emails and phones (semicolon-joined when there are several) plus five social profile URLs — LinkedIn, X, Facebook, Instagram and YouTube — reconstructed from handles found during the crawl. Domains on the enrichment opt-out list export empty contact fields with the rest of the row intact.
csv for spreadsheets and most CRM importers. json returns newline-delimited JSON, one object per line, which streams well into data pipelines without loading the whole file into memory.
Up to 100,000 rows. The response streams directly from the database, so large exports do not time out.

Authorizations

Authorization
string
header
required

API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)

Path Parameters

id
string<uuid>
required

The lead list id.

Example:

"f6ab2d94-c34f-47b7-9d1a-228e71488cd2"

Query Parameters

format
enum<string>
required

Output format.

Available options:
csv,
json
Example:

"csv"

Response

The list as a downloadable file

The response is of type file.