Skip to main content
GET
/
api
/
v1
/
search
/
people
Search People
curl --request GET \
  --url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/search/people \
  --header 'x-rapidapi-key: <api-key>'
{
  "success": true,
  "cost": 1,
  "total": 500,
  "has_more": true,
  "data": [
    {
      "id": "251749025",
      "urn": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc",
      "url": "https://www.linkedin.com/in/williamhgates",
      "public_identifier": "williamhgates",
      "full_name": "Bill Gates",
      "title": "Chair, Gates Foundation and Founder, Breakthrough Energy",
      "location": "United States",
      "is_verified": true,
      "is_premium": true,
      "is_top_voice": true,
      "is_open_to_work": false,
      "is_hiring": false,
      "follower_count_display": 40000000,
      "avatar": [
        {
          "width": 400,
          "height": 400,
          "url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
          "expires_at": 1748476800000
        }
      ],
      "services": [
        "Software Development",
        "Web Development"
      ],
      "website_url": "https://www.gatesnotes.com/"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.saleleads.ai/llms.txt

Use this file to discover all available pages before exploring further.

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