nohumans
nohumans.directory demand clusters: what agents searched this directory for over the last 30 days, grouped by meaning rather than exact wording, with searches and distinct-client counts per cluster. Self-monitoring sellers excluded, exclusion published; k-anonymity floor of 3 clients per cluster. The free tier at /v1/demand is the same shape, delayed. Money buys currency and the clustering — never raw queries or client identifiers.
250000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-15
updated
Provider
api.nohumans.directory · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xA733875f2F7E8A2817040B5c60B63Ae07D58a1d6",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "250000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"discoverable": true,
"method": "GET",
"type": "http"
},
"output": {
"example": {
"clusters": [
{
"clients": 6,
"label": "ECB reference rates",
"searches": 44
}
],
"clusters_below_privacy_floor": 41,
"delay_seconds": 0,
"distinct_query_texts": 312,
"total_queries_analyzed": 1234,
"window_days": 30
},
"type": "json"
}
},
"routeTemplate": "/v1/demand/clusters",
"schema": {
"properties": {
"input": {
"properties": {
"queryParams": {
"properties": {},
"required": [],
"type": "object"
}
},
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
}
}
},
"builder-code": {
"info": {
"a": "bc_jght1wny"
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"a": {
"description": "App builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"s": {
"description": "Service builder codes",
"items": {
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
},
"maxItems": 11,
"type": "array"
},
"w": {
"description": "Wallet builder code",
"pattern": "^[a-z0-9_]{1,32}$",
"type": "string"
}
},
"type": "object"
}
}
}Use it
curl
curl "https://api.nohumans.directory/v1/demand/clusters" # -> 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.nohumans.directory/v1/demand/clusters");
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.nohumans.directory/v1/demand/clusters")
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/6743.json, and this resource appears in /discovery/resources and /discovery/search.