Skip to main content
POST
Start a bulk export

Authorizations

X-API-Key
string
header
required

API key in format: mk_live_{40 hex chars}

Body

application/json

Filters. Omit the body entirely to export everything. Array values may be sent as JSON arrays or comma-separated strings.

timeframe
enum<string>

How far back to include. Default: everything.

Available options:
24h,
7d,
30d,
90d,
all
dateField
string

Which date timeframe applies to. Default lastSeen.

isHotLead
boolean

Only visitors currently qualifying as hot leads.

industries
string[]
regions
string[]
seniority
string[]
jobFunctions
string[]
domains
string[]

Restrict to visitors on these tracked site domains.

pages
string[]

Restrict to visitors who saw these page paths.

campaigns
string[]
trafficTypes
string[]
adPlatforms
string[]
visitCountMin
integer
Required range: x >= 1
hasBusinessEmail
boolean
hasLinkedIn
boolean
hasPhone
boolean
multiClientOnly
boolean
crmStatus
enum<string>
Available options:
in_crm,
not_in_crm,
customers

Free-text match across name, company and email.

sortBy
string
sortOrder
enum<string>
Available options:
asc,
desc
filename
string

Name for the downloaded file. Default: maverick_people_.csv

Response

Export accepted and queued

jobId
string
status
enum<string>
Available options:
processing
statusUrl
string
pollAfterSeconds
integer