Watchfinder Listing Scraper
Pricing
from $3.00 / 1,000 results
Watchfinder Listing Scraper
A comprehensive scraper for Watchfinder.com. Extract full product data including reference numbers, 'Year of Birth,' box/papers status, movement details, and historical pricing for Rolex, Omega, Cartier, and more.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer

Khan
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Extract full product data from any Watchfinder listing, category, or brand page — including prices, reference numbers, dial details, condition documents, and images — without lifting a finger.
What It Does
Point this actor at any Watchfinder listing URL and get back a clean, structured dataset of every watch for sale. Whether you're tracking pre-owned Rolex prices, building a watch market feed, or doing competitive analysis, this actor fetches all the details you need in one run.
Supported URL Types
| URL Example | What It Scrapes |
|---|---|
https://www.watchfinder.com/all-watches | All watches currently for sale |
https://www.watchfinder.com/Rolex/watches | All Rolex watches |
https://www.watchfinder.com/Rolex/Datejust/watches | All Rolex Datejust watches |
https://www.watchfinder.com/Rolex/Datejust/126234/watches | Specific reference only |
https://www.watchfinder.com/Omega/Seamaster/watches | Any brand + series combination |
You can provide multiple URLs in a single run.
Output Fields
Each watch in the output dataset includes:
| Field | Description |
|---|---|
url | Direct link to the watch listing |
brand | Brand name (e.g. Rolex, Omega) |
series | Series (e.g. Datejust, Submariner) |
modelNumber | Manufacturer reference number |
yearOfBirth | Year manufactured |
price | Current price in USD |
previousPrice | Price before last change |
discountPct | Discount percentage (if any) |
material | Case material (e.g. Steel, Yellow Gold) |
dialColor | Dial colour |
movement | Movement type (Automatic / Manual) |
caliber | Caliber reference |
caseSizeMm | Case size in mm |
strap | Strap / bracelet description |
gender | Mens / Ladies / Unisex |
waterResistanceM | Water resistance in metres |
box | Original box included? |
papers | Original papers included? |
manufacturersWarranty | Still under manufacturer warranty? |
limitedEdition | Limited edition model? |
isVintage | Classified as vintage? |
imageUrl | Primary product image URL |
scrapedAt | Timestamp of data collection |
Example Input
{"startUrls": [{ "url": "https://www.watchfinder.com/Rolex/Datejust/watches" },{ "url": "https://www.watchfinder.com/Omega/Seamaster/watches" }],"maxItems": 0,"proxy": {"useApifyProxy": false}}
Example Output
{"url": "https://www.watchfinder.com/Rolex/Datejust/126234/411027/item/411027","stockId": 411027,"brand": "Rolex","series": "Datejust","modelNumber": "126234","yearOfBirth": 2019,"price": 11205,"currency": "USD","previousPrice": 0,"discountPct": 0,"priceOnApplication": false,"material": "Steel & White Gold","dialColor": "Silver","movement": "Automatic","caseSizeMm": 36,"strap": "Steel (Jubilee)","gender": "Mens","waterResistanceM": 100,"box": true,"papers": true,"manufacturersWarranty": false,"limitedEdition": false,"isVintage": false,"imageUrl": "https://images.watchfinder.co.uk/imgv3/stock/411027/...","stockType": "1P","scrapedAt": "2026-03-08T18:00:00.000Z","sourceUrl": "https://www.watchfinder.com/Rolex/Datejust/watches"}
Input Options
| Option | Type | Default | Description |
|---|---|---|---|
startUrls | Array | — | One or more Watchfinder listing page URLs (required) |
maxItems | Integer | 0 | Max watches per URL. 0 = unlimited |
proxy | Object | disabled | Apify proxy configuration |
Proxy
By default no proxy is used — Watchfinder's search data is publicly accessible. If you run into rate limits at very high volumes, enable Apify residential proxies via the proxy input option.