# Apollo — Company info

Resolve a company from a domain, a LinkedIn URL or an Apollo id into firmographics: size, industry, funding, headquarters HTML version: https://www.socialrouter.io/services/apollo/company.info

## Call it

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

{ "identifiers": ["stripe.com"] }
```

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

## Input

- `<domain>` — Bare domain — no scheme, no www, no path.. Example: `stripe.com`
- `https://www.linkedin.com/company/<slug>`. Example: `https://www.linkedin.com/company/stripe`

## Options

None.

## Offers, in failover order

1. `apollo/apollo` — your own key per record, up to 10 inputs 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
