# Apollo — Company search

Find companies matching an industry, a keyword or a name, with headcount and location filters HTML version: https://www.socialrouter.io/services/apollo/company.search

## Call it

```
POST https://api.socialrouter.io/v1/extract/apollo/company.search
Authorization: Bearer <your API key>
Content-Type: application/json

{ "queries": ["developer tools"] }
```

The response shape does not depend on which offer ran; `served_by` names the one that did.

## Input

- `Free-text keywords describing the companies to find (an industry or market by default, a company name with match: "name")`. Example: `developer tools`

## Options

- `match` (enum: keywords | name) — What the query matches: the company's industry/keyword tags (default, e.g. "fintech"), or its name.
- `locations` (string) — Comma-separated headquarters locations.
- `excludeLocations` (string) — Comma-separated headquarters locations to exclude.
- `employeeRange` (string) — Headcount range, e.g. "51,200".
- `technologies` (string) — Comma-separated technologies the company uses, e.g. "salesforce, hubspot".
- `revenueMin` (number) — Minimum annual revenue, in USD.
- `revenueMax` (number) — Maximum annual revenue, in USD.

## Offers, in failover order

1. `apollo/apollo` — your own key per record, up to 1 input per call, requires a provider key you registered

## See also

- Catalogue as JSON: https://api.socialrouter.io/v1/services
- OpenAPI 3.1 spec: https://api.socialrouter.io/v1/openapi.json
- Agent overview: https://www.socialrouter.io/llms.txt
- Sitemap: https://www.socialrouter.io/sitemap.xml
- Docs: https://docs.socialrouter.io
