Skip to main content
GET
Get data from captaindata people search
This endpoint allows you to search for people using Sales Navigator compatible search queries.Credit Cost: 1 credit per request + 1 credits per result. A full page of 25 results typically consumes 26 credits (1 + 25).
Copy the query string from a Sales Navigator people search URL and use it as the query parameter. Example: (keywords%3Aceo)
Not all Sales Navigator filters are compatible. Account-specific filters cannot be used.

Authorizations

X-API-Key
string
header
required

Query Parameters

cursor
string

Cursor value obtained from the X-Pagination-Next response header of a previous request, used to continue pagination. Cursors expire after 24 hours. If a cursor has expired or is invalid, pagination must be restarted from the beginning.

page_size
integer
default:25

Maximum number of results per page (read-only; defined by the endpoint, actual count may be lower in some cases like throttling or internal limits).

Required range: 25 <= x <= 25
query
string
required

A Sales Navigator People search compliant query param. Please copy the entire value of the query parameter from your LinkedIn Sales Navigator search URL (everything after ?query=) and paste it here.

Example:

"(keywords:\"Software Engineer\")"

Response

Successful response

uid
string
full_name
string
first_name
string
last_name
string
job_title
string
company_name
string
summary
string
location
string
li_profile_id
integer
li_profile_url
string<uri>
li_profile_image_url
string
li_company_id
integer
job_start
string<date-time>
job_end
string<date-time>
job_time_period
string
recently_hired
boolean
recently_promoted
boolean