Off-White Scraper — Style Codes, Prices & Availability avatar

Off-White Scraper — Style Codes, Prices & Availability

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
Off-White Scraper — Style Codes, Prices & Availability

Off-White Scraper — Style Codes, Prices & Availability

Scrape Off-White's full product sitemap for style codes, prices, colors, images and descriptions, straight from the brand — no login required.

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

Off-White Scraper

Scrape Off-White's entire product catalog — style codes, prices, availability, colors, images and descriptions — 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 Off-White hoodie, sneaker or accessory across retailers, resale platforms, or your own inventory is the brand's own style code (e.g. OMIA189C99LEA0070110). This actor harvests that code, current price, colorway and availability for the entire catalog in one pass — no manual browsing, no login.

How to scrape Off-White data

  1. Leave the input empty ({}) to harvest the full en-fr product sitemap — roughly 4,100 unique products, measured live 2026-08-12.
  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, colorway, description, 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.

Off-White's real domain is off---white.com (triple hyphen — the single-hyphen off-white.com is an unrelated site). Its product pages are open to a plain HTTP request — no login, no JavaScript rendering, and no anti-bot wall was found during recon (2026-08-12). The actor reads the en-fr product sitemap listed in robots.txt (https://www.off---white.com/en-fr/sitemap-product_0.xml), then reads each product page's own application/ld+json structured data for the canonical fields.

Input

FieldTypeRequiredDescription
startUrlsArrayNoSpecific Off-White product page URLs to scrape instead of the full sitemap.
maxItemsIntegerNoStop after this many products. 0 or empty means harvest the full sitemap (~4,100 unique products).
maxConcurrencyIntegerNoParallel page requests (default: 15).
proxyConfigurationObjectNoApify Proxy settings. On by default; not required but improves reliability on large runs.

Output

Each result is one product:

FieldTypeExample
brandString"Off-White"
productNameString"Out Of Office Sneakers"
styleCodeString"OMIA189C99LEA0070110" (normalized: uppercase, alphanumeric only)
styleCodeRawString"OMIA189C99LEA0070110" (as printed on the site)
styleCodeLengthNumber21
styleCodeIsFullBooleantrue — read from the PDP's own structured data
priceNumber465
currencyString"EUR"
availabilityBoolean/nulltrue — nullable 3-state, never coerced to false when unknown
colorString"WHITE/BLACK"
descriptionStringProduct description text
imageUrlStringMain product image URL
productUrlStringOff-White.com product page URL
isPreOwnedBooleanfalse — always, this is a first-party brand listing
sourceString"off---white.com"
scrapedAtStringISO 8601 timestamp

Example output

Real output from a live run:

{
"brand": "Off-White",
"productName": "Out Of Office Sneakers",
"styleCode": "OMIA189C99LEA0070110",
"styleCodeRaw": "OMIA189C99LEA0070110",
"styleCodeLength": 21,
"styleCodeIsFull": true,
"price": 465,
"currency": "EUR",
"availability": true,
"color": "WHITE/BLACK",
"description": "The Out Of Office Sneakers are crafted for urban exploration, combining a distinctive design with signature details and a sleek silhouette. An iconic Off-White model.",
"imageUrl": "https://www.off---white.com/dw/image/v2/BGDG_PRD/on/demandware.static/-/Sites-51/default/dw701dcde8/images/zoom/OMIA189C99LEA01A_0110_0.jpg",
"productUrl": "https://www.off---white.com/en-fr/men/shoes/sneakers/out-of-office-sneakers-OMIA189C99LEA0070110.html",
"isPreOwned": false,
"source": "off---white.com",
"scrapedAt": "2026-08-12T12:00:00.000Z"
}

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

  • sizes is not returned. Off-White's server-rendered HTML exposes an empty sizeSelector UI placeholder — per-size availability looks to be a client-side-only call, the same class of gap already documented on this fleet's Prada Scraper. Rather than guess, this actor omits the field.
  • About 0.5% of sitemap URLs contain a literal quote character in the product name (e.g. a "For Walking" design); these are percent-encoded before the request is made, and the site 301-redirects to the canonical unquoted URL.
  • A small share of sitemap URLs 404 (discontinued lines still listed) — the actor still returns a record with the style code from the URL, with price/availability/image left null.
  • Only the en-fr storefront (EUR pricing) is harvested by default; pass startUrls with a different locale prefix to read another market.
  • Data is scraped from the public Off-White.com site and may change without notice if Off-White changes its markup or sitemap structure.
  • Respect Off-White'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.

  • Prada Scraper — Same brand-direct pattern for Prada.com.
  • Chloé Scraper — Same pattern for Chloe.com, with a defined per-style size run.
  • Burberry Scraper — Same pattern for Burberry.com, with exact per-size stock quantities.