Ashford Scraper - Discount Luxury & Fashion Watches avatar

Ashford Scraper - Discount Luxury & Fashion Watches

Pricing

from $10.00 / 1,000 watch listings

Go to Apify Store
Ashford Scraper - Discount Luxury & Fashion Watches

Ashford Scraper - Discount Luxury & Fashion Watches

Scrape Ashford.com, the discount luxury watch retailer. Get brand, model, reference/SKU, sale price, list price (MSRP), discount %, availability, image and URL for Movado, Tissot, Invicta, Versace, Burberry and 100+ brands. Filter by brand, price or stock. No proxy needed.

Pricing

from $10.00 / 1,000 watch listings

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

Ashford Scraper — Discount Luxury & Fashion Watches

Scrape Ashford.com, the long-running discount luxury watch retailer, and get clean, structured JSON for thousands of watches from Movado, Tissot, Invicta, Versace, Burberry, Dolce & Gabbana, Marc Jacobs, Porsche Design, Paul Smith and 100+ other brands.

For every watch you get the sale price, the manufacturer List Price (MSRP) and the computed discount percentage — the exact data you need for deal monitoring, repricing and market analysis.

What you get

FieldExample
titleMovado Bold Watch 3601340
brandMovado
modelBold
reference3601340 (manufacturer reference / SKU)
gendermen / women / unisex
price229.99 (current sale price, USD)
listPrice695.00 (manufacturer List Price / MSRP)
discountPercent66
availabletrue / false (in stock)
gtin885997135887 (UPC/EAN barcode)
imageProduct image URL
urlDirect product URL
tags, productType, publishedAt, updatedAtExtra metadata

Use cases

  • Deal & discount monitoring — track when a specific reference drops below a target price or discount threshold.
  • Price comparison / arbitrage — compare Ashford's heavily discounted prices against eBay, Amazon, Jomashop or grey-market resellers.
  • MSRP database — Ashford exposes the manufacturer List Price per reference, great for building retail-price baselines.
  • Inventory & assortment analytics — track which brands/models are in stock, added, or sold out over time.
  • Repricing feeds — feed competitor pricing into your own store's repricer.

Input

{
"brands": ["Movado", "Tissot"],
"maxItems": 100,
"fetchListPrice": true,
"onlyAvailable": false,
"minPrice": 100,
"maxPrice": 1000
}
  • brands — optional list of brand names, each scraped via its Ashford brand collection. Leave empty to scrape the whole catalog.
  • maxItems — cap on the number of records (0 = everything).
  • fetchListPrice — when on (default), each product page is fetched to extract the List Price (MSRP), discount % and GTIN. Turn off for a faster price/stock-only crawl.
  • onlyAvailable — only in-stock watches.
  • minPrice / maxPrice — price range filter in USD.

Output example

{
"listingId": 10338171814183,
"title": "Movado Bold Watch 3601340",
"brand": "Movado",
"model": "Bold",
"reference": "3601340",
"gender": null,
"productType": "Watch",
"price": 229.0,
"listPrice": 695.0,
"discountPercent": 67,
"currency": "USD",
"available": true,
"gtin": "885997135887",
"image": "https://cdn.shopify.com/s/files/1/0909/1625/8087/files/3601340_F.jpg",
"url": "https://www.ashford.com/products/movado-3601340",
"publishedAt": "2026-08-12T10:11:08-04:00",
"updatedAt": "2026-08-12T16:46:17-04:00",
"sourceCollection": "Movado",
"scrapedAt": "2026-08-12T21:00:00.000Z"
}

Why this actor

  • Fast and cheap — reads Ashford's open product JSON directly; no browser, no proxies.
  • MSRP + discount included — the List Price shown on Ashford product pages is extracted and the discount computed for you.
  • Pay per result — you are only charged for the records actually delivered.

Notes

  • Prices are in USD. Ashford frequently runs extra coupon codes on top of the listed sale price; the scraped price is the listed sale price before coupons.
  • If a run returns no records, check the DIAGNOSTIC key in the run's key-value store for the reason (empty brand collection, filters too strict, or a site change).