# FullEnrich People Search

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

Search for people/professionals using 20+ filters including company domain, seniority, title, location, skills, industry, and job function via FullEnrich's people database

## Facts

- Endpoint: POST https://stable-enrich-git-shafu-stableenrich-peopl-a13b22-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-92d05621
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1K4mDzqZ7fmHEekgGqi6s

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

Example prompt: Search FullEnrich for senior-level product managers at companies in the SaaS industry based in San Francisco — return up to 25 results.

## When to prefer this

Use this endpoint when you need to search for professionals using rich multi-dimensional filters (company domain, seniority, skills, industry, etc.) rather than enriching a known contact. Prefer this over basic LinkedIn scrapers when you need structured, filterable people data with 20+ filter dimensions. Best suited for B2B prospecting, talent sourcing, or building targeted contact lists where you know the profile characteristics but not the individuals.

## Known failure modes

- 400 Bad Request if no substantive filter is provided (limit/offset alone is not sufficient)
- 400 Bad Request for invalid filter values or malformed filter combinations
- Empty result set if filters are too restrictive or no matching profiles exist
- Rate limiting or quota errors if volume limits are exceeded
- Authentication/payment failure if x402 payment is not properly handled

## How this service works

FullEnrich People Search — filter by company domain/name/LinkedIn URL, seniority, title, location, skills, industry, job function, tenure, and 20+ other FullEnrich filters. Requires at least one filter; limit/offset alone → 400.

## Output

A list of professional profiles matching the specified filters, each containing available fields such as full name, current job title, company name, seniority level, location, LinkedIn URL, skills, industry, and job function. Results are paginated via limit/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": {
     "$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
  }
 }
}
```

## More

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