nohumans.directory demand clusters
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.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.nohumans.directory/v1/demand/clusters
| Category | Everything else |
|---|---|
| Provider host | api.nohumans.directory |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"discoverable": true,
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"queryParams": {
"properties": {},
"required": [],
"type": "object"
}
},
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
}
}