SwissLuxury Watch Price Scraper
Pricing
from $10.00 / 1,000 watch results
SwissLuxury Watch Price Scraper
Scrape luxury watch prices from SwissLuxury.com — Rolex, Patek Philippe, Omega, Cartier, AP-adjacent brands & pre-owned Rolex. Per watch: model, reference number, price, list price, wire price, discount %, availability, description, image and URL. Search by keyword, brand or category URL.
Pricing
from $10.00 / 1,000 watch results
Rating
0.0
(0)
Developer
lulz bot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
Scrape luxury watch listings from SwissLuxury.com — a long-running Miami-based discount retailer of brand-new Rolex, Patek Philippe, Omega, Cartier, Breitling, Panerai, Hublot, IWC, Jaeger-LeCoultre and more, plus pre-owned Rolex.
For every watch you get the model, reference number, discounted price, list (retail) price, wire-transfer price, discount percentage, availability, full spec description, image and product URL — clean structured JSON ready for price monitoring, market analysis or comparison tools.
Why this data?
SwissLuxury is one of the few gray-market dealers that publishes actual selling prices below MSRP for current-production luxury watches. That makes it a valuable signal for:
- Discount tracking — see the real street discount vs. list price per reference (e.g. "Save 12%"), including the extra wire-transfer price.
- Price monitoring — track price changes for specific references over time (Submariner, Daytona, Nautilus, Speedmaster...).
- Market research — compare gray-market pricing across 20+ brands and hundreds of collections.
- Arbitrage & resale analysis — spot references selling under retail vs. their secondary-market value.
- Catalog enrichment — full factory spec descriptions and official style numbers for thousands of current references.
Input
| Field | Type | Description |
|---|---|---|
searchQueries | array | Keyword searches, e.g. "daytona", "nautilus", "speedmaster", or a reference number like "126610LN". |
brands | array | Scrape whole brand catalogs: rolex, pre-owned-rolex, patek-philippe, omega, cartier, breitling, panerai, hublot, iwc, jaeger-lecoultre, longines, chopard, breguet, blancpain, bulgari, chanel, glashutte-original, piaget, tag-heuer, vacheron-constantin, zenith. |
startUrls | array | Specific category or product pages, e.g. https://www.swissluxury.com/rolex-watches-submariner.htm. |
maxItems | integer | Maximum watches to return (default 100). |
proxyConfiguration | object | Optional. The site serves plain HTML — no proxy needed. |
Example input
{"searchQueries": ["daytona"],"maxItems": 20}
Output
One record per watch:
{"title": "Rolex Steel Submariner Watch - Black Dial","brand": "Rolex","referenceNumber": "124060","sku": "50259","category": "Rolex Watches - Submariner Steel","description": "41 mm Oystersteel case, unidirectional rotatable bezel with black Cerachrom insert... Waterproof to 300 meters.","price": 15595,"listPrice": null,"wirePrice": 15127,"savingsAmount": null,"discountPercent": null,"currency": "USD","availability": "In Stock","condition": "New","image": "https://www.swissluxury.com/product_images/124060.jpg","url": "https://www.swissluxury.com/rolex/124060.htm","categoryUrl": "https://www.swissluxury.com/rolex-watches-submariner.htm","searchQuery": "submariner","source": "swissluxury.com","scrapedAt": "2026-08-12T20:00:00.000Z"}
Notes:
listPrice,savingsAmountanddiscountPercentare present when the retailer shows a "List Price / Save X%" markdown (most non-Rolex brands). Rolex is typically sold near list, so onlyprice+wirePriceappear.wirePriceis the lower price offered for bank-wire payment.- Pre-owned Rolex pieces are marked
"condition": "Pre-Owned".
Usage tips
- Track a specific reference: put the style number in
searchQueries(e.g."116500") and schedule the actor daily. - Whole-brand snapshot: use
brands: ["omega"]with a highmaxItems— category pages are discovered automatically from the sitemap. - Biggest discounts: scrape a brand and sort the dataset by
discountPercent.
Integrations
Standard Apify platform features work out of the box: schedule runs, export the dataset to JSON/CSV/Excel, push results via webhooks, or consume the dataset from the API:
https://api.apify.com/v2/datasets/{datasetId}/items?format=json
Fair use
This actor only reads publicly available product pages at a low request rate. Data is intended for personal research, price monitoring and analytics.