# Apollo News Search via Locus x402

> Apollo News Search 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-15).

Searches for recent news articles related to specific Apollo-indexed organizations, returning paginated news results for sales intelligence purposes.

## Facts

- Endpoint: POST https://apollo.x402.paywithlocus.com/apollo/news-search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apollo-news-search-via-locus-x402-e2a269e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__lgJV34D2e8qBDUju9F6F

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-news-search-via-locus-x402-e2a269e2 -d '<json body>'
```

Example prompt: Pull the latest news for Apollo organization IDs 'org_abc123' and 'org_def456' — give me the first page with 25 results so I can see what's been happening at these companies before I reach out.

## When to prefer this

Choose this endpoint when you need to surface recent news or press coverage for specific companies already identified by their Apollo organization IDs, particularly for sales trigger identification or pre-outreach research. It's ideal when you already have Apollo org IDs from a prior people/company search and want to add news context. Prefer this over general web search when you need structured, paginated news data tied specifically to Apollo's company database.

## Known failure modes

- Invalid or non-existent Apollo organization IDs return empty data sets
- Missing organization_ids array results in no results or validation error
- Pagination beyond available results returns empty data
- Payment failure via x402 protocol blocks the request entirely
- Rate limiting may occur with large organization_ids arrays

## How this service works

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

## Output

Returns a paginated JSON response containing news articles associated with the specified Apollo organization IDs, along with payment settlement details (USDC amount settled and authorized), a unique request ID, a status URL for tracking, and a success flag. The core data object contains the news items for the queried organizations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "page": {
   "type": "number"
  },
  "per_page": {
   "type": "number"
  },
  "organization_ids": {
   "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-news-search-via-locus-x402-e2a269e2/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)
