# FullEnrich People Search

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

Search for people/professionals using filters like company domain, seniority, job title, location, skills, and 20+ FullEnrich-specific criteria, returning enriched contact and employment data.

## Facts

- Endpoint: POST https://stable-enrich-git-shafu-fullenrich-search-pricing-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-08001a52
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qG54EUaEwNEARvHPYmQtc

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

Example prompt: Find me senior marketing managers at companies in the SaaS industry based in New York — filter by the domain 'hubspot.com' and include their employment history so I can see their career background.

## When to prefer this

Choose this endpoint when you need to search for people/professionals using rich structured filters like company domain, seniority, title, skills, or location — especially for B2B lead generation, sales prospecting, or recruiting workflows. It is pay-per-result (free when no matches), making it cost-efficient for exploratory queries. Prefer this over company search when the target entity is a person rather than an organization.

## Known failure modes

- No matches found (free, returns empty result set)
- Invalid or unresolvable company domain/LinkedIn URL (returns error or empty)
- Too-broad filters returning excessive results requiring narrowing
- Missing required filter parameters causing request rejection
- Network or provider timeout from upstream FullEnrich API

## 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 professional profiles with fields including name, job title, seniority, company affiliation, company ID references, location, and (if requested via include_employment_history or verbose mode) full employment history. Results are structured in a lean roster by default with company map and company_id refs. No charge when no matches are found; $0.14 USDC per call 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-08001a52/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-enrich-git-shafu-fullenrich-search-pricing-merit-systems.vercel.app](https://www.zero.xyz/host/stable-enrich-git-shafu-fullenrich-search-pricing-merit-systems.vercel.app/llms.txt)
