Mytheresa Scraper — Luxury Fashion Products & Prices
Pricing
Pay per event
Mytheresa Scraper — Luxury Fashion Products & Prices
Scrape luxury fashion products, prices, brands, and availability from mytheresa.com. Covers designer clothing, shoes, bags, and accessories.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Jelle Desramaults
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Mytheresa Scraper
Extracts luxury fashion product data from Mytheresa.com -- designer clothing, shoes, bags, and accessories from brands like Gucci, Prada, Balenciaga, and Bottega Veneta.
Bot detection warning
Mytheresa has bot management rules. The scraper uses got-scraping header generation and browser-like request patterns. If you see empty results, try residential proxies.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Search term (e.g., "bag", "sneakers") |
categoryUrl | String | No | Category URL (e.g., euro_en/women/shoes.html) |
maxResults | Integer | No | Product limit (default: 100) |
proxyConfiguration | Object | No | Proxy settings (residential recommended) |
Defaults to scraping women's new arrivals if nothing is provided.
Output
| Field | Type | Example |
|---|---|---|
name | String | "Garavani Rockstud leather pumps" |
brand | String | "Valentino" |
price | Number | 890 |
originalPrice | Number | 1180 |
discount | String | "-25%" |
currency | String | "EUR" |
sku | String | Product SKU |
productId | String | Product ID |
inStock | Boolean | true |
imageUrl | String | Main product image |
imageUrls | Array | All product/gallery images |
description | String | Product description |
category | String | "Pumps" |
categories | Array | ["Women", "Shoes", "Pumps"] |
color | String | "Black" |
material | String | "Leather" |
{"name": "Garavani Rockstud leather pumps","brand": "Valentino","price": 890,"originalPrice": 1180,"discount": "-25%","currency": "EUR","inStock": true,"color": "Black","material": "Leather","category": "Pumps","url": "https://www.mytheresa.com/euro_en/valentino-garavani-rockstud-pumps-p12345.html","scrapedAt": "2026-03-16T10:00:00.000Z"}
URL patterns
- Product pages:
/{locale}/product-slug-p{id}.html(note the-pfollowed by digits) - Locale used:
euro_en(EU English) - Discount percentage is calculated automatically when both current and original prices exist