Search LinkedIn people
Search LinkedIn people by first and/or last name.
Headers
Get your API keyAPI key (`sfk_...`)
First name filter. At least one of `firstName` or `lastName` is required.
max 128 chars
Last name filter. At least one of `firstName` or `lastName` is required.
max 128 chars
Endpoint-specific response payload.
Whether the people search completed for this request.
one of: found, not_found
People matching the search criteria.
Person display name.
min 1 chars
LinkedIn profile URL for this search result.
min 1 chars
Subtitle line shown on the search result when available.
Location label when available.
Experience summary string from LinkedIn search.
Education summary string from LinkedIn search.
Avatar image URL when available.
Summary counts for this search response.
Number of people returned in this response.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/linkedin/people/search?firstName=James&lastName=Smith" \
-H "x-api-key: YOUR_API_KEY"Responses
People search results. Check `data.lookupStatus` and `data.people`.