Mytheresa Scraper — Luxury Fashion Products & Prices avatar

Mytheresa Scraper — Luxury Fashion Products & Prices

Pricing

Pay per event

Go to Apify Store
Mytheresa Scraper — Luxury Fashion Products & Prices

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

Jelle Desramaults

Maintained by Community

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

FieldTypeRequiredDescription
searchQueryStringNoSearch term (e.g., "bag", "sneakers")
categoryUrlStringNoCategory URL (e.g., euro_en/women/shoes.html)
maxResultsIntegerNoProduct limit (default: 100)
proxyConfigurationObjectNoProxy settings (residential recommended)

Defaults to scraping women's new arrivals if nothing is provided.

Output

FieldTypeExample
nameString"Garavani Rockstud leather pumps"
brandString"Valentino"
priceNumber890
originalPriceNumber1180
discountString"-25%"
currencyString"EUR"
skuStringProduct SKU
productIdStringProduct ID
inStockBooleantrue
imageUrlStringMain product image
imageUrlsArrayAll product/gallery images
descriptionStringProduct description
categoryString"Pumps"
categoriesArray["Women", "Shoes", "Pumps"]
colorString"Black"
materialString"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 -p followed by digits)
  • Locale used: euro_en (EU English)
  • Discount percentage is calculated automatically when both current and original prices exist