Skip to main content
To effectively utilize the LinkedIn Recruiter Lite Search API, follow these steps to extract valuable profile information.
1

Navigate to LinkedIn Recruiter Lite Search

Go to LinkedIn Recruiter Lite Search https://www.linkedin.com/talent/search.
2

Apply Filters

Customize your search by applying the necessary filters.
3

Copy URL

Copy the URL from your browser’s address bar.
4

Paste URL

Paste the copied URL into the provided input field.

Inputs

linkedin_recruiter_search_url
string
required
A LinkedIn Recruiter Search URL should start with ‘https://www.linkedin.com/recruiter/smartsearch?’ or ‘https://www.linkedin.com/talent/search?‘

Parameters

max_results
number
default:100
Maximum number of results per search input.

Output Fields

The API returns the following fields:
Below is the JSON schema for the output fields:
{
  "company_name": "string",
  "connection_degree": "string",
  "education": "string",
  "experiences": "string",
  "first_name": "string",
  "full_name": "string",
  "headline": "string",
  "industry": "string",
  "job_seeker": "boolean",
  "job_title": "string",
  "last_name": "string",
  "linkedin_people_post_search_url": "string",
  "linkedin_profile_id": "string",
  "linkedin_profile_url": "string",
  "location": "string",
  "profile_image_url": "string",
  "sales_navigator_profile_id": "string"
}
Ensure that the LinkedIn Recruiter Search URL is correctly formatted to avoid errors during the extraction process.