Catalog/People Search/Quickenrich company
POST

People Search Quickenrich company API

/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.

Category enrichmentRequests / mo 4Routing 1 lane · no failover
Get ~100 free requests

Pricing

One price, in dollars

pay per request · no subscription · fallbacks added as the catalog grows
Request
Gateway request
discovered operation
↓
Router
↓
Providers · 1
↳ One lane serves this endpoint today, so a failed call has nowhere to fail over to. Failed attempts are never billed. Uptime, latency and traffic are measured through the gateway, last 30 days.

Try it

Make your first request

run it free, no key · same shape for every API
Open in
Get a free key
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
  "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
}
Response interface
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 30d
POST /v1/run/people_search.quickenrich_company
curl -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"}'
FieldTypeExample value
Request body
companyDomainstring"southmemphisfence.com"Company website domain, normalized upstream (example.com or https://example.com both work).
pageintegerOne-based result page. Each page holds up to 20 people.
titlestringOne job title, or several comma-separated, e.g. "CEO, CFO".
Response
dataobjectOne page of results, or null when the request matched nothing.
data.pageintegerOne-based page this response covers.
data.pageSizeintegerRecords per page upstream applied.
data.peopleobject[]People on this page.
data.people[].addressstringStreet address on the employer record.
data.people[].citystringCity on the employer record.
data.people[].companyDomainstringEmployer website domain.
data.people[].companyEmployeeCountstringEmployer headcount band, e.g. "20 - 99". Upstream band vocabulary; "Not Available" means the band is unknown.
data.people[].companyIndustrystringEmployer industry label.
data.people[].companyLinkedinUrlstringEmployer LinkedIn company URL.
data.people[].companyNamestringEmployer name.
data.people[].companyPhonestringEmployer main phone line.
data.people[].companyRevenuestringEmployer revenue band, e.g. "1 - 2.5 Million". Upstream band vocabulary; "Not Available" means the band is unknown.
data.people[].countrystringISO 3166-1 alpha-2 country code on the employer record.
data.people[].emailstringWork email address.
data.people[].emailDomainstringDomain the work email resolves to.
data.people[].emailVerifiedUtcnumberUTC epoch timestamp in seconds (Unix time). Multiply by 1000 for a JS Date in milliseconds.
data.people[].firstNamestringPerson's first name.
data.people[].lastNamestringPerson's last name.
data.people[].linkedinUrlstringPerson's LinkedIn profile URL.
data.people[].phonestringDirect business phone line held for the person. Mostly desk lines; read phoneType before treating it as a mobile.
data.people[].phoneTypestringLine type reported upstream, e.g. "mobile" or "landline".
data.people[].postalCodestringPostal code on the employer record.
data.people[].regionstringState or region code on the employer record.
data.people[].titlestringPerson's job title.
data.totalintegerTotal records matching the request.
data.totalPagesintegerTotal pages available.
foundbooleanFalse when the domain matched no contacts.
Price
Price per requestUSD$0.0072
Price /1k reqUSD$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.

It costs from $7.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.

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. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.

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. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.

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.

Get ~100 free requests
Works with
Terminal agentsClaude CodeCursorCodexMCP clients