How to scrape product data from leroymerlin.fr

Beispiele für Scraper für verschiedene Websites und Plattformen

Suchen Sie nach mehr Web-Scraping-APIs?

Autom.dev spezialisiert sich auf SERP-Scraping. Für allgemeine Web-Scraping-APIs und sofort einsatzbereite Endpunkte:


Piloterr

How to scrape product data from leroymerlin.fr

Why scrape Leroy Merlin?

Leroy Merlin is a French home-improvement and gardening retailer serving thirteen countries. It is the largest home improvement chain in France, Spain, Portugal, Poland, Russia, Italy, Brazil, China, and Ukraine. Leroy Merlin is part of the Adeo group.

What will we scrape?

We will scrape the following product data from Leroy Merlin:

  • Product name
  • Product description
  • Product price
  • Product image
  • Product category
  • Product brand
  • Product rating
  • Product reviews

Example for scraping product data from Leroy Merlin

Request

curl --location --request GET 'https://autom.dev/api/v1/leroymerlin/product?query=https://www.leroymerlin.fr/produits/terrasse-jardin/salon-et-mobilier-de-jardin/decouvrez-nos-styles-exterieurs/style-design/table-de-jardin-de-repas-lisbone-rectangulaire-anthracite-8-10-personnes-82253444.html' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'

Response

[
  {
    "name": "product_table",
    "value": [
      {
        "product_id": "82253444",
        "product_name": "Table de jardin Lisbon rectangulaire gris / argent 6 personnes",
        "product_trademark": "non renseigné",
        "product_type": "produit",
        "product_avg_rating": "",
        "product_num_reviews": "237",
        "product_percent_recommended": "",
        "product_url_page": "/produits/terrasse-jardin/salon-et-mobilier-de-jardin/decouvrez-nos-styles-exterieurs/style-design/table-de-jardin-de-repas-lisbone-rectangulaire-anthracite-8-10-personnes-82253444.html",
        "number_pictures": "8",
        "number_videos": "0"
      }
    ]
  },
  {
    "name": "env_type_page",
    "value": "fiche produit"
  },
  {
    "name": "env_template",
    "value": "product"
  },
  {
    "name": "env_type_contenu",
    "value": "produit"
  },
  {
    "name": "page_uri",
    "value": "/produits/terrasse-jardin/salon-et-mobilier-de-jardin/decouvrez-nos-styles-exterieurs/style-design/table-de-jardin-de-repas-lisbone-rectangulaire-anthracite-8-10-personnes-82253444.html"
  },
  {
    "name": "page_name",
    "value": "    82253444 - Table de jardin Lisbon rectangulaire gris / argent 6 personnes\n"
  },
  {
    "name": "cdl_page_name",
    "value": "Table de jardin Lisbon rectangulaire gris / argent 6 personnes"
  },
  {
    "name": "cdl_page_type",
    "value": "Product"
  },
  {
    "name": "cdl_page_subtype",
    "value": "detail page Product"
  },
  {
    "name": "cdl_products",
    "value": [
      {
        "name": "Table de jardin Lisbon rectangulaire gris / argent 6 personnes",
        "sku": "82253444",
        "brand": "",
        "type": "PRODUCT",
        "number_pictures": 8,
        "number_videos": 0,
        "displayed_price": false,
        "add_to_cart_availability": false,
        "number_reviews": 237,
        "rating": 3.8734,
        "marketing_tag": [""],
        "is_premium": false
      }
    ]
  }
]