v1
latestOpenAPI 3.0.02026-07-249301.3 MBLinkedIn Specific
Perform Linkedin search
Search people and companies from the Linkedin Classic as well as Sales Navigator APIs. Check out our Guide with examples to master LinkedIn search : https://developer.unipile.com/docs/linkedin-search
post/api/v1/linkedin/search
Query parameters
cursorstring
A cursor for pagination purposes. To get the next page of entries, you need to make a new request and fulfill this field with the cursor received in the preceding request. This process should be repeated until all entries have been retrieved.
limitinteger
A limit for the number of items returned in the response. Can bet set up to 100 results for Sales Navigator and Recruiter, but Linkedin Classic shouldn't exceed 50.
account_idstring required
The ID of the account to trigger the request from.
Request body
Response
OK. Request succeeded.
Example response
{
"items": [
{
"posted_at": "2025-12-31T23:59:59.999Z"
}
]
}