Skip to main content
POST
Find a person's professional email

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Body

application/json

Identifier fields are TOP-LEVEL (NOT nested under identifiers). Provide a name (first_name+last_name or full_name) AND a company (domain or company/company_name). LinkedIn URL/handle is not currently supported here — if that is all you have, call /people/enrich first with identifiers.linkedin_url to resolve name + domain, then call this endpoint.

first_name
string

Person's first name. Pair with last_name (or use full_name instead).

Minimum string length: 1
last_name
string

Person's last name. Pair with first_name.

Minimum string length: 1
full_name
string

Person's full name — alternative to first_name + last_name.

Minimum string length: 1
domain
string

Company root domain (e.g. "tesla.com"). Strongest company signal.

Minimum string length: 1
company
string

Company name (alias of company_name). Use when domain is unknown.

Minimum string length: 1
company_name
string

Company name (alias of company).

Minimum string length: 1
max_cost_cents
number
Required range: x >= 0

Response

Email finder result.

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object