Authorizations
Body
- Domain Search ID
- Domain
- LinkedIn URL
A unique identifier for the company search operation.
An identifier for the user profile (workspace) making the request. This ID helps in associating the lookup with a specific user, allowing for data retrieval and credit tracking.
Check out user details
endpoints under the Profile tab for more information.
ISO 3166-1 alpha-2 (cca2) is used for filtering locations. Check out location
endpoints under the Filters tab for more information.
["US", "SG", "CN"]
ISO 3166-1 alpha-2 (cca2) is used to filter out locations that does not need to be returned. Check out location
endpoints under the Filters tab for more information.
["CN", "US", "RU", "CA"]
A list of tag_id
used to search for specific technologies used by companies. To find the ID, call the technology
endpoint under the Filters tab.
This filter supports is_enable_similarity_search
, once enabled you can enter any free text, e.g. ["Shopify"]
.
A list of category_id
used to search for specific categories of technology used by companies. To find the ID, call the category
endpoint under the Filters tab.
This filter supports is_enable_similarity_search
, once enabled you can enter any free text, e.g. ["CDN"]
.
A list of vertical_id
used to search for companies in a specific vertical or industry. To find the ID, call the vertical
endpoint under the Filters tab.
This filter supports is_enable_similarity_search
, once enabled you can enter any free text, e.g. ["AI"]
.
A list of vertical_category_id
used to search for companies in a specific vertical category. To find the ID, call the vertical category
endpoint under the Filters tab.
This filter supports is_enable_similarity_search
, once enabled you can enter any free text, e.g. ["Information Technology"]
.
A list of vertical_sub_category_id
used to search for companies in a specific vertical sub-category. To find the ID, call the vertical sub category
endpoint under the Filters tab.
This filter supports is_enable_similarity_search
, once enabled you can enter any free text, e.g. ["Software"]
.
A company domain used for company search operations. If we receive a URL such as www.pubrio.com
or https://docs.pubrio.com/
, the system will convert it to pubrio.com
for processing.
"pubrio.com"
The fully formed URL of the LinkedIn company profile. URL begin with http
and contain linkedin.com/company/
"https://www.linkedin.com/company/pubrio"
The number range of employees working for the company. This enables you to find companies based on headcount. You can add multiple ranges to expand your search results.
Check out company size
endpoints under the Filters tab for more information.
[[1, 10], [11, 20], [10001]]
Years of company founded range. The maximum value founded is the current year.
[2018, 2024]
Minimum and maximum range of company revenue.
[0, 100000]
ISO 3166-1 alpha-2 (cca2) is used for filtering locations. Check out location
endpoints under the Filters tab for more information.
["US", "SG", "CN"]
Date range of the posted date. The maximum value is the current day.
["2025-01-01", "2025-01-10"]
Job titles associated with the individuals you aim to locate.
The results will also encompass job titles that include similar terminology, even if they do not match exactly. For instance, searching for software engineer
may yield results for individuals with the title senior software engineer
.
["sales manager", "marketing manager"]
List of category slugs
for searching for specific news categories. To find a slug, call the news categories
endpoint under the Filters tab.
["launches"]
Date range of the published date. The maximum value is the current day.
["2025-01-01", "2025-01-10"]
When enabled, the filters listed above that support similarity searches can be filled with free text for specific IDs.
It is used in conjunction with is_enable_similarity_search
. This number is used to analyze whether a specific slug (e.g. vertical industry, technology) is similar to the user input, and the higher the number, the more stringent it is.
0.85
Response
Successful response containing company search details.
Response info depends on specific endpoint.