Skip to main content
POST
/
api
/
linkedin
/
sn_search
/
users
/linkedin/sn_search/users
curl --request POST \
  --url https://api.anysite.io/api/linkedin/sn_search/users \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 1250,
  "timeout": 300,
  "keywords": "",
  "first_names": [
    "<string>"
  ],
  "last_names": [
    "<string>"
  ],
  "current_titles": [
    "<string>"
  ],
  "location": {
    "by name": "Tokyo",
    "list": [
      "urn:li:geo:103689695"
    ]
  },
  "education": {
    "by name": "Harvard",
    "list": [
      "urn:li:company:96"
    ]
  },
  "languages": [
    "Arabic"
  ],
  "past_titles": [
    "<string>"
  ],
  "functions": [
    "Accounting"
  ],
  "levels": [
    "Entry"
  ],
  "years_in_the_current_company": [
    "0-1"
  ],
  "years_in_the_current_position": [
    "0-1"
  ],
  "company_sizes": [
    "Self-employed"
  ],
  "company_types": [
    "Public Company"
  ],
  "company_locations": {
    "by name": "Tokyo",
    "list": [
      "urn:li:geo:103689695"
    ]
  },
  "current_companies": {
    "by name": "microsoft",
    "list": [
      "urn:li:company:1441"
    ]
  },
  "past_companies": {
    "by name": "microsoft",
    "list": [
      "urn:li:company:1441"
    ]
  },
  "industry": {
    "by name": "IT",
    "list": [
      "urn:li:industry:96"
    ]
  },
  "is_posted_on_linkedin": true,
  "company_keyword": "",
  "past_company_keyword": ""
}
'
[
  {
    "internal_id": {
      "type": "fsd_company",
      "value": "<string>"
    },
    "urn": {
      "type": "fsd_company",
      "value": "<string>"
    },
    "name": "<string>",
    "url": "<string>",
    "@type": "LinkedinSalesNavigatorSearchUsersUser",
    "image": "<string>",
    "headline": "<string>",
    "location": "<string>",
    "is_premium": false,
    "current_companies": []
  }
]

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
count
integer
required

Max result count

Required range: 1 <= x <= 2500
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
keywords
string
default:""

Any keyword for searching in the user page.With the params result count will be small.Use other params to obtain a lot of results

first_names
string[]

Search for exact first names

last_names
string[]

Search for exact last names

current_titles
string[]

Search for exact word in the current title

location

Location URN, can be obtained in /linkedin/search/locations, only geo urn type is allowed. Or location name.

Example:
{
"by name": "Tokyo",
"list": ["urn:li:geo:103689695"]
}
education

Education URN, can be obtained in /linkedin/search/educations, only fsd_company urn type is allowed. Or education name.

Example:
{
"by name": "Harvard",
"list": ["urn:li:company:96"]
}
languages
enum<string>[]

Profile Language

Available options:
Arabic,
English,
Spanish,
Portuguese,
Chinese,
French,
Italian,
Russian,
German,
Dutch,
Turkish,
Tagalog,
Polish,
Korean,
Japanese,
Malay,
Norwegian,
Danish,
Romanian,
Swedish,
Bahasa Indonesia,
Czech
past_titles
string[]

Search for exact word in the past title

functions
enum<string>[]

Job functions

Available options:
Accounting,
Administrative,
Arts and Design,
Business Development,
Community and Social Services,
Consulting,
Education,
Engineering,
Entrepreneurship,
Finance,
Healthcare Services,
Human Resources,
Information Technology,
Legal,
Marketing,
Media and Communication,
Military and Protective Services,
Operations,
Product Management,
Program and Project Management,
Purchasing,
Quality Assurance,
Research,
Real Estate,
Sales,
Customer Success and Support
levels
enum<string>[]

Job level

Available options:
Entry,
Director,
Owner,
CXO,
Vice President,
Experienced Manager,
Entry Manager,
Strategic,
Senior,
Trainy
years_in_the_current_company
enum<string>[]

Years in the current company

Available options:
0-1,
1-2,
3-5,
6-10,
10+
years_in_the_current_position
enum<string>[]

Years in the current position

Available options:
0-1,
1-2,
3-5,
6-10,
10+
company_sizes
enum<string>[]

Sizes of the current company

Available options:
Self-employed,
1-10,
11-50,
51-200,
201-500,
501-1,000,
1,001-5,000,
5,001-10,000,
10,001+
company_types
enum<string>[]

Types of the current company

Available options:
Public Company,
Privately Held,
Non Profit,
Educational Institution,
Partnership,
Self Employed,
Self Owned,
Government Agency
company_locations

Company Location URN, can be obtained in /linkedin/search/locations, only geo urn type is allowed. Or location name.

Example:
{
"by name": "Tokyo",
"list": ["urn:li:geo:103689695"]
}
current_companies

Current company URN, only company urn type is allowed. Or company name.

Example:
{
"by name": "microsoft",
"list": ["urn:li:company:1441"]
}
past_companies

Past company URN, only company urn type is allowed or company name. Or company name.

Example:
{
"by name": "microsoft",
"list": ["urn:li:company:1441"]
}
industry

Industry URN, can be obtained in /linkedin/search/industries, only industry urn type is allowed. Or industry name.

Example:
{
"by name": "IT",
"list": ["urn:li:industry:96"]
}
is_posted_on_linkedin
boolean | null

Users who have recently published content on the platform

company_keyword
string
default:""

Keyword for current company text filter in Sales Navigator.

past_company_keyword
string
default:""

Keyword for past company text filter in Sales Navigator.

Response

Successful Response

internal_id
LinkedinURN · object
required
urn
LinkedinURN · object
required
name
string
required
url
string
required
@type
string
default:LinkedinSalesNavigatorSearchUsersUser
image
string | null
headline
string | null
location
string | null
is_premium
boolean
default:false
current_companies
LinkedinSalesNavigatorSearchUsersCurrentCompany · object[]