LinkedIn
Search LinkedIn Profiles
Search for LinkedIn profiles by name
POST
/
actions
/
linkedin
/
search
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
appUserId
string
requiredThe ID of the user to take the action for
cursor
string | null
Cursor for pagination, used to fetch the next page of results
profileName
string | null
Name of the person to search for
connectionsOf
string | null
Filter by connections of a specific profile. Use the ID of a profile returned from the searchProfiles, listConnections, or listConversations endpoints.
networkDistance
enum<string>[] | null
Filter by network distance. For example pass in [1, 2] to get 1st and 2nd degree connections.
Available options:
1
, 2
, 3
, 4
appUserPoolId
string | null
The ID of the user pool that contains the user ID
Response
200 - application/json
pageCount
integer
requiredTotal number of items in the current page
profiles
object[]
requiredtotalCount
integer
requiredTotal number of items across all pages
cursor
string | null
Cursor to fetch the next page of results, if available
Was this page helpful?