# Off-White Scraper — Style Codes, Prices & Availability (`studio-amba/off-white-scraper`) Actor

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

- **URL**: https://apify.com/studio-amba/off-white-scraper.md
- **Developed by:** [Studio Amba](https://apify.com/studio-amba) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.20 / 1,000 result scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 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

| 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:

```json
{
    "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](https://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](https://apify.com/studioamba/prada-scraper) — Same
  brand-direct pattern for Prada.com.
- [Chloé Scraper](https://apify.com/studioamba/chloe-scraper) — Same
  pattern for Chloe.com, with a defined per-style size run.
- [Burberry Scraper](https://apify.com/studioamba/burberry-scraper) — Same
  pattern for Burberry.com, with exact per-size stock quantities.

# Actor input Schema

## `startUrls` (type: `array`):

Optional: specific Off-White product page URLs to scrape instead of the full sitemap, e.g. https://www.off---white.com/en-fr/men/shoes/sneakers/out-of-office-sneakers-OMIA189C99LEA0070110.html

## `maxItems` (type: `integer`):

Stop after this many products. Leave empty (or 0) to harvest the full en-fr product sitemap (~4,100 unique products, measured 2026-08-12).

## `maxConcurrency` (type: `integer`):

Parallel page requests. Lower this if you see errors.

## `proxyConfiguration` (type: `object`):

Off-White's product pages are open to plain GET (verified 2026-08-12, no anti-bot). Apify Proxy is on by default for reliability on large runs; you can turn it off.

## Actor input object example

```json
{
  "maxItems": 20,
  "maxConcurrency": 15,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "maxItems": 20,
    "maxConcurrency": 15,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("studio-amba/off-white-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "maxItems": 20,
    "maxConcurrency": 15,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("studio-amba/off-white-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "maxItems": 20,
  "maxConcurrency": 15,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call studio-amba/off-white-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,studio-amba/off-white-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/uCBDKmBcBpgFmB25n/builds/tU7ERfjDTusL4xTn6/openapi.json
