# StableEnrich FullEnrich People Search

> StableEnrich FullEnrich People Search is a paid API for AI agents from enrichx402.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Search for people profiles using 20+ filters including company domain, seniority, title, location, and skills via FullEnrich, returning structured professional profiles

## Facts

- Endpoint: POST https://enrichx402.com/api/fullenrich/people-search
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableenrich-fullenrich-people-search-34927e28
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D8Szzr1lLvKdxAcSIWuEk

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 stableenrich-fullenrich-people-search-34927e28 -d '<json body>'
```

Example prompt: Search FullEnrich for VP-level sales people currently working at companies under the domain salesforce.com — I want their names, titles, and locations, and include employment history in the results.

## When to prefer this

Choose this endpoint when you need to search for people profiles at scale using company-centric filters like domain, LinkedIn URL, or company name combined with professional attributes like seniority, title, skills, or location. It is particularly strong for B2B sales prospecting, talent sourcing, and competitive intelligence use cases. Prefer this over general web search when you need structured professional profile data with employment and education history. The pay-per-result pricing model ($0.15 only when matches are found) makes it cost-efficient for exploratory searches.

## Known failure modes

- No matches found for the given filters — free call, empty results array returned
- Invalid or unsupported filter combinations causing bad request error
- Company domain not recognized or not indexed in FullEnrich database
- Rate limiting or payment failure preventing query execution
- Overly broad queries returning truncated or paginated results

## 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.15 when results found; free when no matches.

## Output

Returns an array of people objects, each containing full name, job title, location (city, region, country), skills list, languages, education history, and employment data. By default the lean response includes a companies map with company_id references; passing include_employment_history or verbose mode returns full employment history per person.

## 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/stableenrich-fullenrich-people-search-34927e28/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from enrichx402.com](https://www.zero.xyz/host/enrichx402.com/llms.txt)
