# FullEnrich People Search

> FullEnrich People Search is a paid API for AI agents from stable-enrich-git-shafu-fix-fullenrich-nbsp-enums-merit-systems.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-14).

Search for people by company domain, LinkedIn URL, seniority, title, location, skills, and 20+ filters, returning enriched professional profiles with optional employment history.

## Facts

- Endpoint: POST https://stable-enrich-git-shafu-fix-fullenrich-nbsp-enums-merit-systems.vercel.app/api/fullenrich/people-search
- Price: $0.14/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-dab87311
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k0n2Mac8wdeCv5xMawSE7

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

Example prompt: Search FullEnrich for senior engineers at Stripe — filter by company domain stripe.com, seniority level 'senior', and include employment history so I can see their full career background.

## When to prefer this

Choose this endpoint when you need to search for people by professional attributes such as company domain, seniority, title, location, or skills — especially when building lead lists, mapping org charts, or identifying contacts at specific companies. Prefer this over email/phone lookup endpoints when you need filtered discovery rather than enrichment of a known person. The pay-per-result pricing model ($0.14 only when matches found) makes it cost-effective for exploratory searches.

## Known failure modes

- No matches found — returns empty result set at no charge
- Invalid company domain or LinkedIn URL format causes filter failure
- Overly restrictive filter combination returns zero results
- Rate limits or quota exhaustion on the FullEnrich side
- Unrecognized seniority or title enum values cause filter rejection
- Payment failure if USDC balance insufficient when results are found

## How this service works

FullEnrich People Search — filter by company domain/name/LinkedIn URL, seniority, title, location, skills, and 20+ FullEnrich filters. Default lean roster: companies map + company_id refs; include_employment_history or verbose for full history. $0.14 when results found; free when no matches.

## Output

Returns a list of matching people profiles including name, job title, seniority, location, company references (company map + company_id), and optionally full employment history. The lean default response includes company mapping and ID references; verbose or include_employment_history flags return full career histories. Returns empty results (free) when no matches are found, or costs $0.14 USDC when results are returned.

## 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
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {
      "people": {
       "type": "array",
       "items": {
        "type": "object",
        "properties": {
         "id": {
          "type": "string"
         },
         "skills": {
          "type": "array",
          "items": {
           "type": "string"
          }
         },
         "location": {
          "type": "object",
          "properties": {
           "city": {
            "type": "string"
           },
           "region": {
            "type": "string"
           },
           "country": {
            "type": "string"
           },
           "country_code": {
            "type": "string"
           }
          },
          "additionalProperties": {}
         },
         "full_name": {
          "type": "string"
         },
         "languages": {
          "type": "array",
          "items": {
           "type": "object",
           "properties": {
            "language": {
             "type": "string"
            },
            "proficiency": {
             "type": "string"
            }
           },
           "additionalProperties": {}
          }
         },
         "last_name": {
          "type": "string"
         },
         "educations": {
          "type": "array",
          "items": {
           "type": "object",
           "properties": {
            "degree": {
             "type": "string"
            },
            "end_at": {
             "type": "string"
            },
            "start_at": {
             "type": "string"
            },
            "school_name": {
             "type": "string"
      
… (truncated)
```

## More

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