# Apollo Organization Search via AnyAPI

> Apollo Organization Search via AnyAPI is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.012/call, status down (last checked 2026-09-15).

Searches Apollo's database of companies by keywords, locations, industry, and employee size, returning paginated organization profiles with firmographic details.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/apollo.organizations_search
- Price: $0.012/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-organization-search-via-anyapi-f486a90b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OQO6H7MqdQ86Ar3rmoII9

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability apollo-organization-search-via-anyapi-f486a90b -d '<json body>'
```

Example prompt: Search Apollo for SaaS companies headquartered in Austin, Texas with between 51 and 200 employees — show me the first page of 10 results and include their websites and LinkedIn pages.

## When to prefer this

Choose this endpoint when you need to search and filter companies using Apollo's firmographic database — especially for sales prospecting, lead list building, or competitive research requiring filtering by location, industry, and company size. Prefer this over generic web search when you need structured, machine-readable company data with LinkedIn, revenue, and employee fields. Use when you need paginated bulk results across thousands of organizations rather than a single company lookup.

## Known failure modes

- Invalid industryIds return empty result sets or errors — must use Apollo-specific tag identifiers
- employeeRanges must follow Apollo notation (e.g. '51,200') otherwise query may fail
- Overly broad keyword searches may hit rate limits or return irrelevant results
- Page number beyond totalPages returns empty data array
- Missing required credentials result in 401 unauthorized
- Malformed location strings may return zero results

## How this service works

AnyAPI apollo.organizations_search (Apollo Organization Search)

## Output

Returns a paginated list of matching organizations with rich firmographic data per record: stable organization ID, name, primary domain, website URL, LinkedIn/Twitter/Facebook URLs, logo image, founded year, annual revenue, employee count, SIC and NAICS industry codes. Also returns pagination metadata including current page, page size, total matching organizations, and total available pages.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apollo-organization-search-via-anyapi-f486a90b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
