Chloé Scraper — Style Codes, Prices & Sizes
Pricing
from $1.20 / 1,000 result scrapeds
Chloé Scraper — Style Codes, Prices & Sizes
Scrape Chloe.com's full product sitemap for style codes, prices, sizes, 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
2 days ago
Last modified
Categories
Share
Chloé Scraper
Scrape Chloe.com's entire product catalog — style codes, prices, sizes, 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
Chloé bag, shoe or piece of clothing across retailers, resale platforms, or
your own inventory is the brand's own style code (e.g. CH25A12LPI27T).
This actor harvests that code, current price, colorway and the full defined
size run for the entire catalog in one pass — no manual browsing, no login.
How to scrape Chloé data
- Leave the input empty (
{}) to harvest all six en-us product sitemaps — roughly 3,150 unique products, measured live 2026-07-31. - 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 USD, colorway, defined sizes, 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.
Chloe.com's product pages are open to a plain HTTP request — no login, no
JavaScript rendering, and no anti-bot wall was found during recon
(2026-07-31). The actor reads the six product sitemaps listed in
https://www.chloe.com/en-us/sitemap_index.xml (discovered via
robots.txt), de-duplicating the /es-us/ Spanish-language mirror of the
same US catalog down to one record per product, then reads each product
page's own application/ld+json structured data plus the size-selector
markup for the defined size run.
Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | Array | No | Specific Chloe product page URLs to scrape instead of the full sitemap. |
maxItems | Integer | No | Stop after this many products. 0 or empty means harvest all six sitemaps (~3,150 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 | "Chloé" |
productName | String | "Chloé Soleil slide" |
styleCode | String | "CH25A12LPI27T" (normalized: uppercase, alphanumeric only) |
styleCodeRaw | String | "CH25A12LPI27T" (as printed on the site) |
styleCodeLength | Number | 13 |
styleCodeIsFull | Boolean | true — read from the PDP's own structured data |
price | Number | 435 |
currency | String | "USD" |
availability | Boolean/null | true — nullable 3-state, never coerced to false when unknown |
sizes | Array | Sizes defined for this style — size, inStock (null: present, stock unconfirmed) |
color | String | "GINGER_BROWN" |
description | String | Product description text |
imageUrl | String | Main product image URL |
productUrl | String | Chloe.com product page URL |
isPreOwned | Boolean | false — always, this is a first-party brand listing |
source | String | "chloe.com" |
scrapedAt | String | ISO 8601 timestamp |
Example output
Real output from a live run:
{"brand": "Chloé","productName": "Chloé Soleil slide","styleCode": "CH25A12LPI27T","styleCodeRaw": "CH25A12LPI27T","styleCodeLength": 13,"styleCodeIsFull": true,"price": 435,"currency": "USD","availability": true,"sizes": [{ "size": "35", "inStock": null },{ "size": "36", "inStock": null },{ "size": "37", "inStock": null },{ "size": "38", "inStock": null },{ "size": "39", "inStock": null },{ "size": "40", "inStock": null }],"color": "GINGER_BROWN","description": "The Chloé Soleil slides are crafted from shiny calfskin with a distinctive wavy sole. The upper is stitched with the Chloé Iconic logo.","imageUrl": "https://www.chloe.com/dw/image/v2/BLMX_PRD/on/demandware.static/-/Sites-chloe-master/default/dw5b2d0e09/images/all-images/CH25A12LPI27T/0jA-SP4LQDavNsauwqSBHQ_296cbb54.jpeg?sw=1440&sfrm=png&q=90","productUrl": "https://www.chloe.com/en-us/p/shoes/slides/CH25A12LPI27T.html","isPreOwned": false,"source": "chloe.com","scrapedAt": "2026-07-31T10:02:28.569Z"}
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.
Limitations
sizeslists every size defined for the style but does not mark which ones are sold out — Chloé's server-rendered HTML doesn't carry that flag the way Celine's does, soinStockisnull(present, stock unconfirmed) on every entry rather than a guessed true/false. The product-levelavailabilityfield is still a real in-stock/out-of-stock read from the page's structured data.- The sitemap includes both
/en-us/and/es-us/(Spanish-language, same US catalog) entries for every product; this actor de-duplicates to/en-us/only, so the effective catalog size is about half the raw sitemap URL count. - 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. - Data is scraped from the public Chloe.com site and may change without notice if Chloé changes its markup or sitemap structure.
- Respect Chloé'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.
- Celine Scraper — Same pattern for Celine.com, with confirmed per-size stock.
- Burberry Scraper — Same pattern for Burberry.com, with exact per-size stock quantities.