# FullEnrich People Search

> FullEnrich People Search is a paid API for AI agents from stable-enrich-git-shafu-merchant-health-sc-efad26-merit-systems.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Search for professional contacts by domain, seniority, title, location, or skills to retrieve enriched people data.

## Facts

- Endpoint: POST https://stable-enrich-git-shafu-merchant-health-sc-efad26-merit-systems.vercel.app/api/fullenrich/people-search
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fullenrich-people-search-489dd97f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8WhJm19DVUaaexBStvuWH

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 fullenrich-people-search-489dd97f -d '<json body>'
```

Example prompt: Find me up to 20 VP-level or above contacts in the marketing department at companies with the domain 'acme.com', located in San Francisco — I need their names, titles, and emails.

## When to prefer this

Use this endpoint when you need to discover and enrich professional contacts filtered by specific criteria such as company domain, job title, seniority, location, or skills — particularly for B2B sales prospecting, recruiting, or account-based marketing where you need structured people data at scale.

## Known failure modes

- 400 error if no search filter is provided (limit/offset alone is not sufficient)
- empty results if no contacts match the combination of filters
- rate limiting or payment failure if USDC balance is insufficient
- partial results if offset exceeds available records

## How this service works

FullEnrich People Search — contacts by domain, seniority, title, location, skills. $0.05/query. Requires at least one search filter; limit/offset alone → 400.

## Output

Returns a list of professional contact records matching the search filters, each containing person details such as name, job title, seniority level, email address, location, skills, and associated company domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "$schema": "https://json-schema.org/draft/2020-12/schema"
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fullenrich-people-search-489dd97f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-enrich-git-shafu-merchant-health-sc-efad26-merit-systems.vercel.app](https://www.zero.xyz/host/stable-enrich-git-shafu-merchant-health-sc-efad26-merit-systems.vercel.app/llms.txt)
