Preview lead list API
Lead lists
Preview lead list API
Page through a finished list’s rows with sorting and search. Returns every stored column plus crawl-sourced contact data. Free.
GET
Preview lead list API
Frequently asked questions
Does the preview show everything the export contains?
Does the preview show everything the export contains?
Yes. The preview returns all 14 stored company columns plus the
web block with crawl-sourced emails, phones, social profile URLs and site language — deliberately identical to what the export ships, so what you see is what you download.Why are founded, industry_code and associated_members sometimes zero?
Why are founded, industry_code and associated_members sometimes zero?
Zero is the stored ‘unknown’ default for those numeric columns, not a real value. Treat
0 as missing.Why is the web block null on some rows?
Why is the web block null on some rows?
That domain has no crawled contact record. Contact enrichment is fail-open — a missing record yields
web: null rather than dropping the row or failing the request.How do I resolve the technology ids?
How do I resolve the technology ids?
Fetch the technology map once and resolve locally. Exports resolve names server-side, so they need no lookup.
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
Rows per page. Capped at 100.
Required range:
x <= 100Pagination offset.
Column to sort by.
Available options:
domain, company_name, country, industry, employees Sort direction.
Available options:
asc, desc Filter rows by domain or company name.