Employee Search (via Sales Navigator)
Get Search Results
API Documentation
Personal Data
Company Data
Employee Search (via Sales Navigator)
Company Search (via Sales Navigator)
Post Data
Job Search
Employee Search (via Sales Navigator)
Get Search Results
GET
/
get-search-results
curl --request GET \
--url https://fresh-linkedin-profile-data.p.rapidapi.com/get-search-results \
--header 'x-rapidapi-key: <api-key>'
{
"data": [
{
"about": "Experienced Store Manager with a history in the retail fashion industry.",
"city": "Paris",
"company": "Aubade Paris",
"company_domain": "aubade.fr",
"company_employee_range": "201 - 500",
"company_id": "1324737",
"company_industry": "Retail Apparel and Fashion",
"company_linkedin_url": "https://www.linkedin.com/company/aubade",
"company_logo_url": "https://example.com/logo.png",
"company_website": "http://www.aubade.fr",
"company_year_founded": 1958,
"country": "France",
"educations": [
{
"degree": "Master of Science",
"field_of_study": "Marketing",
"school": "Université Paris Dauphine",
"start_year": 2016,
"end_year": 2018
}
],
"experiences": [
{
"company": "Aubade Paris",
"date_range": "Jan 2018 - Present",
"title": "Store Manager",
"description": "Managed operations and team of 10 staff.",
"duration": "5 years",
"location": "Paris, France"
}
],
"first_name": "Alexia",
"last_name": "Routier",
"job_title": "Directrice boutique",
"location": "Cannes, France",
"linkedin_url": "https://www.linkedin.com/in/alexia-routier"
}
],
"message": "Success",
"search_params": {
"query": "store manager",
"filters": [
"location:Paris"
],
"sort": "relevance"
},
"total_count": 123,
"total_employees": 500
}
-
Get search results. Please make sure the search is done before calling this endpoint.
-
Pricing: 0.5 credits per result.
Authorizations
Query Parameters
Example:
"dd1b29063de8927b31fa523d36432b61"
The page number for paginated results. Maximum 100 results returned per page.
Example:
1
Response
200
application/json
Example:
"Experienced Store Manager with a history in the retail fashion industry."
Example:
"Paris"
Example:
"Aubade Paris"
Example:
"aubade.fr"
Example:
"201 - 500"
Example:
"1324737"
Example:
"Retail Apparel and Fashion"
Example:
"https://www.linkedin.com/company/aubade"
Example:
"https://example.com/logo.png"
Example:
"http://www.aubade.fr"
Example:
1958
Example:
"France"
Example:
"Aubade Paris"
Example:
"Jan 2018 - Present"
Example:
"Store Manager"
Example:
"Managed operations and team of 10 staff."
Example:
"5 years"
Example:
"Paris, France"
Example:
"Alexia"
Example:
"Routier"
Example:
"Directrice boutique"
Example:
"Cannes, France"
Example:
"https://www.linkedin.com/in/alexia-routier"
Example:
"Success"
Example:
123
Example:
500
curl --request GET \
--url https://fresh-linkedin-profile-data.p.rapidapi.com/get-search-results \
--header 'x-rapidapi-key: <api-key>'
{
"data": [
{
"about": "Experienced Store Manager with a history in the retail fashion industry.",
"city": "Paris",
"company": "Aubade Paris",
"company_domain": "aubade.fr",
"company_employee_range": "201 - 500",
"company_id": "1324737",
"company_industry": "Retail Apparel and Fashion",
"company_linkedin_url": "https://www.linkedin.com/company/aubade",
"company_logo_url": "https://example.com/logo.png",
"company_website": "http://www.aubade.fr",
"company_year_founded": 1958,
"country": "France",
"educations": [
{
"degree": "Master of Science",
"field_of_study": "Marketing",
"school": "Université Paris Dauphine",
"start_year": 2016,
"end_year": 2018
}
],
"experiences": [
{
"company": "Aubade Paris",
"date_range": "Jan 2018 - Present",
"title": "Store Manager",
"description": "Managed operations and team of 10 staff.",
"duration": "5 years",
"location": "Paris, France"
}
],
"first_name": "Alexia",
"last_name": "Routier",
"job_title": "Directrice boutique",
"location": "Cannes, France",
"linkedin_url": "https://www.linkedin.com/in/alexia-routier"
}
],
"message": "Success",
"search_params": {
"query": "store manager",
"filters": [
"location:Paris"
],
"sort": "relevance"
},
"total_count": 123,
"total_employees": 500
}