linkedin_sn_search_users
Search LinkedIn users with Sales Navigator filters to find professionals by name, title, company, location, education, and other criteria for targeted outreach and recruitment.
Instructions
Advanced search for LinkedIn users using Sales Navigator filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
company_locations | No | Company location URN (geo:*) or name, or array of them | |
company_sizes | No | Company size ranges | |
company_types | No | Company types | |
count | Yes | Maximum number of results (max 2500) | |
current_companies | No | Current company URN (company:*) or name, or array of them | |
current_titles | No | Exact words to search in current titles | |
education | No | Education URN (company:*) or name, or array of them | |
first_names | No | Exact first names to search for | |
functions | No | Job functions | |
industry | No | Industry URN (industry:*) or name, or array of them | |
keywords | No | Any keyword for searching in the user profile. Using this may reduce result count. | |
languages | No | Profile languages | |
last_names | No | Exact last names to search for | |
levels | No | Job seniority levels | |
location | No | Location URN (geo:*) or name, or array of them | |
past_companies | No | Past company URN (company:*) or name, or array of them | |
past_titles | No | Exact words to search in past titles | |
timeout | No | Timeout in seconds (20-1500) | |
years_in_the_current_company | No | Years in current company ranges | |
years_in_the_current_position | No | Years in current position ranges |
Input Schema (JSON Schema)
{
"properties": {
"company_locations": {
"description": "Company location URN (geo:*) or name, or array of them",
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
},
"company_sizes": {
"description": "Company size ranges",
"items": {
"enum": [
"Self-employed",
"1-10",
"11-50",
"51-200",
"201-500",
"501-1,000",
"1,001-5,000",
"5,001-10,000",
"10,001+"
],
"type": "string"
},
"type": "array"
},
"company_types": {
"description": "Company types",
"items": {
"enum": [
"Public Company",
"Privately Held",
"Non Profit",
"Educational Institution",
"Partnership",
"Self Employed",
"Self Owned",
"Government Agency"
],
"type": "string"
},
"type": "array"
},
"count": {
"default": 10,
"description": "Maximum number of results (max 2500)",
"maximum": 2500,
"minimum": 1,
"type": "number"
},
"current_companies": {
"description": "Current company URN (company:*) or name, or array of them",
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
},
"current_titles": {
"description": "Exact words to search in current titles",
"items": {
"type": "string"
},
"type": "array"
},
"education": {
"description": "Education URN (company:*) or name, or array of them",
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
},
"first_names": {
"description": "Exact first names to search for",
"items": {
"type": "string"
},
"type": "array"
},
"functions": {
"description": "Job functions",
"items": {
"enum": [
"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"
],
"type": "string"
},
"type": "array"
},
"industry": {
"description": "Industry URN (industry:*) or name, or array of them",
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
},
"keywords": {
"description": "Any keyword for searching in the user profile. Using this may reduce result count.",
"type": "string"
},
"languages": {
"description": "Profile languages",
"items": {
"enum": [
"Arabic",
"English",
"Spanish",
"Portuguese",
"Chinese",
"French",
"Italian",
"Russian",
"German",
"Dutch",
"Turkish",
"Tagalog",
"Polish",
"Korean",
"Japanese",
"Malay",
"Norwegian",
"Danish",
"Romanian",
"Swedish",
"Bahasa Indonesia",
"Czech"
],
"type": "string"
},
"type": "array"
},
"last_names": {
"description": "Exact last names to search for",
"items": {
"type": "string"
},
"type": "array"
},
"levels": {
"description": "Job seniority levels",
"items": {
"enum": [
"Entry",
"Director",
"Owner",
"CXO",
"Vice President",
"Experienced Manager",
"Entry Manager",
"Strategic",
"Senior",
"Trainy"
],
"type": "string"
},
"type": "array"
},
"location": {
"description": "Location URN (geo:*) or name, or array of them",
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
},
"past_companies": {
"description": "Past company URN (company:*) or name, or array of them",
"items": {
"type": "string"
},
"type": [
"string",
"array"
]
},
"past_titles": {
"description": "Exact words to search in past titles",
"items": {
"type": "string"
},
"type": "array"
},
"timeout": {
"default": 300,
"description": "Timeout in seconds (20-1500)",
"maximum": 1500,
"minimum": 20,
"type": "number"
},
"years_in_the_current_company": {
"description": "Years in current company ranges",
"items": {
"enum": [
"0-1",
"1-2",
"3-5",
"6-10",
"10+"
],
"type": "string"
},
"type": "array"
},
"years_in_the_current_position": {
"description": "Years in current position ranges",
"items": {
"enum": [
"0-1",
"1-2",
"3-5",
"6-10",
"10+"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"count"
],
"type": "object"
}