# AgentUtility People Search

> AgentUtility People Search is a paid API for AI agents from x402.agentutility.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Looks up a person using email, name, domain, or company context and returns a normalized public-data enrichment record with inferred identity fields, domain info, MX records, and homepage context.

## Facts

- Endpoint: POST https://x402.agentutility.ai/people-search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentutility-people-search-6098092d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CggY4LBS5x3nO-elA7YhB

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 agentutility-people-search-6098092d -d '<json body>'
```

Example prompt: Can you look up what you can find about a person named Sarah Chen who works at Acme Corp — I have her email sarah.chen@acmecorp.com — and tell me her company, domain, and any homepage or MX record details?

## When to prefer this

Choose this endpoint when you need lightweight, fast, pay-per-call people enrichment using public signals and have at least one identifier like an email, name, or company. It is ideal for lead enrichment workflows, CRM hydration, and identity resolution in agentic pipelines where you want USDC-settled, per-call pricing without a subscription. Prefer alternatives with proprietary databases (e.g. Clearbit, Apollo) if you need high-fidelity private data or phone numbers.

## Known failure modes

- Insufficient identifiers provided — no email, name, domain, or company supplied results in no match
- Person or domain has no publicly accessible data — returns empty or sparse record
- Ambiguous name with no company/domain context — low-confidence or no match
- Domain does not exist or has no homepage — MX and homepage fields empty
- Rate limiting or payment failure via x402 protocol — request rejected

## How this service works

Searches for a person from caller-supplied identifiers and returns a normalized public-data record. Accepts email/name/domain/company context and returns inferred name, domain, company, MX records, and homepage context when available. It is enrichment from caller-supplied identifiers, not a private people database. Use it as a people search API, lead lookup, or compact people enrichment.

## Output

Returns a normalized public-data record containing inferred fields such as full name, company name, associated domain, MX records for the domain, and homepage context scraped from the person's likely company website. Data is derived from public signals rather than a private database.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "domain": "example.com",
  "company": "Example",
  "confidence": 0.72
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentutility-people-search-6098092d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.agentutility.ai](https://www.zero.xyz/host/x402.agentutility.ai/llms.txt)
