LinkedIn People Search
Pricing
$4.50 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
7
Total users
5
Monthly active users
2 days ago
Last modified
Categories
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:
| Field | Type | Description |
|---|---|---|
url | string | Public LinkedIn profile URL |
name | string | null | Display name as shown on the profile |
subtitle | string | null | Tagline / headline (when available) |
location | string | null | City / region |
experience | string | null | Current company plus a "+N more" summary |
education | string | null | Most recent school plus a "+N more" summary |
avatar | string | null | URL of the profile picture (when available) |
timestamp | string | ISO timestamp of when the record was collected |
input | object | The search query that produced this row (first_name, last_name, url) |
Input
| Field | Type | Required | Description |
|---|---|---|---|
searches | array of objects | yes | List of { first_name, last_name, url? } queries |
timeoutMinutes | integer (1–180) | no | Maximum 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.