# FullEnrich People Search

> FullEnrich People Search is a paid API for AI agents from stable-enrich-git-shafu-stableenrich-fulle-a23f83-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, or skills using the FullEnrich people search API.

## Facts

- Endpoint: POST https://stable-enrich-git-shafu-stableenrich-fulle-a23f83-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-e861db3c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UhnUocqBLW9OTVq3QuxVM

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

Example prompt: Find me up to 10 VP-level contacts in the marketing department at companies using the domain stripe.com — filter by seniority 'vp' and return their names, titles, and emails.

## When to prefer this

Choose this endpoint when you need to search for professional contacts by company domain, job title, seniority, location, or skills and want structured contact records back. It is ideal for B2B lead generation, recruiting outreach, and sales prospecting workflows where you need to filter a people database by professional attributes rather than looking up a single known individual by name or email.

## Known failure modes

- 400 error if no search filter is provided (limit/offset alone are insufficient)
- Empty results if no contacts match the given filter combination
- Incomplete contact records if email or certain fields are unavailable for matched individuals
- Rate limiting or quota errors if usage volume is high
- Invalid domain format may return zero results

## 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, including fields such as full name, job title, seniority level, company domain, location, skills, and email address where available. Results are paginated via limit and offset parameters.

## 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": {},
       "description": "Filter list. Plain strings and {\"value\":\"...\"} objects are both accepted."
      },
      "person_locations": {
       "type": "array",
       "items": {},
       "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": {},
       "description": "Filter list. Plain strings and {\"value\":\"...\"} objects are both accepted."
      },
      "current_company_domains": {
       "type": "array",
       "items": {},
       "description": "Filter list. Plain strings and {\"value\":\"...\"} objects are both accepted."
      },
      "current_position_titles": {
       "type": "array",
       "items": {},
       "description": "Exact title match only — far fewer results than seniority. Use for precise title needs, not population queries."
      },
      "current_position_years_in": {
       "type": "array",
       "items": {
        "type": "object",
        "properties": {
         "max": {
          "type": "number"
         },
         "min": {
          "type": "number"
         }
        },
        "additionalProperties": false
       }
      },
      "current_position_seniority_level": {
       "type": "array",
       "items": {},
       "description": "Preferred 
… (truncated)
```

## More

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