# Minerva Person Search

> Minerva Person Search is a paid API for AI agents from agentcash.minerva.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Searches for a person by identity attributes and returns enriched profile data including behavioral and demographic insights

## Facts

- Endpoint: GET https://agentcash.minerva.io/api/minerva/person-search/get
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/minerva-person-search-e6eae1c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E066kiMyhcvJ92Qrmv89x

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 minerva-person-search-e6eae1c9
```

Example prompt: Search Minerva for a person named Jane Doe with email janedoe@example.com — I need their enriched identity profile and any consumer behavior data you can find.

## When to prefer this

Use this endpoint when you need to resolve and enrich a person's identity from partial attributes such as name, email, or phone number, especially when consumer behavior and demographic enrichment are needed. Prefer this over generic people-search APIs when AI-driven behavioral understanding of a consumer is the goal.

## Known failure modes

- Person not found in database — returns empty or null result
- Insufficient identity attributes provided to resolve a match
- Rate limiting or payment failure via x402 protocol — 402 Payment Required
- Invalid or malformed input parameters — 400 Bad Request
- Service unavailable or timeout — 500/503 error

## How this service works

Pay-per-request access to Minerva identity resolution, enrichment, email validation, and person search. AI that understands consumer behavior.

## Output

Returns an enriched person profile including resolved identity attributes, demographic information, and consumer behavior insights for the matched individual.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/minerva-person-search-e6eae1c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentcash.minerva.io](https://www.zero.xyz/host/agentcash.minerva.io/llms.txt)
