# Apollo — Profile search

Find people in Apollo's database matching a free-text query, then resolve each hit into a full record HTML version: https://www.socialrouter.io/services/apollo/profile.search

## Call it

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

{ "queries": ["growth engineer"] }
```

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

## Input

- `Free-text keywords describing the people to find. Narrow with the options below rather than by writing a longer query`. Example: `growth engineer`

## Options

- `titles` (string) — Comma-separated job titles. Similar titles are matched too, e.g. "head of growth, growth lead".
- `seniorities` (string) — Comma-separated seniority levels: owner, founder, c_suite, partner, vp, head, director, manager, senior, entry, intern.
- `locations` (string) — Comma-separated locations the person lives in, e.g. "Paris, London".
- `companyLocations` (string) — Comma-separated locations of the employer's headquarters.
- `companyDomains` (string) — Comma-separated employer domains, e.g. "stripe.com, figma.com".
- `employeeRange` (string) — Employer headcount range, e.g. "11,50".
- `emailStatus` (enum: verified | unverified | likely_to_engage | unavailable) — Only people whose work email has this status.
- `enrich` (boolean), default `true` — Resolve each hit into a full profile, which is the only way to obtain a LinkedIn URL and an unmasked name. Consumes 1 credit per person matched on your own provider account. Set false for a credit-free preview: masked last names, no LinkedIn URL, is_obfuscated: true on every record.
- `revealPersonalEmails` (boolean), default `false` — Also return personal email addresses. Consumes extra credits on your own provider account.

## 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
