To effectively utilize the LinkedIn Recruiter Lite Search API, follow these steps to extract valuable profile information.
Navigate to LinkedIn Recruiter Lite Search
Apply Filters
Customize your search by applying the necessary filters.
Copy URL
Copy the URL from your browser’s address bar.
Paste URL
Paste the copied URL into the provided input field.
linkedin_recruiter_search_url
Parameters
Maximum number of results per search input.
Output Fields
The API returns the following fields:
First name of the profile
Indicates if the profile is a job seeker
linkedin_people_post_search_url
LinkedIn post-search URL
sales_navigator_profile_id
Sales Navigator profile ID
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.