Skip to main content
GET
/
people
/
find
Get data from captaindata people find
curl --request GET \
  --url https://api.captaindata.com/v1/people/find \
  --header 'X-API-Key: <api-key>'
{
  "li_profile_url": "<string>",
  "uid": "<string>",
  "li_profile_id": 123
}
This operation costs 2 credits.Search accuracy tips:
  • Full Name only: Basic search that may return multiple results for common names
  • Full Name + Company Name: Significantly increases the accuracy of finding the correct person by narrowing down the search scope
  • The system automatically treats your input as exact phrase matches (no need to add quotes)
  • Example: John Smith and Acme Corporation for precise results
This endpoint returns limited profile information (UID, LinkedIn profile URL, and LinkedIn profile ID). For detailed profile data, use the Enrich People endpoint.

Authorizations

X-API-Key
string
header
required

Query Parameters

full_name
string
required

Full Name

company_name
string

Company Name

Response

Successful response

li_profile_url
string<url>
uid
string
li_profile_id
number