Skip to main content
GET
Search People

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

name
string
required

Keyword used to search people by full name or display name

Example:

"Bill"

page
integer
default:1

Page number for pagination

Example:

1

geocode_location
string

Geographical code for location-based search.

You can search by a single location or multiple locations separated by commas , (e.g. 103644278 (United States) or 103644278,102299470,102095887 (United States and England, United Kingdom and California, United States))

You can use Search Geocode Location Endpoint to get geocode from location string.

Example:

"103644278"

current_company
string

Company ID used to filter people by current workplace

You can search by single current company or multiple companies separated by commas , (e.g. 1441 (Google) or 1441,3608 (Google and NVIDIA))

You can use Get Company Profile Endpoint to get Company ID from Company Name

Example:

"1441"

follower_of
string

Filter people who follow a specific LinkedIn user (by URN)

For example: ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc (returns people who follow Bill Gates)

You can use Get User Profile Endpoint to get User URN by Username

Example:

"ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc"

past_company
string

Company ID used to filter people by previously worked

You can search by single past company or multiple companies separated by commas , (e.g. 1441 (Google) or 1441,3608 (Google and NVIDIA))

You can use Get Company Profile Endpoint to get Company ID from Company Name

Example:

"1441"

school
string

School ID used to filter people by education (returns people who studied at this school)

You can search by single school or multiple schools separated by commas , (e.g. 1646 (Harvard University) or 1646,1792 (Harvard University and Stanford University))

You can use Get Company Profile Endpoint to get School ID from School Name

Example:

"1646"

profile_language
string

Filter people by profile language. (ISO 2-letter code, e.g. en, de)

You can search by single language or multiple languages separated by commas , (e.g. en (English) or en,de (English and German))

Example:

"en"

industry
string

Industry ID

You can search by single industry or multiple industries separated by commas , (e.g. 43 (Financial Services) or 43,25 (Financial Services and Manufacturing))

You can use Search Industry Endpoint to get Industry ID by Name

Example:

"43"

service_category
string

Service category ID

You can search by single service or multiple services separated by commas , (e.g. 220 (Consulting) or 220,63 (Consulting and Operations))

Example:

"220"

first_name
string

Filter people by first name

last_name
string

Filter people by last name

title
string

Filter people by job title or headline

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number

Total number of people

Example:

500

has_more
boolean

Indicates if there are more results

Example:

true

data
object[]

List of people matching the search keyword