# FullEnrich People Search

> FullEnrich People Search is a paid API for AI agents from stable-enrich-git-shafu-stableenrich-peopl-60ba0c-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 FullEnrich's people database

## Facts

- Endpoint: POST https://stable-enrich-git-shafu-stableenrich-peopl-60ba0c-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-ae40ee24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KXT_yzsQ0OIsjP9pCDamR

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

Example prompt: Find me up to 20 VP-level or above contacts in sales or marketing at companies with domain acme.com, located in New York.

## When to prefer this

Choose this endpoint when you need to discover and enrich professional contacts filtered by company domain, seniority, job title, location, or skills — especially for B2B sales prospecting, partnership outreach, or talent sourcing. Prefer this over generic LinkedIn scraping or contact lookup tools when you need structured, filterable results from a dedicated people enrichment database.

## Known failure modes

- 400 Bad Request if only limit/offset provided with no real search filter
- 400 Bad Request if required filter fields are missing or malformed
- 402 Payment Required if USDC payment is not included or insufficient
- 429 Too Many Requests if rate limits are exceeded
- Empty result set if no contacts match the given filters

## How this service works

FullEnrich People Search — contacts by domain, seniority, title, location, skills. Requires at least one search filter; limit/offset alone → 400.

## Output

Returns a list of professional contact profiles matching the search filters, including name, job title, seniority level, location, skills, company, and where available email address.

## 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-ae40ee24/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stable-enrich-git-shafu-stableenrich-peopl-60ba0c-merit-systems.vercel.app](https://www.zero.xyz/host/stable-enrich-git-shafu-stableenrich-peopl-60ba0c-merit-systems.vercel.app/llms.txt)
