# gateway.apiosk.com Person Enrichment

> gateway.apiosk.com Person Enrichment is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Enriches a person's professional profile by looking up their job title, company, LinkedIn URL, and location from partial identity signals like name, email, or LinkedIn URL

## Facts

- Endpoint: POST https://gateway.apiosk.com/prospect-research/person-enrichment
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gateway-apiosk-com-person-enrichment-b7d2f91d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U8cl7fNUIWuJP40-YJpu5

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 gateway-apiosk-com-person-enrichment-b7d2f91d -d '<json body>'
```

Example prompt: Can you enrich the profile for Sarah Chen at Stripe — I have her email sarah.chen@stripe.com and LinkedIn linkedin.com/in/sarahchen — I want her current job title, company, and location, and only return results with a confidence of at least 8 out of 10.

## When to prefer this

Use this endpoint when you need to enrich a person's professional profile (job title, employer, location) from partial identity signals such as name, email, or LinkedIn URL. It is backed by People Data Labs and returns a confidence likelihood score, making it suitable for sales prospecting, lead enrichment, and CRM population workflows where data quality matters. Prefer this over generic web search when you need structured, machine-readable professional data with a confidence signal.

## Known failure modes

- Insufficient input signals — too few identifiers provided to resolve a match
- Match likelihood below min_likelihood threshold — no result returned even if a partial match exists
- Person not found in database — returns empty data or low likelihood score
- Ambiguous identity — common name with no disambiguating signals like email or LinkedIn URL
- Invalid LinkedIn URL format — profile field not recognized
- API payment failure via x402 protocol — call not executed

## How this service works

Enrich a single person from PeopleDataLabs. Provide any combination of identifiers (email, phone, LinkedIn profile, or name + company) and get a full professional profile back.

## Output

Returns a data object with the person's full name, current job title, LinkedIn URL, location (city/state/country), and employer company name, along with an HTTP status code and a likelihood score from 1–10 indicating match confidence.

## Example request

```json
{
 "name": "John Smith",
 "email": "zero-qa@agentmail.to",
 "company": "Acme Corp",
 "profile": "linkedin.com/in/johnsmith",
 "location": "San Francisco, CA",
 "min_likelihood": 8
}
```

## More

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