POST

People Search Quickenrich API

/v1/run/people_search.quickenrich

Build a prospect list by title, industry, headcount, revenue, or location, and see which people have a work email or phone on file before you pay to reveal one. Contact values themselves are masked here; use Person Enrichment or the QuickEnrich company contacts search to resolve them.

Category enrichmentRequests / mo 1Routing 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": {
    "hasMore": true,
    "page": 29,
    "pageSize": 29,
    "people": [
      {
        "address": "123 Main St",
        "addressLine2": "123 Main St",
        "city": "San Francisco",
        "companyDomain": "example.com",
        "companyEmail": "alex@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",
        "emailDomain": "alex@example.com",
        "empId": "a1b2c3d4",
        "firstName": "Alex",
        "hasEmail": true,
        "hasLinkedin": true,
        "hasPhone": true,
        "lastName": "Rivera",
        "linkedinUrl": "https://example.com/page",
        "locality": "example",
        "postalCode": "94107",
        "region": "CA",
        "title": "Example title"
      }
    ],
    "total": 12500,
    "totalPages": 12500
  },
  "found": true
}
Response interface
interface PeopleSearchQuickenrichResponse {
  data: {
    hasMore: boolean;
    page: number;
    pageSize: number;
    people: {
      address?: string;
      addressLine2?: string;
      city?: string;
      companyDomain?: string;
      companyEmail?: string;
      companyEmployeeCount?: string;
      companyIndustry?: string;
      companyLinkedinUrl?: string;
      companyName?: string;
      companyPhone?: string;
      companyRevenue?: string;
      country?: string;
      emailDomain?: string;
      empId?: string;
      firstName: string;
      hasEmail: boolean;
      hasLinkedin: boolean;
      hasPhone: boolean;
      lastName?: string;
      linkedinUrl?: string;
      locality?: 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
curl -X POST https://api.getanyapi.com/v1/run/people_search.quickenrich \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"country":{"include":["US"]},"hasEmail":true,"limit":2,"title":{"include":["CEO"]}}'
FieldTypeExample value
Request body
citystringFilter on city name.
companyDomainstringFilter on employer website domain.
companyNamestringFilter on employer name.
countrystring{"include":["US"]}Filter on ISO 3166-1 alpha-2 country code, e.g. "US".
employeeCountstringFilter on employer headcount band. These bands differ from the companyEmployeeCount string returned on a result.
hasEmailbooleantrueKeep only people with a work email on file. The address itself is not returned here.
hasPhonebooleanKeep only people with a phone on file. The number itself is not returned here.
industrystringFilter on the employer's LinkedIn industry label. Values must match the QuickEnrich industry vocabulary exactly, e.g. "IT Services and IT Consulting".
limitinteger2Maximum people to return on this page.
linkedinBiostringFilter on words found in the employer's LinkedIn bio.
localitystringFilter on locality.
pageintegerOne-based result page.
revenuestringFilter on employer revenue band.
servicesstringFilter on the services the employer lists.
titlestring{"include":["CEO"]}Filter on job title.
Response
dataobjectOne page of results, or null when the request matched nothing.
data.hasMorebooleanWhether the upstream reports further pages beyond this one.
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[].addressLine2stringSecond address line on the employer record.
data.people[].citystringCity on the employer record.
data.people[].companyDomainstringEmployer website domain.
data.people[].companyEmailstringPublic address published on the employer home page.
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[].emailDomainstringDomain the work email resolves to.
data.people[].empIdstringQuickEnrich's stable record id for this person, for de-duplicating across pages.
data.people[].firstNamestringPerson's first name.
data.people[].hasEmailbooleanWhether a work email is held for this person. The address itself is masked on this SKU.
data.people[].hasLinkedinbooleanWhether a LinkedIn profile is held for this person.
data.people[].hasPhonebooleanWhether a phone is held for this person. The number itself is masked on this SKU.
data.people[].lastNamestringPerson's last name.
data.people[].linkedinUrlstringPerson's LinkedIn profile URL.
data.people[].localitystringLocality on the employer record.
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 filters matched no people.
Price
Price per requestUSD$0.0005
Price /1k reqUSD$0.50

FAQ

About the People Search Quickenrich API

The AnyAPI People Search Quickenrich API returns People Search quickenrich data as normalized JSON from one POST call to /v1/run/people_search.quickenrich. Build a prospect list by title, industry, headcount, revenue, or location, and see which people have a work email or phone on file before you pay to reveal one. Contact values themselves are masked here; use Person Enrichment or the QuickEnrich company contacts search to resolve them. AnyAPI returns one normalized schema whichever source serves it. It costs from $0.50 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 calls through AnyAPI succeeded, with a median response time of 1.1 seconds across 1 measured calls.

It costs from $0.50 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.

Build a prospect list by title, industry, headcount, revenue, or location, and see which people have a work email or phone on file before you pay to reveal one. Contact values themselves are masked here; use Person Enrichment or the QuickEnrich company contacts search to resolve them. 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 calls through AnyAPI succeeded, with a median response time of 1.1 seconds across 1 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