# FullEnrich People Search

> FullEnrich People Search is a paid API for AI agents from stable-enrich-git-shafu-stabledomains-pork-25b57c-merit-systems.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Search for professional contacts by domain, seniority, job title, location, and skills using the FullEnrich API

## Facts

- Endpoint: POST https://stable-enrich-git-shafu-stabledomains-pork-25b57c-merit-systems.vercel.app/api/fullenrich/people-search
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fullenrich-people-search-1832b4e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZdqCiO2YUGXOHT8oijMSo

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-1832b4e8 -d '<json body>'
```

Example prompt: Find VP-level contacts in the engineering department at stripe.com — search by domain 'stripe.com' with seniority 'VP' and return up to 10 results.

## When to prefer this

Use this endpoint when you need to discover multiple professional contacts at a company filtered by seniority, title, location, or skills — ideal for building targeted outreach lists or account-based prospecting. Prefer it over the sibling PDL Person Enrich endpoint when you don't have specific emails or LinkedIn URLs and need to search broadly. Start with domain + seniority filters for best results.

## Known failure modes

- Missing required search filter (domain, seniority, title, or location) returns 400 — at least one substantive filter beyond limit/offset is required
- Using invalid seniority enum values like 'c_suite' instead of 'C-level' returns 400 — must use FullEnrich-specific enums
- Querying unindexed domains returns empty results or limited data
- Malformed POST body or missing Content-Type header returns 400
- Exhausted quota or unpaid balance returns 402 payment required

## How this service works

FullEnrich People Search — contacts by domain, seniority, title, location, skills. $0.05/query. Requires a search filter; limit/offset alone → 400. Prefer seniority over titles; start domain+seniority. Use FullEnrich enums (C-level, VP) — c_suite returns 400. Some domains unindexed.

## Output

A list of professional contact records matching the search filters, including names, job titles, seniority levels, email addresses, and other available profile data indexed by FullEnrich for the queried 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": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "required": [
      "limit",
      "offset"
     ],
     "properties": {
      "limit": {
       "type": "integer",
       "default": 3,
       "maximum": 100,
       "minimum": 1,
       "description": "Max people to return. Default 3; raise when you need more (flat $0.05/query regardless of limit)."
      },
      "offset": {
       "type": "integer",
       "default": 0,
       "maximum": 9007199254740991,
       "minimum": 0
      },
      "search_after": {
       "type": "string",
       "description": "Cursor token for pagination beyond offset 10,000."
      },
      "excludeFields": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "person_skills": {
       "type": "array",
       "items": {
        "type": "object",
        "required": [
         "value"
        ],
        "properties": {
         "value": {
          "type": "string"
         },
         "exact_match": {
          "type": "boolean",
          "description": "String match only — does not resolve brand intent. For ambiguous names (ElevenLabs, Runway), verify domain/headcount in results; rank #1 may be wrong entity."
         }
        },
        "additionalProperties": false
       }
      },
      "person_locations": {
       "type": "array",
       "items": {
        "type": "object",
        "required": [
         "value"
        ],
        "properties": {
         "value": {
          "type": "string"
         },
         "exact_match": {
          "type": "boolean",
          "description": "String match only — does not resolve brand intent. For ambiguous names (ElevenLabs, Runway), verify domain/headcount in results; rank #1 may be wrong entity."
         }
        },
        "additionalProperties": false
       },
       "description": "Pair with current_company_domains — location alone is very broad. Some domains (e.g. figma.com) return zero people regardless of filters."
      },
      "past_company_domains": {
       "type": "array",
       "items": {
        "type": "object",
        "required": [
         "value"
        ],
        "properties": {
         "value": {
      
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fullenrich-people-search-1832b4e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-enrich-git-shafu-stabledomains-pork-25b57c-merit-systems.vercel.app](https://www.zero.xyz/host/stable-enrich-git-shafu-stabledomains-pork-25b57c-merit-systems.vercel.app/llms.txt)
