Why Scrape Back Market?

Back Market is a leading platform specializing in refurbished electronics and appliances. With the rise of conscious consumerism and the increasing demand for sustainable options, the refurbished market is experiencing significant growth. This makes Back Market a goldmine of data for businesses in the retail and electronics industries.

Scraping data from Back Market can provide valuable insights into various aspects of the market.

By leveraging these insights, businesses can make data-driven decisions, optimize their operations, and ultimately, increase their profitability. Whether you're a retailer looking to expand into the refurbished market, a researcher studying market trends, or a consumer seeking the best deals, scraping Back Market can provide you with the information you need.

What Will We Scrape ?

We will scrape the following product data from Back Market:

  • Product Name
  • Price
  • Availability
  • Product Description
  • Product Condition
  • Product URL
  • Stock Information
  • Product Images

Example for Scraping Product Data from Back Market

Request :

curl --location --request GET 'https://autom.dev/api/v1/backmarket/product?query=https://www.backmarket.fr/fr-fr/p/iphone-12-avec-batterie-neuve-128-gb-noir-debloque/fd239928-08e8-4985-90c8-edd6432b512b#l=12' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'
curl --location --request GET 'https://autom.dev/api/v1/backmarket/product?query=https://www.backmarket.fr/fr-fr/p/iphone-12-avec-batterie-neuve-128-gb-noir-debloque/fd239928-08e8-4985-90c8-edd6432b512b#l=12' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'

Response :

{
  "brand": "Apple",
  "category": "iPhone avec nouvelle batterie",
  "displayTitle": "iPhone 12 avec batterie neuve 128 GB - Noir - Débloqué",
  "id": "717377",
  "images": [
    "https://d1eh9yux7w8iql.cloudfront.net/product_images/None_1ea65361-2268-418e-a849-b324c104e381.jpg"
  ],
  "isReferencePriceDisplayed": true,
  "link": {
    "type": "internal",
    "name": "product",
    "pattern": "/:locale/p/:slugV2/:uuid",
    "hash": {
      "l": "12"
    },
    "href": "https://www.backmarket.fr/fr-fr/p/iphone-12-avec-batterie-neuve-128-gb-noir-debloque/fd239928-08e8-4985-90c8-edd6432b512b#l=12",
    "params": {
      "slugV2": "iphone-12-avec-batterie-neuve-128-gb-noir-debloque"
    }
  },
  "listing": {
    "id": "3129983",
    "price": {
      "amount": "494.26",
      "currency": "EUR"
    },
    "grade": {
      "name": "État correct",
      "value": 12
    },
    "offerType": {
      "name": "Basic",
      "value": 0
    },
    "sellerId": "4696",
    "stockWarning": 10,
    "warranty": "12 mois"
  },
  "name": "iPhone 12 avec batterie neuve 128 GB - Noir - Débloqué",
  "referencePrice": {
    "amount": "849",
    "currency": "EUR"
  },
  "specifications": [
    {
      "field": "storage",
      "values": [
        {
          "label": "128 Go"
        }
      ]
    },
    {
      "field": "color",
      "values": [
        {
          "label": "Noir"
        }
      ]
    },
    {
      "field": "is_sim_locked",
      "values": [
        {
          "label": "0"
        }
      ]
    },
    {
      "field": "warranty",
      "values": [
        {
          "label": "12 mois"
        }
      ]
    }
  ],
  "title": "iPhone 12",
  "uuid": "fd239928-08e8-4985-90c8-edd6432b512b"
}
{
  "brand": "Apple",
  "category": "iPhone avec nouvelle batterie",
  "displayTitle": "iPhone 12 avec batterie neuve 128 GB - Noir - Débloqué",
  "id": "717377",
  "images": [
    "https://d1eh9yux7w8iql.cloudfront.net/product_images/None_1ea65361-2268-418e-a849-b324c104e381.jpg"
  ],
  "isReferencePriceDisplayed": true,
  "link": {
    "type": "internal",
    "name": "product",
    "pattern": "/:locale/p/:slugV2/:uuid",
    "hash": {
      "l": "12"
    },
    "href": "https://www.backmarket.fr/fr-fr/p/iphone-12-avec-batterie-neuve-128-gb-noir-debloque/fd239928-08e8-4985-90c8-edd6432b512b#l=12",
    "params": {
      "slugV2": "iphone-12-avec-batterie-neuve-128-gb-noir-debloque"
    }
  },
  "listing": {
    "id": "3129983",
    "price": {
      "amount": "494.26",
      "currency": "EUR"
    },
    "grade": {
      "name": "État correct",
      "value": 12
    },
    "offerType": {
      "name": "Basic",
      "value": 0
    },
    "sellerId": "4696",
    "stockWarning": 10,
    "warranty": "12 mois"
  },
  "name": "iPhone 12 avec batterie neuve 128 GB - Noir - Débloqué",
  "referencePrice": {
    "amount": "849",
    "currency": "EUR"
  },
  "specifications": [
    {
      "field": "storage",
      "values": [
        {
          "label": "128 Go"
        }
      ]
    },
    {
      "field": "color",
      "values": [
        {
          "label": "Noir"
        }
      ]
    },
    {
      "field": "is_sim_locked",
      "values": [
        {
          "label": "0"
        }
      ]
    },
    {
      "field": "warranty",
      "values": [
        {
          "label": "12 mois"
        }
      ]
    }
  ],
  "title": "iPhone 12",
  "uuid": "fd239928-08e8-4985-90c8-edd6432b512b"
}