v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
People Enrichment

Role Finder

Provide the company name or domain and the required job title, and retrieve the corresponding person.

post/v1/people/role-finder

Request body

company_namestring

Business Profile URL (with url or public_identifier)

company_domainstring

Company domain

job_titlestring

Enter the job title you want to find in the company.

Response

Successful response with role details

namestring
profile_urlstring
first_namestring
last_namestring
messagestring
credits_consumedinteger
company_namestring
company_websitestring

Example response

{
  "name": "Alex Rivera",
  "profile_url": "alex-rivera",
  "first_name": "Alex",
  "last_name": "Rivera",
  "message": "Role found.",
  "credits_consumed": 2,
  "company_name": "Leadmagic",
  "company_website": "leadmagic.io"
}