Back Market API Scraper avatar

Back Market API Scraper

Pricing

from $1.00 / 1,000 plp row scrapeds

Go to Apify Store
Back Market API Scraper

Back Market API Scraper

Scrape refurbished-device listings and full product detail from Back Market via its private mobile API. Keyword/category search with filters (brand, grade, price, storage, color), sorting, pagination; optional per-product enrichment (specs, images, price per grade, seller, warranty).

Pricing

from $1.00 / 1,000 plp row scrapeds

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Back Market Scraper πŸ›οΈ β€” Scrape Back Market.com Product ID, Title, Brand, Model

Back Market Scraper β€” Scrape refurbished-device listings and full product detail from Back Market via its private mobile API. Keyword or category search with filters (brand, condition grade, price, storage, color), sorting and pagination; optional per-product enrichment (all specs, all images, price per condition grade, seller, warranty, reviews). It reads Back Market's own API directly, so it's fast, reliable and complete β€” no flaky HTML parsing, no headless browser. Export to JSON, CSV, Excel, or an API.


✨ Why use this Back Market Scraper?

  • 🟒 No code required β€” set your input, click Start, download your data.
  • ⚑ Fast & accurate β€” reads Back Market's own private API and returns structured JSON, not scraped HTML.
  • 🧾 Rich, structured data β€” every field below, clean and ready to use.
  • πŸ” Full pagination β€” collects results to your maxItems cap.
  • πŸ’Έ Transparent pay-per-result pricing β€” pay only for the rows you get.
  • πŸ“€ Export anywhere β€” JSON, CSV, Excel, XML, or pull it live via the Apify API.

🎯 What can you do with Back Market data?

  • Market & competitor research β€” analyse Back Market products at scale.
  • Price & availability monitoring β€” track changes over time.
  • Data science & trend analysis β€” build clean datasets.
  • Lead generation & enrichment β€” feed Back Market data into your own tools.

πŸ“₯ What data does the Back Market Scraper extract?

Each row includes: id, title, brand, model, conditionGrade, price, priceWithCurrency, currency, priceNew, reviewAverage, reviewCount, category, color, image …and more. See the full Data table below.


πŸš€ How to scrape Back Market.com (3 steps)

  1. Set your input β€” provide q or market (see the table below; defaults work out of the box).
  2. Pick options β€” filters, a proxyConfiguration, and a maxItems cap.
  3. Run & export β€” click Start, then download the dataset as JSON/CSV/Excel or fetch it via the API.

βš™οΈ Input

FieldTypeDefaultDescription
qstringiphone 13What to search for, e.g. "iphone 13", "macbook air", "galaxy s23". Leave empty and pick a Category to browse a whole category.
marketenumUSBack Market storefront to search. US works from any IP; other markets may require a matching-country residential proxy. β€” one of US, FR, GB, DE, ES, IT, BE, NL, AT, FI, PT, IE, GR, SK, SE, JP, AU
brandstring–Only products of this brand, e.g. "Apple", "Samsung", "Google".
conditionenum–Back Market condition grade to filter by. β€” one of premium, excellent, good, fair
storagestring–Storage capacity, e.g. "128", "256 GB", "1 TB".
colorstring–Color name, e.g. "Midnight", "Black", "Silver".
minPriceinteger–Minimum price in the market's currency.
maxPriceinteger–Maximum price in the market's currency.
sortenumrelevanceResult ordering. β€” one of relevance, price_asc, price_desc
includeDetailsbooleanfalseEnrich each product with its full detail page: all specifications, all images, price per condition grade, variant options, seller/merchant, warranty and reviews. Slower (one extra request per product).
maxItemsinteger100Maximum number of products to return. 0 = all matching products.
categoryenum–Browse an entire category instead of a keyword search. Category names are US labels; for other markets, type the localized category name. β€” one of Smartphones, Office laptops, Notebooks & Ultrabooks, Headphones, PC monitors, Desktops, Earphones, iPad, MacBook M1, Chromebooks, Computer mice, Speakers, Keyboards, Computer accessories, MacBook, Video games, Watches, Printers, Video game accessories, Apple Watch, Vacuum cleaners, Tablets, MP3 & MP4 players, All-in-one computers, External hard drives, Audio accessories, Webcams, Scanners, Soundbars & Home cinemas, PC docking stations, Smartphone accessories, Smartphone cases and protections, Gaming consoles (retro), 2 in 1 hybrid PCs
proxyConfigurationobjectApify ProxyRoute requests through a proxy (Apify Proxy by default).

