# Apollo Job Postings via Locus x402

> Apollo Job Postings via Locus x402 is a paid API for AI agents from apollo.x402.paywithlocus.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Retrieves active job postings for a specific organization using Apollo's 275M+ contact and company intelligence database.

## Facts

- Endpoint: POST https://apollo.x402.paywithlocus.com/apollo/job-postings
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-job-postings-via-locus-x402-58fbaec9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j74Payxy19tBFGq4XvPce

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-job-postings-via-locus-x402-58fbaec9 -d '<json body>'
```

Example prompt: Pull the current job postings for Stripe using their Apollo organization ID — I want to see what roles they're actively hiring for right now.

## When to prefer this

Choose this endpoint when you have an Apollo organization ID and need structured job posting data for a specific company — particularly useful for sales prospecting based on hiring signals, competitive intelligence, or recruiting workflows that depend on Apollo's 275M+ contact database. Prefer this over general web scraping when you need clean, structured hiring data without parsing job board HTML.

## Known failure modes

- Invalid or unknown organization_id returns empty data or error
- Organization exists in Apollo but has no active job postings, returning empty results
- Missing organization_id causes request to fail or return generic error
- Payment settlement failure due to insufficient USDC balance
- Rate limiting or quota exceeded on the Apollo data source

## How this service works

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

## Output

Returns a JSON payload containing the organization's active job postings as indexed by Apollo, along with payment settlement details (settled and authorized USDC amounts) and a request ID with a status URL for tracking the call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "organization_id": {
   "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-job-postings-via-locus-x402-58fbaec9/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)
