Person Enrichment Quickenrich API
Turn a work email into the person behind it: name, title, LinkedIn, and their employer's firmographics. Coverage is strongest for small and local businesses.
- 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 PersonEnrichmentQuickenrichResponse {
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/person_enrichment.quickenrich \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"email":"wprice@southmemphisfence.com"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| string | "wprice@southmemphisfence.com"Exact work email address to look up. | |
| 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 | Whether the address matched a person. |
| Price | ||
| Price per request | USD | $0.0072 |
| Price /1k req | USD | $7.20 |
FAQ
About the Person Enrichment Quickenrich API
The AnyAPI Person Enrichment Quickenrich API returns Person Enrichment quickenrich data as normalized JSON from one POST call to /v1/run/person_enrichment.quickenrich. Turn a work email into the person behind it: name, title, LinkedIn, and their employer's firmographics. Coverage is strongest for small and local businesses. 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 Person Enrichment quickenrich calls through AnyAPI succeeded, with a median response time of 0.7 seconds across 1 measured calls.
More to call
Other Person Enrichment endpoints
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.