# AgenticData Batch Person Enrichment

> AgenticData Batch Person Enrichment is a paid API for AI agents from api.agenticdata.host, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Enriches a batch of person lookups with B2B contact data including email, phone, and LinkedIn profile from a 800M+ contact database

## Facts

- Endpoint: POST https://api.agenticdata.host/v1/person/batch
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenticdata-batch-person-enrichment-36988879
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eRms2om9dVx93URRks6Ih

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 agenticdata-batch-person-enrichment-36988879 -d '<json body>'
```

Example prompt: I have a list of 10 sales prospects with their names and companies — can you batch them through AgenticData to get their work emails and phone numbers so I can start outreach?

## When to prefer this

Use this endpoint when you need to enrich multiple person records in a single API call (batch processing) rather than one at a time, especially when you have partial identifiers like name + company and need email, phone, or LinkedIn data. Prefer this over single-lookup alternatives when processing lists of 2 or more contacts to minimize latency and cost overhead.

## Known failure modes

- Empty lookups array returns a validation error
- Malformed lookup objects may produce no match for that record
- Rate limits or payment failures (x402) block the request
- Low-confidence matches may return partial or no data
- Unknown persons with minimal data signals return empty results

## How this service works

MCP + API access to 800M+ B2B contacts. People search, email and phone enrichment, LinkedIn lookups — sub-200ms. Start with 2,000 free matches.

## Output

Returns a results array where each element contains enriched contact data for a matched person, potentially including verified work email, phone number, LinkedIn URL, job title, company, and other B2B profile fields. Unmatched records may return empty or partial results.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lookups": {
   "type": "array",
   "items": {
    "type": "object"
   },
   "minItems": 1
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "results": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenticdata-batch-person-enrichment-36988879/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agenticdata.host](https://www.zero.xyz/host/api.agenticdata.host/llms.txt)
