# gateway.apiosk.com Prospect Research Person Search

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

Search a large B2B professional database by job title, location, company, and other criteria using SQL or Elasticsearch DSL to find matching people

## Facts

- Endpoint: POST https://gateway.apiosk.com/prospect-research/person-search
- Price: $0.2/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-prospect-research-person-search-f82b0fa3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ovl-BSioytYhf_qPGo3lt

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-prospect-research-person-search-f82b0fa3 -d '<json body>'
```

Example prompt: Find me up to 15 engineering managers based in the Netherlands — use a SQL query like SELECT * FROM person WHERE location_country='netherlands' AND job_title_role='engineering' and start from the beginning of the results.

## When to prefer this

Use this endpoint when you need to search a large B2B professional database by job role, location, company, or other demographic criteria — especially when flexible querying via SQL or Elasticsearch DSL is needed. Prefer this over generic web search when structured, paginated results with professional metadata are required.

## Known failure modes

- Invalid SQL syntax returns an error or empty results
- Elasticsearch DSL malformed query returns 400 error
- Requested size outside 1-25 range may return error or be clamped
- No matching records returns empty data array with total 0
- Authentication or payment failure returns 402 or 401 error

## How this service works

Search the PeopleDataLabs person dataset with SQL or an Elasticsearch query and get a list of matching people. `size` is capped at 25 (default 10) since PDL bills one credit per record returned.

## Output

Returns a list of up to 25 matching professionals with their full name, job title, company name, and country, along with a total count of all matching records and an HTTP status code.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-apiosk-com-prospect-research-person-search-f82b0fa3/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)
