Use when an agent needs people search
Use when an agent needs people search. Returns People search for agents over a rich filter vocabulary (names, locations, skills, titles, seniority, company name/domain/industry/HQ/specialties), with bounded public-reference results and explicit nulls for private contact and employment fields. $0.10.
100000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-16
updated
Provider
api.oblique.markets · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x970007590aCC5C938cd51345B17AF51B1B40D3Ab",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "100000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "GYyTRmt317JafPHXPnM54Fsvsma5GnS9wm6qGMqaykdS",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "100000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"current_company_domains": [
{
"value": "example"
}
],
"current_company_headquarters": [
{
"value": "example"
}
],
"current_company_industries": [
{
"value": "example"
}
],
"current_company_names": [
{
"value": "example"
}
],
"current_company_specialties": [
{
"value": "example"
}
],
"current_position_seniority_level": [
{
"value": "example"
}
],
"current_position_titles": [
{
"value": "example"
}
],
"limit": 1,
"offset": 1,
"person_locations": [
{
"value": "example"
}
],
"person_names": [
{
"value": "example"
}
],
"person_skills": [
{
"value": "example"
}
],
"search_after": "example"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"bounded": true,
"metadata": {
"limit": 1,
"offset": 0,
"returned": 1,
"search_after": null,
"total": 1
},
"people": [
{
"current_company": null,
"current_position": null,
"email": null,
"first_name": "Ada",
"full_name": "Ada Lovelace",
"id": "https://en.wikipedia.org/wiki/Ada_Lovel…",
"last_name": "Lovelace",
"location": null,
"phone": null,
"professional_network_url": null,
"source": "Wikimedia Wikipedia public search",
"source_url": "https://en.wikipedia.org/wiki/Ada_Lovel…",
"summary": "English mathematician and writer."
}
],
"source": "Wikimedia Wikipedia public search"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"current_company_domains": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_company_headquarters": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_company_industries": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_company_names": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_company_specialties": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_position_seniority_level": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"current_position_titles": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
},
"person_locations": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"person_names": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"person_skills": {
"items": {
"properties": {
"exact_match": {
"type": "boolean"
},
"exclude": {
"type": "boolean"
},
"value": {}
},
"required": [
"value"
],
"type": "object"
},
"type": "array"
},
"search_after": {
"type": "string"
}
},
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"bounded": {
"type": "boolean"
},
"metadata": {
"properties": {
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
},
"returned": {
"type": "integer"
},
"search_after": {
"type": "null"
},
"total": {
"type": "integer"
}
},
"type": "object"
},
"people": {
"items": {
"properties": {
"current_company": {
"type": "null"
},
"current_position": {
"type": "null"
},
"email": {
"type": "null"
},
"first_name": {
"type": "string"
},
"full_name": {
"type": "string"
},
"id": {
"type": "string"
},
"last_name": {
"type": "string"
},
"location": {
"type": "null"
},
"phone": {
"type": "null"
},
"professional_network_url": {
"type": "null"
},
"source": {
"type": "string"
},
"source_url": {
"type": "string"
},
"summary": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"source": {
"type": "string"
}
},
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://api.oblique.markets/api/v1/paid/people-search" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://api.oblique.markets/api/v1/paid/people-search");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://api.oblique.markets/api/v1/paid/people-search")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/569.json, and this resource appears in /discovery/resources and /discovery/search.