WatchRecon Scraper - Watch Listing Search Aggregator avatar

WatchRecon Scraper - Watch Listing Search Aggregator

Pricing

from $10.00 / 1,000 results

Go to Apify Store
WatchRecon Scraper - Watch Listing Search Aggregator

WatchRecon Scraper - Watch Listing Search Aggregator

Scrape watch-for-sale listings aggregated from forums and marketplaces via WatchRecon.com. Search by brand/model and get title, brand, model, price, currency, source site, seller, location, tags, image, listing URL, and posted date. Great for watch resale price research and arbitrage.

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

6 days ago

Last modified

Categories

Share

WatchRecon Scraper

Scrape aggregated watch-for-sale listings from WatchRecon.com, a search engine that indexes watch classifieds from forums and marketplaces (Watchuseek, Reddit r/Watchexchange, and many more).

Great for watch resale price research, arbitrage, and market monitoring across brands like Rolex, Omega, Tudor, Seiko, Grand Seiko, Patek Philippe, and more.

What it does

Given search queries (e.g. rolex submariner, omega speedmaster), the Actor searches WatchRecon and extracts every listing on the results pages.

Input

FieldTypeDescription
searchQueriesarrayWatch search terms, e.g. ["rolex submariner", "omega speedmaster"]. Each is searched separately.
maxResultsintegerMax listings per query. 0 = unlimited (all pages). Default 50 (one page).
proxyConfigurationobjectProxy settings. Not needed — the site serves plain SSR HTML.

Example input

{
"searchQueries": ["rolex submariner"],
"maxResults": 50
}

Output

Each record is one watch listing:

{
"query": "rolex submariner",
"title": "Rolex Submariner No-Date 124060 – Complete Set – Excellent Condition – $13,495",
"brand": "Rolex",
"model": "Submariner No-Date",
"price": 13495,
"currency": "USD",
"priceText": "$13495",
"condition": "excellent",
"source": "Watchuseek",
"seller": "aaronlamoureux",
"followers": "4 followers",
"location": null,
"tags": ["41mm", "conus"],
"postedDate": "50 mins ago",
"image": "https://www.watchrecon.com/image.php?image_id=27856687&size=med-2x&ratio=1.33",
"url": "https://www.watchuseek.com/threads/fs-rolex-submariner-no-date-124060.../",
"scrapedAt": "2026-07-09T00:00:00.000Z"
}

url points to the original listing on the source forum/marketplace. source is the site that hosts it.

Notes

  • WatchRecon aggregates third-party listings; availability changes fast. Run frequently for fresh data.
  • condition is best-effort, extracted from listing tags/title when present.
  • postedDate is the relative time shown on WatchRecon (e.g. "50 mins ago", "2 days ago").