Mean of latest observations
The agent pulls the last 8 resale-market reports for the device + condition and averages them in cents. Outliers are bounded by the condition multiplier.
Pick a device, pick a condition. The QuoteRail pricing agent returns a buyback quote straight from the 24/7 resale-market stream — including the source mix, the tick freshness, and the condition multiplier that drove the price.
Pick a device + condition
The pricing agent will arrive at a quote in under a second — straight from the live stream.
The agent pulls the last 8 resale-market reports for the device + condition and averages them in cents. Outliers are bounded by the condition multiplier.
Every readout shows the source mix, observation count, and the seconds elapsed since the most recent tick — so you can see the 24/7 stream update in near real time.
The demo runs off a seeded dataset that replays like a live stream. Wire your own sources (Back Market, Decluttr, internal wholesale) by re-pointing /api/quote.
Ready to plug in your own data?
The route handler is a thin wrapper over zod + Prisma. Drop in a Back Market, Decluttr or in-house pricing source and the demo above starts quoting off YOUR marketplace — same UX, same freshness guarantees, zero frontend changes.