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.
post/search/li-users
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
}