Why Scrape BUT.fr ?

BUT is a leading home goods retailer in France, offering a wide range of products from furniture to appliances and decor. For businesses in the retail and home goods industries, scraping data from BUT can provide valuable insights into pricing, product specifications, stock availability, and customer demand. This information can guide strategic decisions, from product development to pricing and marketing.

An important aspect to consider while scraping BUT.fr is the presence of an anti-bot mechanism, specifically DataDome, deployed on the site to prevent automated data extraction. However, this shouldn't deter your data extraction efforts. Autom.dev is equipped with a sophisticated technology capable of bypassing these anti-bot protections like DataDome, allowing you to scrape data from BUT.fr seamlessly.

Moreover, BUT's online presence makes it a treasure trove of data. By scraping this data, businesses and researchers can analyze trends in the home goods market, understand customer preferences, and predict future demand.

What Will We Scrape ?

We will scrape the following product data from BUT.fr:

  • Product Name
  • Price
  • Availability
  • Product Description
  • Color
  • Product URL
  • Stock Information

Example for Scraping Product Data from BUT.fr

Request :

curl --location --request GET 'https://autom.dev/api/v1/but/product?query=https://www.but.fr/produits/8435487710869/Ensemble-De-Table-Et-4-Chaises-Pour-Salle-A-Manger-Chene-gris.html' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'
curl --location --request GET 'https://autom.dev/api/v1/but/product?query=https://www.but.fr/produits/8435487710869/Ensemble-De-Table-Et-4-Chaises-Pour-Salle-A-Manger-Chene-gris.html' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'

Response :

{
  "hide_from_related": false,
  "id": "2230668664",
  "name": "Ensemble De Table Et 4 Chaises Pour Salle À Manger Chêne/gris VS VENTA-STOCK",
  "product_info": {
    "price": "139.99",
    "availability": "true",
    "stock": null,
    "color": "Bois"
  },
  "availability": "true",
  "color": "Bois",
  "price": "139.99",
  "stock": null,
  "product_url": "https://www.but.fr/produits/8435487710869/Ensemble-De-Table-Et-4-Chaises-Pour-Salle-A-Manger-Chene-gris.html",
  "share_url": null,
  "shop_button_url": null,
  "status": "available",
  "tag_based_key": "8435487710869",
  "cheapestPriceWithBestNewOffer": "139.99",
  "cheapestPriceWithBestReconditionedOffer": null,
  "cheapestPriceWithoutBestNewOffer": null,
  "cheapestPriceWithoutBestReconditionedOffer": null,
  "items": [
    {
      "state": "new",
      "allowedDeliveryModes": [
        {
          "code": "STANDARD_NORMAL_MKP",
          "cost": "0.00",
          "latestDays": "3",
          "earliestDays": "2"
        }
      ],
      "copyTaxMp": 0,
      "deaAmount": 1.67,
      "deeeAmount": 0,
      "discountDetails": {
        "amount": 125.99,
        "percentage": -47,
        "endDate": "31/12/2023"
      },
      "ecoContributionsAmount": 10.95,
      "eligibilityToPrivateSale": false,
      "financingOffers": [
        {
          "sliceAmount": {
            "cbSlice": 34.9975,
            "firstSlice": 36.9575
          },
          "slicesCount": 4
        }
      ],
      "minShippingPrice": 0,
      "offerId": 2553994,
      "offerWarranty": 2,
      "offerWarrantyUnit": "ans",
      "price": 139.99,
      "privateSalePrice": null,
      "quantity": 121,
      "seller": {
        "id": 2004,
        "shopName": "VS Venta-Stock",
        "shopState": "OPEN",
        "isPremium": 0,
        "grade": 4.44
      },
      "state": "new",
      "taxFreePrice": 115.27,
      "unitOriginPrice": 265.98,
      "warranty": 2
    }
  ],
  "newOffersCount": 1,
  "reconditionedOffersCount": 0,
  "winningOfferIndex": 0
}
{
  "hide_from_related": false,
  "id": "2230668664",
  "name": "Ensemble De Table Et 4 Chaises Pour Salle À Manger Chêne/gris VS VENTA-STOCK",
  "product_info": {
    "price": "139.99",
    "availability": "true",
    "stock": null,
    "color": "Bois"
  },
  "availability": "true",
  "color": "Bois",
  "price": "139.99",
  "stock": null,
  "product_url": "https://www.but.fr/produits/8435487710869/Ensemble-De-Table-Et-4-Chaises-Pour-Salle-A-Manger-Chene-gris.html",
  "share_url": null,
  "shop_button_url": null,
  "status": "available",
  "tag_based_key": "8435487710869",
  "cheapestPriceWithBestNewOffer": "139.99",
  "cheapestPriceWithBestReconditionedOffer": null,
  "cheapestPriceWithoutBestNewOffer": null,
  "cheapestPriceWithoutBestReconditionedOffer": null,
  "items": [
    {
      "state": "new",
      "allowedDeliveryModes": [
        {
          "code": "STANDARD_NORMAL_MKP",
          "cost": "0.00",
          "latestDays": "3",
          "earliestDays": "2"
        }
      ],
      "copyTaxMp": 0,
      "deaAmount": 1.67,
      "deeeAmount": 0,
      "discountDetails": {
        "amount": 125.99,
        "percentage": -47,
        "endDate": "31/12/2023"
      },
      "ecoContributionsAmount": 10.95,
      "eligibilityToPrivateSale": false,
      "financingOffers": [
        {
          "sliceAmount": {
            "cbSlice": 34.9975,
            "firstSlice": 36.9575
          },
          "slicesCount": 4
        }
      ],
      "minShippingPrice": 0,
      "offerId": 2553994,
      "offerWarranty": 2,
      "offerWarrantyUnit": "ans",
      "price": 139.99,
      "privateSalePrice": null,
      "quantity": 121,
      "seller": {
        "id": 2004,
        "shopName": "VS Venta-Stock",
        "shopState": "OPEN",
        "isPremium": 0,
        "grade": 4.44
      },
      "state": "new",
      "taxFreePrice": 115.27,
      "unitOriginPrice": 265.98,
      "warranty": 2
    }
  ],
  "newOffersCount": 1,
  "reconditionedOffersCount": 0,
  "winningOfferIndex": 0
}