Apollo API

Apollo Organizations search API

Search organizations by location, employee range, industry, and keywords with normalized company records and pagination totals.

POST/v1/run/apollo.organizations_search
Uptime
100.00%
30d · 64 calls
Requests
64
30d · weekly, last 12 wks
Response
1.7s
median · 30d

Pricing

One price, in dollars

Providers
Apollo64 served100.00% uptime1472ms p50$12.00/1k reqflat

Try it

Make your first request

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": {
    "limit": 42,
    "organizations": [
      {
        "annualRevenue": 19.99,
        "annualRevenueDisplay": "example",
        "domain": "example.com",
        "facebookUrl": "https://example.com/page",
        "foundedYear": 2024,
        "id": "a1b2c3d4",
        "image": "https://example.com/image.jpg",
        "linkedinUrl": "https://example.com/page",
        "naicsCodes": [
          "a1b2c3d4"
        ],
        "name": "Example title",
        "sicCodes": [
          "a1b2c3d4"
        ],
        "twitterUrl": "https://example.com/page",
        "websiteUrl": "https://example.com/page"
      }
    ],
    "page": 29,
    "total": 12500,
    "totalPages": 12500
  },
  "found": true
}
Response interface
interface ApolloOrganizationsSearchResponse {
  data: {
    limit: number;
    organizations: {
      annualRevenue?: number;
      annualRevenueDisplay?: string;
      domain?: string;
      facebookUrl?: string;
      foundedYear?: number;
      id: string;
      image?: string;
      linkedinUrl?: string;
      naicsCodes?: string[];
      name: string;
      sicCodes?: string[];
      twitterUrl?: string;
      websiteUrl?: string;
    }[];
    page: 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-16 · uptime and latency measured over 30d
POST /v1/run/apollo.organizations_search
curl -X POST https://api.getanyapi.com/v1/run/apollo.organizations_search \
  -H "Authorization: Bearer $ANYAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{"keywords":"Apollo","limit":3,"page":1}'
FieldTypeExample value
Request body
employeeRangesarrayEmployee-count ranges in Apollo notation, such as 51,200.
industryIdsarrayApollo industry tag identifiers to match.
keywordsstring"Apollo"Keywords to match across organization records.
limitinteger3Maximum organizations returned on this page.
locationsarrayHeadquarters locations to match.
pageinteger1One-based result page.
Response
dataobject
data.limitintegerPage size returned by the upstream database.
data.organizationsobject[]Organizations on this page.
data.organizations[].annualRevenuenumberEstimated annual revenue in USD.
data.organizations[].annualRevenueDisplaystringHuman-readable estimated annual revenue.
data.organizations[].domainstringPrimary organization domain.
data.organizations[].facebookUrlstringCanonical Facebook page URL.
data.organizations[].foundedYearintegerYear the organization was founded.
data.organizations[].idstringStable organization identifier.
data.organizations[].imagestringOrganization logo URL.
data.organizations[].linkedinUrlstringCanonical LinkedIn company URL.
data.organizations[].naicsCodesstring[]NAICS industry codes.
data.organizations[].namestringOrganization name.
data.organizations[].sicCodesstring[]SIC industry codes.
data.organizations[].twitterUrlstringCanonical X or Twitter profile URL.
data.organizations[].websiteUrlstringCanonical organization website URL.
data.pageintegerOne-based page returned.
data.totalintegerTotal matching organizations.
data.totalPagesintegerTotal available pages.
foundbooleanWhether any matching organizations were found.
Price
Price per requestUSD$0.012
Price /1k reqUSD$12.00

FAQ

About the Apollo Organizations search API

The AnyAPI Apollo Organizations search API returns Apollo organizations search data as normalized JSON from one POST call to /v1/run/apollo.organizations_search. Search organizations by location, employee range, industry, and keywords with normalized company records and pagination totals. AnyAPI returns one normalized schema whichever source serves it. It costs from $12 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 100.0% of Apollo organizations search calls through AnyAPI succeeded, with a median response time of 1.7 seconds across 64 measured calls.

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

Search organizations by location, employee range, industry, and keywords with normalized company records and pagination totals. 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 Apollo organizations search calls through AnyAPI succeeded, with a median response time of 1.7 seconds across 64 measured calls. These are AnyAPI's own measurements of traffic through the gateway, recomputed continuously, not a published service-level target.