Search LinkedIn profiles
Full-text search across LinkedIn profile fields using BM25 ranking. Returns full profile data including employment, education, skills, and contact info. Requires PROFESSIONAL service. Credits: 1 per result returned.
Request body
Example request
{
"query": "senior software engineer machine learning",
"maxResults": 50,
"first": 50,
"enablePagination": true,
"after": "Y3Vyc29yOjEyMzQ1"
}Response
Search results retrieved successfully
Example response
{
"liUsers": [
{
"id": "abc123def456",
"linkedin_url": "https://linkedin.com/in/jdoe",
"full_name": "Jane Doe",
"score": 12.5,
"github": {
"id": "9f0b8901cf1848298a60a60083b5aac0",
"githubId": "MDQ6VXNlcjU4MzIzMQ==",
"login": "octocat",
"displayName": "The Octocat",
"bio": "I build things for GitHub",
"company": "GitHub",
"location": "San Francisco, CA",
"websiteUrl": "https://github.blog",
"socialAccounts": [
{
"provider": "twitter",
"url": "https://twitter.com/github"
}
],
"emails": [
"***at@github.com",
"***hn@gmail.com"
],
"resolvedCountry": "United States",
"resolvedState": "California",
"resolvedCity": "San Francisco",
"createdAt": "2011-01-25T18:44:36Z",
"updatedAt": "2024-01-15T12:30:00Z",
"embeddedAt": "2024-01-15T14:00:00Z",
"score": 0.12,
"aggregates": {
"totalStars": 12500
}
}
}
],
"count": 25
}Changes
Changed in 4 of the 43 revisions of this API.26
- ▲
removed
subschema #1subschema #2subschema #3from thefiltersrequest propertyanyOflistrequest-property-any-of-removed
- ○
added
subschema #1subschema #2subschema #3to thefiltersrequest propertyanyOflistrequest-property-any-of-added
- ▲
- ○
added the new optional request property
includeAttributesnew-optional-request-property
- ○
added the optional property
liUsers/items/githubto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed
subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9from therankBy/allOf[RankExpr]/request propertyoneOflistrequest-property-one-of-removed
- ○
removed discriminator from
rankBy/allOf[RankExpr]/request propertyrequest-property-discriminator-removed
- ○
added
subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10to therankBy/allOf[RankExpr]/request propertyoneOflistrequest-property-one-of-added
- ▲
- ○
endpoint added
endpoint-added
- ○