Skip to main content
POST
Look up people
The People Look Up endpoint returns a single person when you already know who you are looking for. Provide an identifier and the API matches the best corresponding profile. The most reliable way to match a person is their professional network URL or ID. You can also look up by full name combined with a company identifier (domain, professional network URL, or professional network ID) to disambiguate the match. The response has the same shape as Search People, but always contains at most one person. Search API pricing

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Provide at least one identifier to match a single person. The professional network URL or ID is the most reliable. A full name can be combined with a company identifier (domain, professional network URL, or professional network ID) to disambiguate the match.

person_name
string

Full name of the person to look up.

Example:

"Enzo Romera"

person_professional_network_url
string

Professional network profile URL of the person.

Example:

"https://www.linkedin.com/in/enzo-romera"

person_professional_network_id
integer

Professional network profile ID of the person.

Example:

530992355

company_professional_network_url
string

Professional network URL of the company the person works for. Used to disambiguate when looking up by name.

Example:

"https://www.linkedin.com/company/anthropic"

company_professional_network_id
integer

Professional network ID of the company the person works for. Used to disambiguate when looking up by name.

Example:

1883877

company_domain
string

Domain of the company the person works for. Used to disambiguate when looking up by name.

Example:

"anthropic.com"

Response

OK

people
object[]

Array containing the matching person. Returns an empty array if no match is found.

metadata
object