# Apollo — Profile info

Resolve a person from any handle you hold — an email, a LinkedIn URL, an Apollo id — into a full record with work email, title and employer HTML version: https://www.socialrouter.io/services/apollo/profile.info

## Call it

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

{ "identifiers": ["alexandre@trustlist.ai"] }
```

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

## Input

- `<email>` — The strongest match key — use it whenever you have one.. Example: `alexandre@trustlist.ai`
- `https://www.linkedin.com/in/<handle>`. Example: `https://www.linkedin.com/in/williamhgates`
- `<provider_id>` — A provider-side record id, as returned by the matching search service.. Example: `5f3a1c9e2b4d6a0001c8e7f2`

## Options

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