Authorizations
Body
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"]
The location of the company headquarters. Check out location
endpoints under the Filters tab for more information.
["US", "SG", "CN"]
A list of unique identifiers (domain_search_id) used for company and people search operations.
List of company domains used for company and people 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"]
A string of words over which we want to filter the results.
"pubrio"
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"]
Date range of the posted date. The maximum value is the current day.
["2025-01-01", "2025-01-10"]
The number of search results that should be returned for each page. Limited the number of results per page improves the endpoint's performance.
25
The page number of the Pubrio data that you want to retrieve.
1
Response
Successful response containing company job search details.
Response info depends on specific endpoint.