Skip to main content
POST
Create company list export

Authorizations

x-api-key
string
header
required

Body

application/json
query
string
required

Primary semantic search query used to find matching companies

Example:

"Developer tools startups serving fintech teams"

name
string

Optional saved dataset/list name

Example:

"Fintech Devtools Companies"

description
string

Optional saved dataset/list description

Example:

"Semantic company export for fintech-facing developer tools"

limit
integer<int32>

Requested export size. Server-side max is 5000 rows.

Example:

500

country
string

Optional hard country filter using ISO-style country code

Example:

"US"

businessModel
enum<string>

Optional hard business model filter. v1 supports b2b or b2c.

Available options:
b2b,
b2c
Example:

"b2b"

naicsCodes
integer<int32>[]

Optional hard include filter for one or more NAICS codes

Example:

Response

Successfully created company list export

status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required
message
string
required
error
object | null
request_id
string

Correlation identifier for support and request tracing.