Skip to main content
GET
Preview lead list API

Frequently asked questions

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.
Zero is the stored ‘unknown’ default for those numeric columns, not a real value. Treat 0 as missing.
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.
Fetch the technology map once and resolve locally. Exports resolve names server-side, so they need no lookup.

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

limit
integer
default:50

Rows per page. Capped at 100.

Required range: x <= 100
offset
integer
default:0

Pagination offset.

sort_by
enum<string>

Column to sort by.

Available options:
domain,
company_name,
country,
industry,
employees
sort_order
enum<string>
default:asc

Sort direction.

Available options:
asc,
desc

Filter rows by domain or company name.

Response

A page of list rows

success
boolean
Example:

true

data
object