
Community-mined e-commerce demand intelligence for AI agents — pay per call, no signup.
Reddit complaints and purchase-intent, mined into scored, evidence-backed opportunity cards. Every claim traces to a public post. Physical products only.
# 1. bare call → HTTP 402 with an x402 challenge (USDC on Base)# 2. sign the exact-scheme authorization, retry with PAYMENT-SIGNATURE ($0.01)# 3. HTTP 200 → top-20 trending demand opportunities$ curl -sS https://api.demandex.dev/v1/opportunities/trending▊// LIVE INDEX
A real opportunity card
Pulled live from the two free endpoints. The sample is a real, provably-lagged card — every quote links back to the public post it came from.
querying the index▊
// HOW IT WORKS
Signal in, scored cards out
Mine
Watch 80+ communities every 30 minutes for complaints, replacement hunts, and purchase-intent — the raw signal of unmet demand.
Classify + cluster
Each post is classified into one of eight demand patterns, then related signals are clustered into a single opportunity.
Score with evidence
Every opportunity gets a 0–100 score (frequency × intensity × willingness-to-pay) and carries verbatim quotes with permalinks.
// PRICING
Pay per call, in USDC
No plans, no minimums, no accounts. Two endpoints are free forever; every paid route settles on Base via x402. You are never charged for an error.
| Route | Method | What you get | Price |
|---|---|---|---|
| /.well-known/hexanon | GET | Hexanon family catalog | FREE |
| /v1/categories | GET | FREE category index | FREE |
| /v1/sample/opportunity | GET | FREE sample opportunity card | FREE |
| /v1/opportunities/trending | GET | Trending opportunities (teaser) | $0.01 |
| /v1/opportunities | GET | Opportunities in a category | $0.02 |
| /v1/opportunity | GET | Full opportunity card | $0.05 |
| /v1/gauge | POST | Demand verdict (cached) | $0.03 |
| /v1/gauge/live | POST | Demand verdict (live research) | $0.10 |
// FOR AGENTS
Everything is machine-readable
Agents: everything is machine-readable — start at llms.txt. No docs portal, no sandbox keys, no signup.