API moved to Retailed software 🚨

You can find the doc API here: https://docs.retailed.io/v1/api-reference/chrono24/search.

Contact us at https://www.retailed.io for more information.

Why Scrape Chrono24.com ?

Chrono24 is a global marketplace for luxury watches, offering a vast selection of high-end timepieces from renowned brands like Audemars Piguet, Rolex, and Patek Philippe. For businesses in the luxury retail and watch industries, scraping data from Chrono24 can provide valuable insights into pricing, product specifications, availability, and customer demand. This information can guide strategic decisions, from product development to pricing and marketing.

Moreover, Chrono24's global presence makes it a treasure trove of data. By scraping this data, businesses and researchers can analyze trends in the luxury watch market, understand customer preferences, and predict future demand.

What Will We Scrape ?

We will scrape the following product data from Chrono24.com:

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

Example for Scraping Product Data from Chrono24.com

Request :

curl --location --request GET 'https://autom.dev/api/v1/chrono24/product?query=https://www.chrono24.com/audemarspiguet/audemars-piguet-royal-oak-15450st-selfwinding-gris-ruthenium-37-mm-full-set--id26510159.htm' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'
curl --location --request GET 'https://autom.dev/api/v1/chrono24/product?query=https://www.chrono24.com/audemarspiguet/audemars-piguet-royal-oak-15450st-selfwinding-gris-ruthenium-37-mm-full-set--id26510159.htm' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'

Response :

{
  "Product_Name": "Audemars Piguet Royal Oak 15450ST Selfwinding gris ruthénium 37 mm full set",
  "Price": "$40,039",
  "Availability": "Item is in stock",
  "Product_Description": "A watch from the manufacture Audemars Piguet Royal Oak, this rare version is available immediately! This 37mm watch with its grey ruthenium \"tapestry\" dial is already a must have watch! This Ap will be the companion of a person who loves refinement and sportiness! This watch will be delivered with its full original set. Watch never polished, no modifications. Possibility of polishing by our master polisher.",
  "Product_URL": "https://www.chrono24.com/audemarspiguet/audemars-piguet-royal-oak-15450st-selfwinding-gris-ruthenium-37-mm-full-set--id26510159.htm",
  "Stock_Information": "Pre-owned (Very good) | Year of production 2018 | Original box | Original papers",
  "Seller_Information": {
    "Name": "RIVIERAWATCH",
    "Location": "France, Thonon les bains",
    "Rating": "4,7 ( 221 )",
    "Response_Time": "Average response time 7 hours"
  },
  "Shipping_Information": "Free insured shipping to United States of America",
  "Product_Details": {
    "Brand": "Audemars Piguet",
    "Model": "Royal Oak Selfwinding",
    "Reference_Number": "15450ST.OO.1256ST.02",
    "Movement": "Automatic",
    "Case_Material": "Steel",
    "Bracelet_Material": "Steel",
    "Year_of_Production": "2018",
    "Condition": "Very good (Worn with little to no signs of wear)",
    "Gender": "Men's watch/Unisex",
    "Location": "France, Thonon les bains",
    "Caliber": {
      "Movement": "Automatic",
      "Movement_Caliber": "3120",
      "Power_Reserve": "60 h",
      "Frequency": "21600 A/h"
    },
    "Case": {
      "Case_Material": "Steel",
      "Case_Diameter": "37 mm",
      "Water_Resistance": "5 ATM",
      "Bezel_Material": "Steel",
      "Crystal": "Sapphire crystal",
      "Dial": "Grey",
      "Dial_Numerals": "No numerals"
    },
    "Bracelet_Strap": {
      "Bracelet_Material": "Steel",
      "Bracelet_Color": "Steel",
      "Clasp": "Double-fold clasp",
      "Clasp_Material": "Steel"
    },
    "Functions": "Date"
  }
}
{
  "Product_Name": "Audemars Piguet Royal Oak 15450ST Selfwinding gris ruthénium 37 mm full set",
  "Price": "$40,039",
  "Availability": "Item is in stock",
  "Product_Description": "A watch from the manufacture Audemars Piguet Royal Oak, this rare version is available immediately! This 37mm watch with its grey ruthenium \"tapestry\" dial is already a must have watch! This Ap will be the companion of a person who loves refinement and sportiness! This watch will be delivered with its full original set. Watch never polished, no modifications. Possibility of polishing by our master polisher.",
  "Product_URL": "https://www.chrono24.com/audemarspiguet/audemars-piguet-royal-oak-15450st-selfwinding-gris-ruthenium-37-mm-full-set--id26510159.htm",
  "Stock_Information": "Pre-owned (Very good) | Year of production 2018 | Original box | Original papers",
  "Seller_Information": {
    "Name": "RIVIERAWATCH",
    "Location": "France, Thonon les bains",
    "Rating": "4,7 ( 221 )",
    "Response_Time": "Average response time 7 hours"
  },
  "Shipping_Information": "Free insured shipping to United States of America",
  "Product_Details": {
    "Brand": "Audemars Piguet",
    "Model": "Royal Oak Selfwinding",
    "Reference_Number": "15450ST.OO.1256ST.02",
    "Movement": "Automatic",
    "Case_Material": "Steel",
    "Bracelet_Material": "Steel",
    "Year_of_Production": "2018",
    "Condition": "Very good (Worn with little to no signs of wear)",
    "Gender": "Men's watch/Unisex",
    "Location": "France, Thonon les bains",
    "Caliber": {
      "Movement": "Automatic",
      "Movement_Caliber": "3120",
      "Power_Reserve": "60 h",
      "Frequency": "21600 A/h"
    },
    "Case": {
      "Case_Material": "Steel",
      "Case_Diameter": "37 mm",
      "Water_Resistance": "5 ATM",
      "Bezel_Material": "Steel",
      "Crystal": "Sapphire crystal",
      "Dial": "Grey",
      "Dial_Numerals": "No numerals"
    },
    "Bracelet_Strap": {
      "Bracelet_Material": "Steel",
      "Bracelet_Color": "Steel",
      "Clasp": "Double-fold clasp",
      "Clasp_Material": "Steel"
    },
    "Functions": "Date"
  }
}