Off-White Scraper — Style Codes, Prices & Availability
Pricing
from $1.20 / 1,000 result scrapeds
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
Maintained by CommunityActor 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
- Leave the input empty (
{}) to harvest the full en-fr product sitemap — roughly 4,100 unique products, measured live 2026-08-12. - Or set
maxItemsto cap the run, or pass specificstartUrls(product page URLs) to scrape a known list instead of the full catalog. - Run the actor. Each result is one product: name, brand, normalized style code, price in EUR, colorway, description, main image, and the product URL.
- 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
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | Array | No | Specific Off-White product page URLs to scrape instead of the full sitemap. |
maxItems | Integer | No | Stop after this many products. 0 or empty means harvest the full sitemap (~4,100 unique products). |
maxConcurrency | Integer | No | Parallel page requests (default: 15). |
proxyConfiguration | Object | No | Apify Proxy settings. On by default; not required but improves reliability on large runs. |
Output
Each result is one product:
| Field | Type | Example |
|---|---|---|
brand | String | "Off-White" |
productName | String | "Out Of Office Sneakers" |
styleCode | String | "OMIA189C99LEA0070110" (normalized: uppercase, alphanumeric only) |
styleCodeRaw | String | "OMIA189C99LEA0070110" (as printed on the site) |
styleCodeLength | Number | 21 |
styleCodeIsFull | Boolean | true — read from the PDP's own structured data |
price | Number | 465 |
currency | String | "EUR" |
availability | Boolean/null | true — nullable 3-state, never coerced to false when unknown |
color | String | "WHITE/BLACK" |
description | String | Product description text |
imageUrl | String | Main product image URL |
productUrl | String | Off-White.com product page URL |
isPreOwned | Boolean | false — always, this is a first-party brand listing |
source | String | "off---white.com" |
scrapedAt | String | ISO 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
sizesis not returned. Off-White's server-rendered HTML exposes an emptysizeSelectorUI 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/imageleftnull. - Only the en-fr storefront (EUR pricing) is harvested by default; pass
startUrlswith 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.
Related Scrapers
- 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.