# Apollo People Enrichment via Locus x402

> Apollo People Enrichment via Locus x402 is a paid API for AI agents from apollo.x402.paywithlocus.com, paid per call via x402, $0.038/call, status healthy (last checked 2026-09-14, last successful call 2026-09-03).

Enrich a person's professional profile using email, name, LinkedIn URL, or Apollo ID, returning detailed contact and company intelligence from Apollo's 275M+ contact database.

## Facts

- Endpoint: POST https://apollo.x402.paywithlocus.com/apollo/people-enrichment
- Price: $0.038/call
- Payment: x402
- Status: healthy
- Last checked: 2026-09-14
- Last successful call: 2026-09-03
- Success rate: 100% of calls made through Zero
- Activations on Zero: 4
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-people-enrichment-via-locus-x402-a7d0c1d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f_uh6jeqybxmEvNO2-Y4k

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-people-enrichment-via-locus-x402-a7d0c1d5 -d '<json body>'
```

Example prompt: Can you pull up Apollo's enrichment data for Sarah Chen at Stripe — her email is sarah.chen@stripe.com — and include her phone number if available?

## When to prefer this

Choose this endpoint when you need to enrich a known person's professional profile using identifiers like email, name, LinkedIn URL, or company domain, and want access to Apollo's 275M+ contact database. Prefer it over generic enrichment services when you need B2B sales intelligence data, or when you specifically need to optionally reveal phone numbers or personal emails as part of the same call. Best suited for single-record enrichment rather than bulk prospecting.

## Known failure modes

- No matching person found in Apollo's database for the provided identifiers
- Insufficient identifiers supplied (need at least one of: email, LinkedIn URL, Apollo ID, or name+domain combination)
- Phone number reveal adds an additional $0.035 charge and may still return no number if unavailable
- Payment authorization failure via x402 protocol
- Rate limiting or upstream Apollo API unavailability

## How this service works

Locus public pay-per-use API

## Output

A JSON object containing the enriched person record from Apollo's database, including professional details such as job title, employer, LinkedIn URL, email addresses, and optionally phone numbers or personal emails if requested. Also includes payment settlement details and a request status URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string"
  },
  "email": {
   "type": "string"
  },
  "domain": {
   "type": "string"
  },
  "last_name": {
   "type": "string"
  },
  "first_name": {
   "type": "string"
  },
  "linkedin_url": {
   "type": "string"
  },
  "organization_name": {
   "type": "string"
  },
  "reveal_phone_number": {
   "type": "boolean"
  },
  "reveal_personal_emails": {
   "type": "boolean"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "payment": {
   "scheme": "exact",
   "settledUsdc": "0.001000",
   "authorizedMaxUsdc": "0.001000"
  },
  "request": {
   "id": "00000000-0000-4000-8000-000000000000",
   "statusUrl": "/requests/00000000-0000-4000-8000-000000000000"
  },
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apollo-people-enrichment-via-locus-x402-a7d0c1d5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apollo.x402.paywithlocus.com](https://www.zero.xyz/host/apollo.x402.paywithlocus.com/llms.txt)
