Skip to main content
POST
Search companies

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Body

application/json
searchType
enum<string>
required

Type of search to perform: keyword-based or domain-based.

Available options:
keywordSearch,
domainSearch
keyword
string
required

Keyword or domain name to search for.

Minimum string length: 1
location
string

Optional location filter to refine search results.

page
number

Page number for paginated search results (1–100).

Required range: 1 <= x <= 100
perPage
number

Number of items per page (10–100).

Required range: 10 <= x <= 100
filters
object

Optional filters applied to the search.

sort
object

Optional sorting parameters.

Response

Search impact data response

data
object[]
required

List of companies returned by the search.

meta
object
required

Pagination metadata for the search results.