GET
/
api
/
v1
/
scraper
/
chrono24
/
product
curl --location --request GET 'https://app.retailed.io/api/v1/scraper/chrono24/product?query=https://www.chrono24.com/rolex/rolex-submariner-date-41mm-126610ln-unworn-2022--id16516741.htm' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>' \
{
    "id": "16516741",
    "sku": "126610LN",
    "name": "Rolex Submariner Date 41mm 126610LN Unworn 2022",
    "slug": "rolex-submariner-date-41mm-126610ln-unworn-2022--id16516741.htm",
    "brand": "Rolex",
    "model": "Submariner Date",
    "price": "$16,614 [Negotiable]",
    "gender": "Men's watch/Unisex",
    "images": [
        "https://cdn2.chrono24.com/images/uhren/16516640-wuzf1q8zn9o64ozyf2e1bw8d-ExtraLarge.jpg",
        "https://cdn2.chrono24.com/images/uhren/16516640-eusat2gcdgwsmyvnt17skdx5-ExtraLarge.jpg",
        "https://cdn2.chrono24.com/images/uhren/16516640-t0umtrzp0400qyoj70arj5iw-ExtraLarge.jpg",
        "https://cdn2.chrono24.com/images/uhren/16516640-5j5ifnc4naxgsili9yl39wpu-ExtraLarge.jpg",
        "https://cdn2.chrono24.com/images/uhren/16516640-cu5ejjuyr4hdr0zbgmg7nkv1-ExtraLarge.jpg",
        "https://cdn2.chrono24.com/images/uhren/16516640-5q2itr8w5yx3oq81bl4ji4mg-ExtraLarge.jpg",
        "https://cdn2.chrono24.com/images/uhren/16516640-xcc23127eeq697qi4ui4c0td-ExtraLarge.jpg",
        "https://cdn2.chrono24.com/images/uhren/16516741-s1fz2um1kqv2h0ggcfnzu43x-ExtraLarge.jpg"
    ],
    "location": "United States of America, New York, New York",
    "movement": "Automatic",
    "condition": "Unworn(Mint condition, without signs of wear)",
    "decription": "Reference number 126610LN Steel Automatic Year 2022 Watch with original box Watch with original papers 41mm",
    "breadcrumbs": [
        "Rolex watches",
        "Submariner Date watches",
        "Rolex 126610LN"
    ],
    "availability": "Item is in stock",
    "listing_code": "9U0ED0",
    "case_material": "Steel",
    "price_currency": "USD",
    "price_formated": 16614,
    "bracelet_material": "Steel",
    "price_valid_until": "2023-12-31",
    "scope_of_delivery": "Original box, original papers",
    "year_of_production": "2022"
}
x-api-key
string
required

Parameter defines the Retailed private key to use.

Parameters

query
string

Chrono24 Product URL

Response

object
Product Object
id
string

Chrono24 product id

sku
string

Product SKU

name
string

Product name

slug
string

Product slug

brand
string

Product brand

model
string

Product model

price
string

Product price

gender
string

Product gender

images
array

Product images

location
string

Product location

movement
string

Product movement

condition
string

Product condition

decription
string

Product decription

breadcrumbs
array

Product breadcrumbs

availability
string

Product availability

listing_code
string

Product listing code

case_material
string

Product case material

price_currency
string

Product price currency

price_formated
number

Product price formated

bracelet_material
string

Product bracelet material

price_valid_until
string

Product price valid until

scope_of_delivery
string

Product scope of delivery

year_of_production
string

Product year of production