UNIQLO API Scraper
Pricing
from $0.50 / 1,000 product details
UNIQLO API Scraper
Scrape the full UNIQLO product catalog via their public commerce API. Filter by keyword, category, color, size, promo flag and price range across any region/language.
UNIQLO API Scraper
Pricing
from $0.50 / 1,000 product details
Scrape the full UNIQLO product catalog via their public commerce API. Filter by keyword, category, color, size, promo flag and price range across any region/language.
Product ID
productId
Required
UNIQLO product identifier (the L2-level product/style id used across the commerce API).
L1 ID
l1Id
Optional
Parent (L1) product group id that this style belongs to.
Name
name
Required
Localized product name as shown on the listing.
Gender
genderName
Optional
Localized gender/department label for the product.
Gender category
genderCategory
Optional
Machine-readable gender category code.
Price group
priceGroup
Optional
Price-group id required to address the product's price-scoped sub-resources (l2s, stock).
Currency
currency
Optional
Three-letter ISO 4217 currency code of the prices.
Base price
basePrice
Optional
Regular (non-promo) price in the listing currency. Null if not provided.
Promo price
promoPrice
Optional
Promotional price in the listing currency, when the product is on offer. Null otherwise.
Dual price
isDualPrice
Optional
Whether the product is shown with both a base and a promo price.
Rating
ratingAverage
Optional
Average customer review rating (typically 0–5). Null if unrated.
# Ratings
ratingCount
Optional
Number of customer reviews contributing to the rating. Null if unrated.
Promotion text
promotionText
Optional
Localized promotional banner text attached to the listing, when present.
# Colors
colorCount
Optional
Number of color options available for this product.
Colors
colors
Optional
Localized names of the available colors.
[ "White", "Black", "Navy"]All sizes
sizes
Optional
Localized names of every size the garment or shoe is offered in (the full size run), regardless of stock.
[ "S", "M", "L", "XL"]Available sizes
availableSizes
Optional
Localized names of the sizes that currently have at least one in-stock SKU, derived from variant stock. Null when variant fetching is disabled (availability is then unknown).
Main image
mainImage
Optional
URL of the product's primary image. Null if none is available.
Store stock only
storeStockOnly
Optional
Whether the product is available in physical stores only (not for online purchase).
Product URL
url
Required
Direct link to the product page on the UNIQLO site for the scraped region/language.
Region
region
Required
Region code the catalog was scraped from.
Language
lang
Required
Language code used for localized fields.
Scraped at
scrapedAt
Required
ISO 8601 timestamp (UTC) of when the run started scraping.
Variants
variants
Optional
Per-SKU (color + size) variants joined with live stock availability. Present when variant fetching is enabled.
# Variants
variantCount
Optional
Number of variants returned for the product (after any color/size pruning). Present when variant fetching is enabled.
# In-stock variants
inStockVariantCount
Optional
Number of variants currently in stock. Present when variant fetching is enabled.
Any in stock
anyInStock
Optional
Whether at least one variant is in stock. Present when variant fetching is enabled.
Reviews
reviews
Optional
Customer reviews for the product. Present when review fetching is enabled.
# Reviews
reviewCount
Optional
Number of reviews fetched for the product. Present when review fetching is enabled.