Wristcheck Luxury Watch Scraper avatar

Wristcheck Luxury Watch Scraper

Pricing

from $10.00 / 1,000 watch listing results

Go to Apify Store
Wristcheck Luxury Watch Scraper

Wristcheck Luxury Watch Scraper

Scrape luxury watch listings from Wristcheck.com — new and pre-owned Rolex, Patek Philippe, AP and more. Per listing: brand, model, collection, reference number, year, condition, WC grade, price (USD/HKD), box/papers, case size, image and URL. Filter by keyword, status, price; sort options.

Pricing

from $10.00 / 1,000 watch listing results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape luxury watch listings from Wristcheck — the Hong Kong / New York based marketplace for new and pre-owned luxury watches (Rolex, Patek Philippe, Audemars Piguet, Omega, Cartier, Richard Mille and 100+ other brands).

Every record includes the brand, model, collection, reference number, production/purchase year, condition (Unworn / Pre-owned) plus Wristcheck's own WC grade, price in USD and HKD, box & papers status, case diameter and the direct listing URL.

Why this scraper?

  • Price research — pull asking prices for any reference (e.g. 116610LN) in seconds
  • Sold-price history — set status to sold to collect past sale listings for market analysis
  • Deal hunting — sort by price, filter by budget, spot under-retail listings (underRetail: true)
  • Inventory monitoring — schedule runs to track new arrivals with the newest sort
  • Dataset building — feed watch-market dashboards, comps tools and ML models

Input

FieldTypeDescription
searchQueriesarrayFree-text searches — brand, model or reference number, e.g. "rolex submariner", "patek nautilus", "116610LN". Use one empty string "" to browse the whole catalog.
statusselectavailable (default, for sale now), sold (past sales / price history), or all.
sortByselectrelevance (default), newest, price_asc, price_desc.
minPriceUsd / maxPriceUsdintegerOptional USD price bounds.
maxResultsintegerCap across all queries combined (default 100).
proxyConfigurationobjectOptional. The catalog API is open — direct access (no proxy) is the default and most reliable.

Example input

{
"searchQueries": ["rolex submariner", "omega speedmaster"],
"status": "available",
"sortBy": "price_asc",
"maxResults": 100
}

Output

One dataset item per watch listing:

{
"id": "variant_01KZFM4CG7S779YFGJ2MBE6XJ4",
"title": "Submariner Date Black Dial",
"brand": "Rolex",
"collection": "Submariner",
"model": "Submariner Date Black Dial",
"referenceNumber": "126610LN",
"sku": "W123456",
"condition": "Pre-owned",
"wcGrade": "9.0",
"year": 2021,
"priceUsd": 14600,
"priceHkd": 113636,
"currency": "USD",
"status": "available",
"gender": "MEN",
"caseDiameterMm": 41,
"hasBox": true,
"hasPapers": true,
"servicePapers": false,
"limitedEdition": false,
"underRetail": false,
"categories": ["sports-watches"],
"shippingOrigin": "hk",
"image": "https://res.cloudinary.com/wc-photo/image/upload/...",
"url": "https://wristcheck.com/buy/rolex/submariner-date-black-dial?p=variant_01KZFM4CG7S779YFGJ2MBE6XJ4",
"searchQuery": "rolex submariner",
"source": "wristcheck.com",
"scrapedAt": "2026-08-17T12:00:00.000Z"
}

Field notes

  • wcGrade — Wristcheck's in-house condition grade (10.0 = like new, down to 6.0; BRAND_NEW for unworn stock).
  • conditionUnworn (new/unworn) or Pre-owned.
  • year — the year purchased/produced as stated on the listing (may be null for some pieces).
  • priceUsd / priceHkd — null for sold listings where the price is no longer displayed.
  • status: sold records are useful for building sale-history comps.

Tips

  • Reference-number searches work: "126610LN", "5711/1A", "15500ST".
  • To export the entire available catalog, run with searchQueries: [""] and a high maxResults.
  • Schedule daily newest runs and diff on id to get an alert feed of fresh arrivals.

Not affiliated

This actor is not affiliated with or endorsed by Wristcheck. It collects only publicly visible listing data. Use responsibly and respect the site's terms of service.