People Search Quickenrich company API
List the known contacts at one company domain, with work emails and direct phone lines where they are held. Returns up to 20 people per page for a flat per-request price. Coverage is strongest for small and local businesses.
- Category enrichmentRequests / mo 4Routing 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": {
"page": 29,
"pageSize": 29,
"people": [
{
"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"
}
],
"total": 12500,
"totalPages": 12500
},
"found": true
}interface PeopleSearchQuickenrichCompanyResponse {
data: {
page: number;
pageSize: number;
people: {
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;
}[];
total: number;
totalPages: number;
} | 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/people_search.quickenrich_company \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"companyDomain":"southmemphisfence.com"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| companyDomain | string | "southmemphisfence.com"Company website domain, normalized upstream (example.com or https://example.com both work). |
| page | integer | One-based result page. Each page holds up to 20 people. |
| title | string | One job title, or several comma-separated, e.g. "CEO, CFO". |
| Response | ||
| data | object | One page of results, or null when the request matched nothing. |
| data.page | integer | One-based page this response covers. |
| data.pageSize | integer | Records per page upstream applied. |
| data.people | object[] | People on this page. |
| data.people[].address | string | Street address on the employer record. |
| data.people[].city | string | City on the employer record. |
| data.people[].companyDomain | string | Employer website domain. |
| data.people[].companyEmployeeCount | string | Employer headcount band, e.g. "20 - 99". Upstream band vocabulary; "Not Available" means the band is unknown. |
| data.people[].companyIndustry | string | Employer industry label. |
| data.people[].companyLinkedinUrl | string | Employer LinkedIn company URL. |
| data.people[].companyName | string | Employer name. |
| data.people[].companyPhone | string | Employer main phone line. |
| data.people[].companyRevenue | string | Employer revenue band, e.g. "1 - 2.5 Million". Upstream band vocabulary; "Not Available" means the band is unknown. |
| data.people[].country | string | ISO 3166-1 alpha-2 country code on the employer record. |
| data.people[].email | string | Work email address. |
| data.people[].emailDomain | string | Domain the work email resolves to. |
| data.people[].emailVerifiedUtc | number | UTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds. |
| data.people[].firstName | string | Person's first name. |
| data.people[].lastName | string | Person's last name. |
| data.people[].linkedinUrl | string | Person's LinkedIn profile URL. |
| data.people[].phone | string | Direct business phone line held for the person. Mostly desk lines; read phoneType before treating it as a mobile. |
| data.people[].phoneType | string | Line type reported upstream, e.g. "mobile" or "landline". |
| data.people[].postalCode | string | Postal code on the employer record. |
| data.people[].region | string | State or region code on the employer record. |
| data.people[].title | string | Person's job title. |
| data.total | integer | Total records matching the request. |
| data.totalPages | integer | Total pages available. |
| found | boolean | False when the domain matched no contacts. |
| Price | ||
| Price per request | USD | $0.0072 |
| Price /1k req | USD | $7.20 |
FAQ
About the People Search Quickenrich company API
The AnyAPI People Search Quickenrich company API returns People Search quickenrich company data as normalized JSON from one POST call to /v1/run/people_search.quickenrich_company. List the known contacts at one company domain, with work emails and direct phone lines where they are held. Returns up to 20 people per page for a flat per-request price. 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 People Search quickenrich company calls through AnyAPI succeeded, with a median response time of 1.3 seconds across 4 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.