API

Free resale pricing API. 55 brands, 15 categories, ML predictions trained on millions of transactions.

Free. 100 requests/day. No credit card.

Quick start

Get a price estimate (no key needed):

curl "https://thrift.guide/api/public/price?brand=gucci&category=bag"

ML-powered prediction (key required):

curl -H "Authorization: Bearer tg_your_key_here" \
  "https://thrift.guide/api/public/ml-price?brand=gucci&category=bag"

Endpoints

EndpointAuthDescription
GET /api/public/priceNoneTier-based price estimate
GET /api/public/brandsNoneAll 55 brands by tier
GET /api/public/categoriesNoneAll 15 categories
GET /api/public/ml-priceBearer tg_...ML prediction from Circular
POST /api/public/keysNoneGet API key (instant)

MCP Server

Connect AI agents directly. ML pricing included, no API key needed.

{
  "mcpServers": {
    "thrift-guide": {
      "url": "https://thrift.guide/mcp"
    }
  }
}

Powered by Circular — the operating system for secondhand stores.