LinkedIn People Search avatar

LinkedIn People Search

Pricing

$4.50 / 1,000 results

Go to Apify Store
LinkedIn People Search

LinkedIn People Search

Search public LinkedIn profiles by first and last name. Extract profile URLs, locations, experience, profile images, and other professional data with clean structured JSON output for lead generation, recruitment, CRM enrichment, automation, and market research.

Pricing

$4.50 / 1,000 results

Rating

0.0

(0)

Developer

Hamza

Hamza

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

5

Monthly active users

2 days ago

Last modified

Share

LinkedIn People Search Scraper

Search LinkedIn for public profiles by first name + last name and get back clean, structured JSON. Perfect for recruiting pipelines, lead enrichment, candidate sourcing, and audience research.

What this Actor does

Given a list of search queries like:

[
{ "first_name": "Jorge", "last_name": "Robles" },
{ "first_name": "jane", "last_name": "doe" }
]

…the Actor returns one item per matching public profile, with fields such as the profile URL, display name, location, current experience, and education.

Output

Each item in the dataset has this shape:

{
"url": "https://www.linkedin.com/in/jorge-d-robles/",
"name": "Jorge Robles",
"subtitle": null,
"location": "New York",
"experience": "Software Engineer, +3 more",
"education": ", +4 more",
"avatar": null,
"timestamp": "2026-05-17T01:09:49.010Z",
"input": {
"url": "https://www.linkedin.com",
"first_name": "Jorge",
"last_name": "Robles"
}
}

Field reference:

FieldTypeDescription
urlstringPublic LinkedIn profile URL
namestring | nullDisplay name as shown on the profile
subtitlestring | nullTagline / headline (when available)
locationstring | nullCity / region
experiencestring | nullCurrent company plus a "+N more" summary
educationstring | nullMost recent school plus a "+N more" summary
avatarstring | nullURL of the profile picture (when available)
timestampstringISO timestamp of when the record was collected
inputobjectThe search query that produced this row (first_name, last_name, url)

Input

FieldTypeRequiredDescription
searchesarray of objectsyesList of { first_name, last_name, url? } queries
timeoutMinutesinteger (1–180)noMaximum time to wait for the provider response before failing. Default: 20

Example input:

{
"searches": [
{ "first_name": "james", "last_name": "smith" },
{ "first_name": "Lisa", "last_name": "Ledger" }
],
}

Limits & responsible use

  • The Actor only returns information that is publicly accessible from LinkedIn search results.
  • Respect LinkedIn's Terms of Service and applicable privacy laws (GDPR, CCPA, etc.) when using the data.