# Hunter Company Discover via Locus x402

> Hunter Company Discover via Locus x402 is a paid API for AI agents from hunter.x402.paywithlocus.com, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-14).

Searches and discovers companies matching filters like industry, headcount, technology, and location for lead generation and outreach.

## Facts

- Endpoint: POST https://hunter.x402.paywithlocus.com/hunter/discover
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hunter-company-discover-via-locus-x402-690b5628
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DqzU0hVjix1_td-z7cHNd

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 hunter-company-discover-via-locus-x402-690b5628 -d '<json body>'
```

Example prompt: Find me up to 20 private SaaS companies headquartered in San Francisco with 11-50 employees that use Salesforce — I'm building a prospecting list for outreach.

## When to prefer this

Use this endpoint when you need to discover and filter companies for B2B lead generation, prospecting, or market research — especially when filtering by industry, headcount, technology, or similarity to a known domain. Prefer this over generic web search when you need structured company data with enrichment fields ready for outreach workflows. Best suited for agents building sales pipelines, performing competitor analysis, or sourcing partnership targets.

## Known failure modes

- No companies match the provided filters — empty results returned
- Invalid headcount range format causes a validation error
- Query too broad returns maximum results without useful specificity
- Rate limiting or payment failure causes request rejection
- Similar-to domain not recognized returns empty or irrelevant results

## How this service works

Locus public pay-per-use API

## Output

Returns a JSON object with a list of matching company profiles including organization details, industry, headcount, technology stack, location, and other enrichment data, along with payment settlement info and a request ID for tracking.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "number"
  },
  "query": {
   "type": "string"
  },
  "offset": {
   "type": "number"
  },
  "industry": {
   "type": "string"
  },
  "keywords": {
   "type": "string"
  },
  "headcount": {
   "type": "string"
  },
  "similar_to": {
   "type": "string"
  },
  "technology": {
   "type": "string"
  },
  "company_type": {
   "type": "string"
  },
  "organization": {
   "type": "string"
  },
  "headquarters_location": {
   "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/hunter-company-discover-via-locus-x402-690b5628/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hunter.x402.paywithlocus.com](https://www.zero.xyz/host/hunter.x402.paywithlocus.com/llms.txt)
