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.
A string of words over which we want to filter the results.
"pubrio"
Filter search results to include a specific people name.
"king"
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"]
A list of unique identifiers (people_search_id) used for people search operations.
The management level that individuals occupy within their current organization. This allows you to locate people who currently hold roles at specific reporting tiers, such as C level or senior level.
Check out management level
endpoints under the Filters tab for more information.
["head"]
The department field can search for people in specific areas of expertise.
Check out department
endpoints under the Filters tab for more information.
["master_human_resources"]
The filter field for job functions can specify particular roles or areas of expertise when searching for people.
Check out department functions
endpoints under the Filters tab for more information.
["human_resources"]
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]]
The location where people live. 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"]
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 fully formed URL of the LinkedIn user profile. URL begin with http
and contain linkedin.com/in/
or linkedin.com/pub/
[
"http://www.linkedin.com/in/king-lai-605382b7"
]
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 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 people search details.
Response info depends on specific endpoint.