Watchfinder Pre-Owned Luxury Watch Scraper avatar

Watchfinder Pre-Owned Luxury Watch Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Watchfinder Pre-Owned Luxury Watch Scraper

Watchfinder Pre-Owned Luxury Watch Scraper

Scrape pre-owned luxury watches from Watchfinder & Co. (watchfinder.com). Per listing: brand, model/series, reference number, price, condition, year, box & papers, seller, image and URL. Search by brand or keyword like 'rolex submariner', 'omega', 'patek philippe'.

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

3 days ago

Last modified

Categories

Share

Scrape pre-owned and vintage luxury watches from Watchfinder & Co., one of the world's largest certified pre-owned watch retailers. Search by brand or keyword and get clean, structured listing data including price, reference number, year and box-and-papers status.

What it does

For each search query (e.g. rolex submariner, omega speedmaster, patek philippe), the actor pages through Watchfinder's catalog and returns every matching watch with:

  • title — brand + model line + reference
  • brand — e.g. Rolex, Omega, Patek Philippe, Audemars Piguet
  • model — model line / collection (e.g. Submariner, Speedmaster, Nautilus)
  • modelName — brand + model line convenience field
  • referenceNumber — manufacturer reference number
  • sku — Watchfinder stock number
  • price — asking price (USD)
  • condition — Pre-Owned or Unworn
  • year — year of manufacture
  • boxAndPapers — Box & Papers / Box only / Papers only / Watch only
  • hasBox / hasPapers — boolean flags
  • seller — Watchfinder & Co.
  • image — product image URL
  • url — listing URL
  • searchQuery, source, scrapedAt — provenance

Use an empty string "" as a query to browse the entire pre-owned catalog.

Input

{
"searchQueries": ["rolex submariner", "omega speedmaster"],
"maxResults": 100
}
  • searchQueries (array) — brand or keyword searches. Empty string browses everything.
  • maxResults (integer) — max listings across all queries combined (default 100).
  • proxyConfiguration (object) — optional. Watchfinder serves plain server-rendered HTML and works best with direct access; a proxy is only needed for very large runs.

Output

Each item is one watch listing pushed to the dataset. Example:

{
"title": "Rolex Submariner 1680",
"brand": "Rolex",
"model": "Submariner",
"modelName": "Rolex Submariner",
"referenceNumber": "1680",
"sku": "422126",
"price": 10950,
"currency": "USD",
"condition": "Pre-Owned",
"year": 1977,
"boxAndPapers": "Watch only",
"hasBox": false,
"hasPapers": false,
"seller": "Watchfinder & Co.",
"image": "https://www.watchfinder.com/media/catalog/product/...",
"url": "https://www.watchfinder.com/watches/rolex/submariner/1680/422126",
"source": "watchfinder.com"
}

Pricing

This actor uses pay per result: a small per-item charge for each watch listing returned, plus a tiny actor start fee. Failed runs that return no results are not billed for items.