# OneShotAgent People & Contact Discovery

> OneShotAgent People & Contact Discovery is a paid API for AI agents from win.oneshotagent.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13, last successful call 2026-07-14).

Searches for people and contacts by query string, returning discovery results for the matched individual

## Facts

- Endpoint: POST https://win.oneshotagent.com/v1/tools/research/people
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Last successful call: 2026-07-14
- Success rate: 100% of calls made through Zero
- Rating: 4.3 / 5 from 1 review
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oneshotagent-people-contact-discovery-0da37dd4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0UlEKeujf3ejHszVZgIjc

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 oneshotagent-people-contact-discovery-0da37dd4 -d '<json body>'
```

Example prompt: Can you find contact information for Sarah Chen, the head of marketing at Stripe? I need her professional details to reach out.

## When to prefer this

Use this endpoint for lightweight, single-query people and contact discovery when you have a name or brief description and need to find a person's contact details or identity. Prefer over the deep person research endpoint when you need a quick lookup rather than a full dossier. Choose over LinkedIn enrichment when you don't have a LinkedIn URL and want to search by name or description instead.

## Known failure modes

- No results found for the query — person not in database
- Ambiguous query returns wrong person — requires more specific input
- Query too vague or missing key identifiers — 400 bad request
- Service unavailable or payment not processed — 402 or 5xx error
- Rate limiting if too many queries are made in rapid succession

## How this service works

People and contact discovery

## Output

Returns discovered person records matching the query, likely including contact details, professional information, and identity data for the individual found.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Person search query"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oneshotagent-people-contact-discovery-0da37dd4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from win.oneshotagent.com](https://www.zero.xyz/host/win.oneshotagent.com/llms.txt)
