Export lead list API
Lead lists
Export lead list API
Download a finished list as CSV or newline-delimited JSON with technology names resolved and contact columns attached. Free.
GET
Export lead list API
Frequently asked questions
Does exporting cost credits?
Does exporting cost credits?
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.
What contact data is included?
What contact data is included?
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.Which format should I pick?
Which format should I pick?
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.How large can an export be?
How large can an export be?
Up to 100,000 rows. The response streams directly from the database, so large exports do not time out.
Authorizations
API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)
Path Parameters
The lead list id.
Example:
"f6ab2d94-c34f-47b7-9d1a-228e71488cd2"
Query Parameters
Output format.
Available options:
csv, json Example:
"csv"
Response
The list as a downloadable file
The response is of type file.