POST /api/backmarket/products/search
Price: 10 credits
Search Back Market refurbished products by keyword and filters (brand, model, condition, color, storage, carrier, category, connectivity, price). Returns products with price, condition grade, rating and image.
Search refurbished products on Back Market by keyword and/or filters. Filters: brand, model, condition (fair/good/excellent/premium), color, storage, carrier, category, connectivity (connector standard, e.g. USB-C/Lightning/MagSafe), price_min/price_max. Returns products with id, name, brand, model, price/price_new/currency, condition grade, rating/rating_count, image, stock and seller. Use the locale field to switch marketplace region.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)locale string — Marketplace region. Determines the catalog, currency and language. (default: "en-us"; one of: "en-us", "es-us", "en-gb", "fr-fr", "de-de", "de-at", "fr-be", "es-es", "it-it", "pt-pt", "nl-nl", "en-ie", "sv-se", "fi-fi", "el-gr", "sk-sk", "ja-jp", "en-au")query string — Search keyword (default: ""; examples: "iphone 13", "macbook air")count integer required — Max number of results to return (min: 1; max: 1000)brand string — Filter by brand (default: ""; examples: "Apple", "Samsung")model string — Filter by model (default: ""; examples: "iPhone 13", "Galaxy S21")condition string nullable — Filter by condition grade (one of: "fair", "good", "excellent", "premium")color string — Filter by color (default: ""; examples: "Midnight", "Sierra Blue")storage string — Filter by storage capacity (default: ""; examples: "128 GB", "1 TB")carrier string — Filter by carrier compatibility (default: ""; examples: "Unlocked", "AT&T")category string — Filter by category (default: ""; examples: "Smartphones", "Laptops")connectivity string — Filter by connector/connectivity standard (default: ""; examples: "USB-C", "Lightning", "MagSafe 3")price_min number nullable — Minimum price (min: 0)price_max number nullable — Maximum price (min: 0)@type string (default: "BackmarketProduct")id string requiredproduct_url string nullablealias string nullablename string nullablebrand string nullablemodel string nullablecolor string nullablestorage string nullablecondition string nullablecondition_code integer nullableprice number nullableprice_new number nullablecurrency string nullablerating number nullablerating_count integer nullableimage string nullablewarranty_months integer nullablestock integer nullablecarrier_lock string nullableconnector string nullablecategory string nullablecategory_id integer nullableproduct_type string nullableseller_id integer nullablehas_deals boolean (default: false)deal_types array (default: [])scores object nullable@type string (default: "BackmarketProductScores")overall number nullablecamera number nullableperformance number nullablescreen number nullablebattery number nullablecolor_variants array (default: [])@type string (default: "BackmarketColorVariant")name string requiredhex string nullablelisting_id string nullablebackmarket_id integer nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — The entity was not found, or a precondition failed Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.