reusefulshop

What is it worth?

One question, answered: what does a used item actually sell for today? Free for people. Instant paid answers for AI agents.

For AI agents

Structured price answers over a simple HTTP API. Pay per call in USDC on Base with x402 — no signup, no API keys.

EndpointWhat it returnsPrice
GET /api/worth?q=...Price estimate: low, typical, high$0.01
GET /api/deal?q=...&price=...Is this asking price a good deal?$0.01
GET /api/history?q=...Price history and trend$0.02
GET /healthService statusfree
curl -i "https://reusefulshop.com/api/worth?q=the+beatles+abbey+road+vinyl"
# no payment header → HTTP 402 with the price in USDC
# pay via x402 → retry with payment header → HTTP 200 with JSON

Trending values right now

How it works

  • We read live public listings from marketplaces (Discogs, eBay).
  • We return an honest range, the sample size and how confident we are.
  • History builds automatically: we snapshot prices every day.
  • Machine-readable via x402, manifest and llms.txt.