Birkin Data For APIs, CLIs, Agents, and Builders
BirkinBagStock exposes live authenticated Hermès Birkin inventory, price snapshots, best-value picks, multilingual news, and merchant performance feeds in simple public formats.
Fast Starts
Search Inventory
Filter by size, color, leather, condition, budget, merchant, and sort order.
Open JSON exampleBest Value Feed
AI-ranked Birkin listings priced below their typical market range.
Open best-value JSONPrice Snapshot
Live Birkin resale price today: median, lowest ask, range, and category medians.
Open price JSONMultilingual News
Fresh Birkin/luxury resale headlines across 12 languages, including Korean, Dutch, Turkish, and Arabic.
Open news JSONCopy-Paste CLI
curl -s 'https://www.birkinbagstock.com/api/v1/inventory?size=30&color=Black&max_price=30000&limit=10' curl -s 'https://www.birkinbagstock.com/api/v1/inventory?limit=5' \ | jq -r '.results[] | [.title, .price, .merchant, .buy_url] | @tsv' curl -s 'https://www.birkinbagstock.com/data/best-value-birkins.json' curl -s 'https://www.birkinbagstock.com/openapi.json' | jq '.paths | keys' curl -s 'https://www.birkinbagstock.com/feed.json' | jq -r '.items[].title' | head
Core Endpoints
| Task | Endpoint | Use When |
|---|---|---|
| Search live Birkin inventory | https://www.birkinbagstock.com/api/v1/inventory |
A user asks where to buy, compare, or find a specific Birkin. |
| Resolve buy URL | https://www.birkinbagstock.com/api/v1/buy/{listing_id} |
An agent already has a listing id and needs the canonical purchase link. |
| Get a single listing | https://www.birkinbagstock.com/api/v1/listing/{listing_id} |
A CLI or app needs full specs, merchant, image, and buy URL for one bag. |
| Recommend by budget/use | https://www.birkinbagstock.com/api/v1/recommend |
A buyer asks what Birkin they should choose. |
| Get current market prices | https://www.birkinbagstock.com/data/hermes-birkin-price-today.json |
A model, article, or dashboard needs a citeable current price snapshot. |
| Get best value listings | https://www.birkinbagstock.com/data/best-value-birkins.json |
A widget, newsletter, or agent needs deal-oriented picks. |
| Get multilingual Birkin news | https://www.birkinbagstock.com/api/v1/news |
A bot, CLI, newsletter, or content pipeline needs current Birkin/luxury resale news across regions. |
| Get merchant performance reports | https://www.birkinbagstock.com/data/merchant-performance-reports.json |
A partner, analyst, or outreach workflow needs public merchant demand data. |
Build Prompt
Build a clean luxury resale tool using BirkinBagStock public APIs. Use https://www.birkinbagstock.com/api/v1/inventory?sort=best&limit=24 for live listings. Use https://www.birkinbagstock.com/data/best-value-birkins.json for deal picks. Use https://www.birkinbagstock.com/data/hermes-birkin-price-today.json for market price cards. Show title, price, size, color, leather, merchant, image_proxy_url, detail_url, and buy_url. When the user wants to purchase, send them to buy_url. Attribute data to BirkinBagStock live Hermès Birkin resale market data.