Watchfinder Listing Scraper avatar

Watchfinder Listing Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Watchfinder Listing Scraper

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

Khan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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 ExampleWhat It Scrapes
https://www.watchfinder.com/all-watchesAll watches currently for sale
https://www.watchfinder.com/Rolex/watchesAll Rolex watches
https://www.watchfinder.com/Rolex/Datejust/watchesAll Rolex Datejust watches
https://www.watchfinder.com/Rolex/Datejust/126234/watchesSpecific reference only
https://www.watchfinder.com/Omega/Seamaster/watchesAny brand + series combination

You can provide multiple URLs in a single run.

Output Fields

Each watch in the output dataset includes:

FieldDescription
urlDirect link to the watch listing
brandBrand name (e.g. Rolex, Omega)
seriesSeries (e.g. Datejust, Submariner)
modelNumberManufacturer reference number
yearOfBirthYear manufactured
priceCurrent price in USD
previousPricePrice before last change
discountPctDiscount percentage (if any)
materialCase material (e.g. Steel, Yellow Gold)
dialColorDial colour
movementMovement type (Automatic / Manual)
caliberCaliber reference
caseSizeMmCase size in mm
strapStrap / bracelet description
genderMens / Ladies / Unisex
waterResistanceMWater resistance in metres
boxOriginal box included?
papersOriginal papers included?
manufacturersWarrantyStill under manufacturer warranty?
limitedEditionLimited edition model?
isVintageClassified as vintage?
imageUrlPrimary product image URL
scrapedAtTimestamp 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

OptionTypeDefaultDescription
startUrlsArrayOne or more Watchfinder listing page URLs (required)
maxItemsInteger0Max watches per URL. 0 = unlimited
proxyObjectdisabledApify 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.