# Apollo Bulk Organization Enrichment via Locus x402

> Apollo Bulk Organization Enrichment via Locus x402 is a paid API for AI agents from apollo.x402.paywithlocus.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Enriches up to 10 company domains at once with firmographic and sales intelligence data from Apollo's 275M+ contact database

## Facts

- Endpoint: POST https://apollo.x402.paywithlocus.com/apollo/bulk-org-enrichment
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-bulk-organization-enrichment-via-locus-x402-a30348c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wihlopPRCmo-As38O29jC

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

Example prompt: Can you enrich these companies for me using Apollo — I need firmographic details for anthropic.com, openai.com, and mistral.ai?

## When to prefer this

Use this endpoint when you need to enrich multiple company domains (up to 10) in a single API call rather than enriching them one at a time. It is ideal for batch sales prospecting workflows, CRM enrichment pipelines, or any scenario where you have a list of company domains and need Apollo's firmographic data. Prefer this over single-company enrichment when processing 2–10 domains at once to minimize round trips and cost overhead.

## Known failure modes

- Invalid or non-existent domains return empty or null records for those entries
- Exceeding 10 domains per request results in a validation error
- Payment failure causes the request to be rejected before processing
- Some domains may have limited or no Apollo coverage, returning sparse data
- Network timeouts on the x402 payment layer may cause transaction failures

## How this service works

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

## Output

A JSON object containing enriched organization data for each submitted domain, sourced from Apollo's database of 275M+ contacts. Typically includes company name, industry, employee count, revenue range, location, technology stack, funding information, and other firmographic attributes. Also returns payment confirmation details (settled USDC amount) and a request ID with status URL for tracking.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domains": {
   "type": "array",
   "items": {
    "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-bulk-organization-enrichment-via-locus-x402-a30348c9/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)
