# Apollo Organization Enrichment via Locus x402

> Apollo Organization 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 unknown (last checked 2026-09-15).

Enriches a company/organization record with detailed firmographic and business intelligence data from Apollo's 275M+ contact database, given a domain, name, or Apollo org ID.

## Facts

- Endpoint: POST https://apollo.x402.paywithlocus.com/apollo/org-enrichment
- Price: $0.038/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-organization-enrichment-via-locus-x402-625b42d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LlS_YfJz4bVcVsh8-vAcv

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-organization-enrichment-via-locus-x402-625b42d0 -d '<json body>'
```

Example prompt: Can you pull up the Apollo organization profile for Stripe — use their domain stripe.com to get me their firmographic data like industry, headcount, and revenue?

## When to prefer this

Use this endpoint when you need structured firmographic data about a company (industry, size, revenue, location, funding) and have at least one of: a domain, company name, or Apollo org ID. Prefer it over generic web scraping when you need clean, structured B2B data from a maintained database of 275M+ contacts. Best suited for sales prospecting, CRM enrichment, and lead qualification workflows where per-call micropayment via USDC x402 is acceptable.

## Known failure modes

- Company not found in Apollo database — returns empty data object
- Invalid or unresolvable domain — no match returned
- Missing all input fields (id, domain, and organization_name all absent) — likely 400 error
- Payment failure via x402 protocol — transaction not settled
- Rate limiting or quota exceeded on Apollo API — upstream error
- Ambiguous company name with multiple matches — may return wrong org

## How this service works

People and company enrichment, lead search, and sales intelligence with 275M+ contacts.

## Output

Returns a JSON object with detailed organization/company data from Apollo's database, including firmographic fields such as industry, employee count, revenue, company description, location, funding, social profiles, and more. Also includes payment settlement details confirming the $0.038 USDC charge and a request tracking ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string"
  },
  "domain": {
   "type": "string"
  },
  "organization_name": {
   "type": "string"
  }
 }
}
```

## 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-organization-enrichment-via-locus-x402-625b42d0/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)
