Back Market refurbished data API
ShopAPIS returns structured Back Market product data — price-by-grade, condition grade (Fair / Good / Excellent), warranty term, battery health, seller name and rating, storage/color variants and identifiers — as normalized JSON. Back Market is Europe’s leading refurbished-electronics marketplace, and its grade-and-warranty data is a unique vertical signal you cannot get from any new-goods marketplace.
Back Market is the refurbished-electronics leader. It cleared $3.5B GMV in 2025 (+32%) with 17M customers across 17 markets (PR Newswire ). Vienna-based Refurbed (€3B GMV) is its main rival.
Why Back Market data is hard to get
Refurbished pricing is a grade matrix, not a single number, and Back Market does not publish it openly. The same device sells at different prices for Fair, Good and Excellent grades, each from a different seller, each with its own warranty and battery-health guarantee. Its seller-facing API does not expose the full competitive grade matrix, so reading it means parsing the live listing. Anti-bot difficulty is medium. The unique analytical value is exactly that price-by-grade matrix plus warranty and battery-health terms — fields that simply do not exist on new-goods marketplaces. Because each grade is sold by a different refurbisher competing on price and warranty, the cheapest “Fair” listing and the dearest “Excellent” listing for one device can differ by a third or more, and which refurbisher holds the lowest price changes constantly. That spread is itself the signal: it tells you where refurbished demand sits relative to new and where a reseller has room to compete. ShopAPIS structures the whole grade matrix, the per-grade seller and the warranty terms into one normalized record, keyed by EAN so it joins to new-goods prices on Amazon and used prices on eBay or Vinted.
Data fields returned
- Pricing — price per condition grade (Fair / Good / Excellent), currency, lowest grade price.
- Condition grade — Back Market’s grading (Fair, Good, Excellent) with description.
- Warranty — warranty term (e.g. 12-month), return window.
- Battery — minimum guaranteed battery health where applicable.
- Variants — storage, color and model configuration with per-variant price-by-grade.
- Seller — refurbisher name, rating, location.
- Catalog — title, brand, model, specifications, category.
- Identifiers — Back Market product ID, EAN/GTIN, MPN/model, product URL.
- Images — gallery URLs.
Sample response
{
"marketplace": "backmarket",
"domain": "backmarket.fr",
"country": "FR",
"product_id": "iphone-13-128go",
"identifiers": { "ean": "0194252707609", "mpn": "MLPF3" },
"title": "iPhone 13 128 Go — Reconditionné",
"brand": "Apple",
"currency": "EUR",
"grades": [
{ "grade": "Correct", "price": 339.00, "seller": "ReSmart", "warranty_months": 12, "battery_min_health": 80 },
{ "grade": "Très bon état", "price": 379.00, "seller": "GreenTech", "warranty_months": 12, "battery_min_health": 85 },
{ "grade": "Parfait état", "price": 419.00, "seller": "ReSmart", "warranty_months": 24, "battery_min_health": 90 }
],
"lowest_price": 339.00,
"variants": [{ "storage": "128 Go", "color": "Minuit" }],
"rating": 4.5,
"review_count": 2841,
"category": ["Smartphones", "iPhone"],
"images": ["https://www.backmarket.fr/cdn/products/iphone-13.jpg"],
"url": "https://www.backmarket.fr/fr-fr/p/iphone-13-128go",
"fetched_at": "2026-06-05T13:10:09Z"
}Markets and domains covered
| Domains | Markets | Currency | Scale |
|---|---|---|---|
| backmarket.fr/.de/.co.uk/.es/.it/.at/.pt + more | 17 markets | EUR / GBP | $3.5B GMV (+32%), 17M customers |
Use cases
- Refurbished price intelligence — track price-by-grade across markets and refurbishers.
- New-vs-refurbished benchmarking — compare grade prices against new Amazon and used eBay/Vinted listings.
- Competitive intelligence — watch refurbisher pricing and warranty terms. See competitive intelligence.
- Price monitoring — alert on grade-level price moves over time. See price monitoring.