WatchMaxx Discount Watch Scraper avatar

WatchMaxx Discount Watch Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
WatchMaxx Discount Watch Scraper

WatchMaxx Discount Watch Scraper

Scrape discounted luxury watches from WatchMaxx (watchmaxx.com). Per-product data: title, brand, series/model, reference number, sale price, retail/MSRP, discount %, category, condition, availability, image and product URL. Search by brand or keyword like 'rolex', 'tissot' or 'omega speedmaster'.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Scrape discounted luxury and fashion watches from WatchMaxx, an online authorized watch discounter. Search by brand or keyword and get clean, structured product data including the discounted sale price, the retail/MSRP it's marked down from, and the resulting discount.

What it does

For each search query (e.g. rolex, tissot, omega speedmaster), the actor queries WatchMaxx's product gallery and returns every matching watch with:

  • title — full product name
  • brand — e.g. Rolex, Omega, Tissot, Breitling
  • model — series / collection name (e.g. Submariner, Speedmaster)
  • referenceNumber — manufacturer reference / SKU code
  • gender — Men's / Women's / Unisex
  • caseMaterial — e.g. Stainless Steel, Yellow Gold
  • category — product type (Watch, etc.)
  • price — WatchMaxx discounted selling price (USD)
  • msrp — retail / MSRP the watch is discounted from (USD)
  • discountPercent — percentage off retail
  • condition — new / preowned
  • availability / inStock — stock status
  • image / extraImages — product imagery
  • url — direct link to the product page

Input

{
"searchQueries": ["rolex", "tissot"],
"maxResults": 100
}
FieldTypeDescription
searchQueriesarray of stringsBrand or keyword searches. Try "rolex", "tissot", "omega speedmaster", "breitling navitimer".
maxResultsintegerMax products across all queries combined (default 100).
proxyConfigurationobjectOptional. The WatchMaxx API is open and works best with direct access; only use a proxy for very large runs.

Output

Each dataset item is one watch product. Example:

{
"title": "Rolex GMT Master ll Pepsi Bezel Oyster Bracelet Men's Watch 126710BLRO-0002",
"brand": "Rolex",
"model": "GMT Master II",
"referenceNumber": "126710BLRO-0002",
"gender": "Men's",
"caseMaterial": "Stainless Steel",
"category": "Watch",
"price": 11800,
"msrp": 29995,
"discountPercent": 61,
"currency": "USD",
"condition": "new",
"availability": "In Stock",
"inStock": true,
"image": "https://res.cloudinary.com/dp9dnliwc/image/upload/wmmedia/watch_images/large/...jpg",
"url": "https://www.watchmaxx.com/rolex-watch-126710blro-0002",
"source": "watchmaxx.com"
}

Use cases

  • Monitor watch discounts and price drops vs. MSRP
  • Build watch price comparison / arbitrage datasets
  • Track brand catalog availability and reference numbers
  • Feed pricing intelligence tools and resale research

Notes

This actor uses WatchMaxx's public JSON product API and returns partial results gracefully if interrupted. It never bills you for empty runs — if no products match, a diagnostic is written to the key-value store instead of the dataset.