Loewe Scraper — Style Codes, Prices & Stock avatar

Loewe Scraper — Style Codes, Prices & Stock

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
Loewe Scraper — Style Codes, Prices & Stock

Loewe Scraper — Style Codes, Prices & Stock

Scrape Loewe.com's full EU product sitemap for style codes, prices, per-size availability and images, straight from the brand — no login, no anti-bot wall found.

Pricing

from $1.20 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Loewe Scraper

Scrape Loewe.com's entire EU product catalog — style codes, prices, per-size stock and images — straight from the brand's own product sitemap.

Why use this actor?

Luxury products have no EAN or UPC. The only reliable way to match the same Loewe bag, jacket or pair of sunglasses across retailers, resale platforms, or your own inventory is the brand's own style code (e.g. A03918MX01-1100). This actor harvests that code, plus current price, per-size availability and images, for the entire catalog in one run — no manual browsing, no login, and no per-product lookups needed.

How to scrape Loewe data

  1. Leave the input empty ({}) to harvest the full eur/en product sitemap — roughly 2,270 products, measured live 2026-08-13.
  2. Or set maxItems to cap the run, or pass specific startUrls (product page URLs) to scrape a known list instead of the full catalog.
  3. Run the actor. Each result is one product: name, brand, normalized style code, price in EUR, availability, per-size stock ladder where applicable, main image, and the product URL.
  4. Export the dataset as JSON, CSV, or Excel from the Apify Console, or pull it via the API.

Loewe.com's product pages are open to a plain HTTP request — no login and no JavaScript rendering needed. The actor reads https://www.loewe.com/eur/sitemap_0-product.xml and .../sitemap_1-product.xml (discovered via robots.txteur/en/sitemap_index.xml), filters to /eur/en/ product URLs, then reads each product page's own embedded product data for the fields. Loewe runs a Salesforce Commerce Cloud storefront on the Mobify PWA Kit — a React-rendered page rather than the plain JSON-LD markup other brand-direct actors in this family (Prada, Miu Miu, Chloé, Off-White, Burberry) use, so this actor reads the site's own React Query data cache instead.

Input

FieldTypeRequiredDescription
startUrlsArrayNoSpecific Loewe product page URLs to scrape instead of the full sitemap.
maxItemsIntegerNoStop after this many products. 0 or empty means harvest the entire sitemap (~2,270 products).
maxConcurrencyIntegerNoParallel page requests (default: 15).
proxyConfigurationObjectNoApify Proxy settings. No country pin needed — the actor sends its own language/currency cookie on every request, so pricing and product text stay English/EUR regardless of proxy exit.

Output

Each result is one product:

FieldTypeExample
brandString"Loewe"
productNameString"Medium Amazona 180 bag in soft calfskin"
styleCodeString"A03918MX011100" (normalized: uppercase, alphanumeric only)
styleCodeRawString"A03918MX01-1100" (as printed on the site)
styleCodeLengthNumber14
styleCodeIsFullBooleantrue — read from the PDP's own product data
priceNumber3900
currencyString"EUR"
availabilityBoolean/nulltrue — nullable 3-state, never coerced to false when unknown
sizesArrayPer-size stock ladder, e.g. [{"size":"36","sku":"3625","inStock":true}, ...] — only present for clothing/belts, absent for one-size items like bags
colorString"Black"
descriptionStringLoewe's own product description (absent, not empty-padded, on the rare bundle products that don't carry one)
imageUrlStringMain product image URL, resolved to absolute
productUrlStringLoewe.com product page URL
isPreOwnedBooleanfalse — always, this is a first-party brand listing
sourceString"loewe.com"
scrapedAtStringISO 8601 timestamp

Example output

Real output from a live run:

{
"brand": "Loewe",
"productName": "Medium Amazona 180 bag in soft calfskin",
"styleCode": "A03918MX011100",
"styleCodeRaw": "A03918MX01-1100",
"styleCodeLength": 14,
"styleCodeIsFull": true,
"price": 3900,
"currency": "EUR",
"availability": true,
"color": "Black",
"description": "The Amazona 180 revisits one of LOEWE's most storied bags, taking on a relaxed silhouette anchored by a single toron top handle...",
"imageUrl": "https://www.loewe.com/dw/image/v2/BBPC_PRD/on/demandware.static/-/Sites-Loewe_master/default/dwb2f71987/images_rd/A03918MX01/A03918MX01-1100/A03918MX01_1100_1F.jpg?sw=500&q=100",
"productUrl": "https://www.loewe.com/eur/en/women/bags/amazona/medium-amazona-180-bag-in-soft-calfskin/A03918MX01-1100.html",
"isPreOwned": false,
"source": "loewe.com",
"scrapedAt": "2026-08-13T10:02:18.273Z"
}

Cost estimate

This actor makes one lightweight HTTP request per product — no browser rendering. At the MID pricing tier ($0.002 per result + $0.005 per run), scraping 1,000 products costs roughly $2.01 in platform fees plus your Apify compute usage, which is minimal since every request is plain HTTP/Cheerio. Usage cost only settles after the run reports SUCCEEDED — reading the dataset mid-run undercounts what you'll actually be charged.

Limitations

  • Per-size stock is only available for products that have a size dimension (clothing, belts) — bags, sunglasses and other one-size items don't carry a sizes array, matching how Loewe itself doesn't offer a size picker on those product types.
  • Currency is fixed at EUR because this actor reads the eur/en storefront sitemap specifically. Loewe dispatches both currency AND display language by request geo-IP (a non-English proxy exit can silently redirect an /eur/en/... URL and render the whole page in the local language) — this actor pre-sends the site's own language-preference cookie on every request so results stay English/EUR regardless of which country the proxy exits from.
  • A small minority of products are customisable "set"/bundle items (e.g. charm sets) with no size/stock data at all — availability is left null rather than guessed, and description is omitted rather than shipped empty.
  • If a product page is ever blocked or returns something unexpected, the record still gets pushed with the style code read straight from the URL slug — price, availability and image are left null rather than the run failing outright.
  • Data is scraped from the public Loewe.com site and may change without notice if Loewe changes its markup or sitemap structure.
  • Respect Loewe's terms of service and use the data responsibly.

Need this data on a schedule, or a custom version?

We run this scraper as a managed service for businesses: scheduled runs, deduplication, delta detection, and delivery to your inbox, Google Sheets, or API — maintenance included. We can also build a custom version with your exact fields and filters, or combine multiple sources into one feed.

See studioamba.dev/services or email hello@studioamba.dev for a free data sample. We maintain 300+ European web scrapers and answer within one business day.