API call to prospect-research
https://gateway.apiosk.com/prospect-research/person-searchOverview
API call to prospect-research
Protocol
x402
Price
$0.15
Payment Asset
USD Coin
Payment Network
Base
Category
tools/search
Provider
gateway
Source
bazaar
Indexed
2026-06-29 12:15:03
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"bodyFields": {
"from": {
"description": "Offset for pagination",
"type": "integer"
},
"query": {
"description": "Elasticsearch query DSL (alternative to sql)",
"type": "object"
},
"size": {
"description": "1-25, default 10",
"type": "integer"
},
"sql": {
"description": "e.g. SELECT * FROM person WHERE location_country='netherlands' AND job_title_role='engineering'",
"type": "string"
}
},
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"data": [
{
"full_name": "nick jones",
"job_company_name": "booking.com",
"job_title": "applied science manager",
"location_country": "netherlands"
}
],
"status": 200,
"total": 313249
}