Email Finding Quickenrich API
Find a work email from a LinkedIn profile, or from a company domain plus a name. Coverage is strongest for small and local businesses and thin for large technology employers.
- Category enrichmentRequests / mo 1Routing 1 lane · no failover
Pricing
One price, in dollars
pay per request · no subscription · fallbacks added as the catalog growsTry it
Make your first request
run it free, no key · same shape for every API{
"data": {
"address": "123 Main St",
"city": "San Francisco",
"companyDomain": "example.com",
"companyEmployeeCount": "Acme Inc",
"companyIndustry": "Acme Inc",
"companyLinkedinUrl": "https://example.com/page",
"companyName": "Acme Inc",
"companyPhone": "+1 555-0142",
"companyRevenue": "Acme Inc",
"country": "US",
"email": "alex@example.com",
"emailDomain": "alex@example.com",
"emailVerifiedUtc": 12.5,
"firstName": "Alex",
"lastName": "Rivera",
"linkedinUrl": "https://example.com/page",
"phone": "+1 555-0142",
"phoneType": "+1 555-0142",
"postalCode": "94107",
"region": "CA",
"title": "Example title"
},
"found": true
}interface EmailFindingQuickenrichResponse {
data: {
address?: string;
city?: string;
companyDomain?: string;
companyEmployeeCount?: string;
companyIndustry?: string;
companyLinkedinUrl?: string;
companyName?: string;
companyPhone?: string;
companyRevenue?: string;
country?: string;
email: string;
emailDomain?: string;
emailVerifiedUtc?: number;
firstName?: string;
lastName?: string;
linkedinUrl?: string;
phone?: string;
phoneType?: string;
postalCode?: string;
region?: string;
title?: string;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-03 · uptime and latency measured over 30dcurl -X POST https://api.getanyapi.com/v1/run/email_finding.quickenrich \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"companyDomain":"southmemphisfence.com","firstName":"Warren","lastName":"Price"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| companyDomain | string | "southmemphisfence.com"Company website domain, normalized upstream (example.com or https://example.com both work). |
| firstName | string | "Warren"Person's first name. |
| lastName | string | "Price"Person's last name. |
| linkedinUrl | string | LinkedIn profile URL. Provide this, or companyDomain with firstName and lastName. |
| Response | ||
| data | object | Normalized record, or null when the request matched nothing. |
| data.address | string | Street address on the employer record. |
| data.city | string | City on the employer record. |
| data.companyDomain | string | Employer website domain. |
| data.companyEmployeeCount | string | Employer headcount band, e.g. "20 - 99". Upstream band vocabulary; "Not Available" means the band is unknown. |
| data.companyIndustry | string | Employer industry label. |
| data.companyLinkedinUrl | string | Employer LinkedIn company URL. |
| data.companyName | string | Employer name. |
| data.companyPhone | string | Employer main phone line. |
| data.companyRevenue | string | Employer revenue band, e.g. "1 - 2.5 Million". Upstream band vocabulary; "Not Available" means the band is unknown. |
| data.country | string | ISO 3166-1 alpha-2 country code on the employer record. |
| data.email | string | Work email address. |
| data.emailDomain | string | Domain the work email resolves to. |
| data.emailVerifiedUtc | number | UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. |
| data.firstName | string | Person's first name. |
| data.lastName | string | Person's last name. |
| data.linkedinUrl | string | Person's LinkedIn profile URL. |
| data.phone | string | Direct business phone line held for the person. Mostly desk lines; read phoneType before treating it as a mobile. |
| data.phoneType | string | Line type reported upstream, e.g. "mobile" or "landline". |
| data.postalCode | string | Postal code on the employer record. |
| data.region | string | State or region code on the employer record. |
| data.title | string | Person's job title. |
| found | boolean | False when no email matched, including when the person was located but no address is held for them. |
| Price | ||
| Price per request | USD | $0.0072 |
| Price /1k req | USD | $7.20 |
FAQ
About the Email Finding Quickenrich API
The AnyAPI Email Finding Quickenrich API returns Email Finding quickenrich data as normalized JSON from one POST call to /v1/run/email_finding.quickenrich. Find a work email from a LinkedIn profile, or from a company domain plus a name. Coverage is strongest for small and local businesses and thin for large technology employers. AnyAPI returns one normalized schema whichever source serves it. It costs from $7.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Email Finding quickenrich calls through AnyAPI succeeded, with a median response time of 1.9 seconds across 1 measured calls.
Get started
Two ways to start on AnyAPI
Humans fund a USD wallet and pay per request. Agents point a coding agent at one URL and onboard themselves.