Example input

{
"q": "iphone 13",
"market": "US",
"sort": "relevance",
"includeDetails": false,
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

πŸ“€ Output

Each result is a JSON object like this:

{
"id": "76c5d05a-79cc-42ed-91e4-7d35c710a85b",
"title": "iPhone 14 β€’ Unlocked",
"brand": "apple",
"model": "iphone 14",
"conditionGrade": "Fair",
"price": 264.0,
"priceWithCurrency": "$264.00",
"currency": "USD",
"priceNew": 629.0,
"reviewAverage": 4.46,
"reviewCount": 4302,
"category": "Smartphones",
"color": "Midnight",
"image": "https://d2e6ccujb3mkqf.cloudfront.net/76c5d05a-79cc-42ed-91e4-7d35c710a85b-1_e7a95469-3f34-4b9b-8b1f-28dfe4c1ce4c.jpg",
"url": "https://www.backmarket.com/en-us/p/iphone-14-128-gb-midnight-fully-unlocked-gsm-cdma/76c5d05a-79cc-42ed-91e4-7d35c710a85b?l=12",
"images": [
"https://d2e6ccujb3mkqf.cloudfront.net/76c5d05a-79cc-42ed-91e4-7d35c710a85b-1_e7a95469-3f34-4b9b-8b1f-28dfe4c1ce4c.jpg",
"https://d2e6ccujb3mkqf.cloudfront.net/76c5d05a-79cc-42ed-91e4-7d35c710a85b-2_da3d727f-4a76-454e-afaa-06c562318f38.jpg",
"…+4 more"
]
}

🧾 Data table

FieldTypeDescription
idtextProduct ID
titletextTitle
brandtextBrand
modeltextModel
conditionGradetextCondition
pricenumberPrice
priceWithCurrencytextPrice
currencytextCurrency
priceNewnumberPrice new
reviewAveragenumberRating
reviewCountnumberReviews
categorytextCategory
colortextColor
imagelinkImage
urllinkURL
imagesarrayImages

πŸ’° Pricing β€” pay per result

This actor uses pay-per-event pricing: you pay only for the rows it delivers.

You scrapePrice
PLP row (search/category listing row)$1.00 per 1,000 rows
PDP row (full product detail, only when Include full product detail is on)+$1.00 per 1,000 rows

PDP charges are additional, on top of the PLP charge, for the same row β€” they are not a replacement price. With includeDetails off you pay $1/1,000 rows; with it on you pay $2/1,000 rows (both events fire per row).


πŸ”Œ Use the Back Market Scraper via API

Run it programmatically with the Apify API:

curl -X POST "https://api.apify.com/v2/acts/backmarket-api-scraper/runs?token=YOUR_TOKEN" \
-H 'Content-Type: application/json' \
-d '{
"q": "iphone 13",
"market": "US",
"sort": "relevance",
"includeDetails": false,
"maxItems": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}'

Or with the Apify CLI: apify call backmarket-api-scraper -i input.json -o.


❓ FAQ

Do I need an account or API key for Back Market?

No. The actor talks to Back Market's public/mobile API for you β€” you only need an Apify account.

Do I need a proxy?

A proxy is recommended for reliable runs; set proxyConfiguration (Residential is safest for geo-restricted or bot-protected sites).

What export formats are supported?

JSON, CSV, Excel, XML, JSONL, RSS, or live via the Apify API and dataset endpoints.

Is scraping this legal?

You are responsible for how you use the data. Scrape only public product data and comply with Back Market.com's Terms and applicable law (e.g. GDPR/CCPA for personal data).


πŸ› οΈ How it works

The actor impersonates Back Market's official app/site and calls its private API the same way the app does, then normalises each response into the flat record above. No browser, no HTML scraping β€” just clean, structured data.


πŸ“Œ Good to know

  • Scrape only public product data and respect Back Market.com's Terms of Service and robots policy.
  • For personal data, comply with GDPR/CCPA and applicable law β€” you are the data controller.
  • Fields can be null when Back Market doesn't expose them for a given record.

⭐ Found this useful?

Give the Back Market Scraper a star on Apify and check out my other apify-*-api-scraper actors.