POST

Company Search Quickenrich API

/v1/run/company_search.quickenrich

Find companies by name, domain, industry, headcount, revenue, services, or location, and get back their site, LinkedIn, and contact details. Billed per company returned.

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
↳ 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": {
    "companies": [
      {
        "city": "San Francisco",
        "country": "US",
        "domain": "example.com",
        "email": "alex@example.com",
        "emailDomain": "alex@example.com",
        "employeeCount": "example",
        "finalEmailDomain": "alex@example.com",
        "homePageText": "A short example description of this item.",
        "industry": "general",
        "linkedinBio": "https://example.com/page",
        "linkedinUrl": "https://example.com/page",
        "name": "Example title",
        "phone": "+1 555-0142",
        "region": "CA",
        "revenue": "example",
        "serviceCount": 12500,
        "services": null
      }
    ],
    "hasMore": true,
    "page": 29,
    "pageSize": 29,
    "total": 12500,
    "totalPages": 12500
  },
  "found": true
}
Response interface
interface CompanySearchQuickenrichResponse {
  data: {
    companies: {
      city?: string;
      country?: string;
      domain?: string;
      email?: string;
      emailDomain?: string;
      employeeCount?: string;
      finalEmailDomain?: string;
      homePageText?: string;
      industry?: string;
      linkedinBio?: string;
      linkedinUrl?: string;
      name: string;
      phone?: string;
      region?: string;
      revenue?: string;
      serviceCount?: number;
      services?: any;
    }[];
    hasMore: boolean;
    page: number;
    pageSize: number;
    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/company_search.quickenrich
curl -X POST https://api.getanyapi.com/v1/run/company_search.quickenrich \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"country":{"include":["US"]},"employeeCount":{"include":["20 - 99"]},"limit":2}'
FieldTypeExample value
Request body
citystringFilter on city name.
companyDomainstringFilter on company website domain. Include only; exclude is rejected upstream.
companyNamestringFilter on company name.
countrystring{"include":["US"]}Filter on ISO 3166-1 alpha-2 country code, e.g. "US".
employeeCountstring{"include":["20 - 99"]}Filter on headcount band. Note these bands differ from the employeeCount string returned on a result.
homePageTextstringFilter on words found in the company home page text.
includeFullTextbooleanReturn the full home page text on each company instead of a snippet.
industrystringFilter on industry label. Values must match the QuickEnrich industry vocabulary exactly, e.g. "IT Services and IT Consulting".
limitinteger2Maximum companies to return on this page. Every company returned is billed.
linkedinBiostringFilter on words found in the company LinkedIn bio.
pageintegerOne-based result page.
revenuestringFilter on revenue band.
servicesstringFilter on the services a company lists.
Response
dataobjectOne page of results, or null when the request matched nothing.
data.companiesobject[]Companies on this page.
data.companies[].citystringCity on the employer record.
data.companies[].countrystringISO 3166-1 alpha-2 country code on the employer record.
data.companies[].domainstringCompany website domain.
data.companies[].emailstringWork email address.
data.companies[].emailDomainstringDomain the work email resolves to.
data.companies[].employeeCountstringHeadcount band, e.g. "20 - 99". Upstream band vocabulary; "Not Available" means the band is unknown.
data.companies[].finalEmailDomainstringDomain the company's email addresses finally resolve to after redirects.
data.companies[].homePageTextstringHome page text. A snippet unless includeFullText was set.
data.companies[].industrystringIndustry label.
data.companies[].linkedinBiostringCompany LinkedIn bio snippet.
data.companies[].linkedinUrlstringPerson's LinkedIn profile URL.
data.companies[].namestringCompany name.
data.companies[].phonestringDirect business phone line held for the person. Mostly desk lines; read phoneType before treating it as a mobile.
data.companies[].regionstringState or region code on the employer record.
data.companies[].revenuestringRevenue band, e.g. "1 - 2.5 Million". Upstream band vocabulary; "Not Available" means the band is unknown.
data.companies[].serviceCountintegerHow many services the company lists.
data.companies[].servicesanyServices the company lists. Passed through untyped: every captured response so far has this empty, so the element shape is unverified.
data.hasMorebooleanWhether the upstream reports further pages beyond this one.
data.pageintegerOne-based page this response covers.
data.pageSizeintegerRecords per page upstream applied.
data.totalintegerTotal records matching the request.
data.totalPagesintegerTotal pages available.
foundbooleanFalse when the filters matched no companies.
Price
Price per request (ceiling)USD$0.72
Price /1k resultsUSD$7.20

FAQ

About the Company Search Quickenrich API

The AnyAPI Company Search Quickenrich API returns Company Search quickenrich data as normalized JSON from one POST call to /v1/run/company_search.quickenrich. Find companies by name, domain, industry, headcount, revenue, services, or location, and get back their site, LinkedIn, and contact details. Billed per company returned. AnyAPI returns one normalized schema whichever source serves it. It costs $7.20 per 1,000 results, and never more than $0.72 for a single request, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Company Search quickenrich calls through AnyAPI succeeded, with a median response time of 0.9 seconds across 1 measured calls.

It costs $7.20 per 1,000 results, and never more than $0.72 for a single request, 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.

Find companies by name, domain, industry, headcount, revenue, services, or location, and get back their site, LinkedIn, and contact details. Billed per company returned. 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 Company Search quickenrich calls through AnyAPI succeeded, with a median response time of 0.9 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