Uniqlo Product Scraper US avatar

Uniqlo Product Scraper US

Under maintenance

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Uniqlo Product Scraper US

Uniqlo Product Scraper US

Under maintenance

Extracts fashion product listings from Uniqlo.com (US) - price, ratings, colors, sizes, and photos - for any category page URL, in one fast request.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

MrDoe

MrDoe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Uniqlo Product Scraper US hero

Turn Uniqlo's product catalog into structured data in minutes - no coding, no manual copy-pasting. Get product name, price, customer ratings, colors, sizes, and photos for any Uniqlo.com (US) category, in one fast request.

What does Uniqlo Product Scraper US do?

Uniqlo Product Scraper US collects fashion product listings from Uniqlo.com (US). Point it at any category or subcategory page URL and it fetches every product in that category, along with pricing, star ratings, available colors and sizes, and photos.

Why use Uniqlo Product Scraper US?

  • Price monitoring - track how Uniqlo prices specific categories or products over time, including promotional pricing.
  • Customer sentiment at a glance - Uniqlo shows a star rating and review count for most products directly on category pages, included here without needing a separate request per product.
  • Trend and assortment research - see exactly what's in a category, which colors and sizes are offered, and which items are flagged as best sellers.
  • Data enrichment - pull structured product data into your own spreadsheet, PIM, or price-comparison tool.

How to use Uniqlo Product Scraper US

How Uniqlo Product Scraper US works

  1. Go to the Input tab.
  2. Set Category URL to any Uniqlo.com (US) category page (copy it straight from your browser), e.g. https://www.uniqlo.com/us/en/women/tops or a narrower subcategory like https://www.uniqlo.com/us/en/women/tops/t-shirts.
  3. Set Max items to control how much to collect.
  4. Click Start and wait for the run to finish.
  5. Open the Dataset tab to preview, filter, and export your results.

Input

Uniqlo Product Scraper US input options

FieldTypeDescription
startUrlStringA Uniqlo.com (US) category or subcategory page URL.
maxItemsIntegerMaximum number of products to scrape (default: 100).

Example input:

{
"startUrl": "https://www.uniqlo.com/us/en/women/tops",
"maxItems": 100
}

Output

Uniqlo Product Scraper US dataset output

Uniqlo Product Scraper US data fields

Each product is saved as one item in the dataset, for example:

{
"productId": "E424873-000",
"name": "Crew Neck T-Shirt",
"url": "https://www.uniqlo.com/us/en/products/E424873-000/00?colorDisplayCode=00",
"brand": "Uniqlo",
"gender": "WOMEN",
"price": 19.9,
"currency": "USD",
"promoPrice": null,
"isDualPrice": false,
"rating": 4.7,
"ratingCount": 2796,
"isBestSeller": true,
"storeStockOnly": false,
"promotionText": "",
"representativeColor": "WHITE",
"colors": [
{ "name": "WHITE", "image": "https://image.uniqlo.com/UQ/ST3/us/imagesgoods/424873/item/usgoods_10_424873_3x4.jpg" }
],
"sizes": ["XXS", "XS", "S", "M", "L", "XL", "XXL"],
"image": "https://image.uniqlo.com/UQ/ST3/us/imagesgoods/424873/item/usgoods_10_424873_3x4.jpg",
"galleryImages": ["https://image.uniqlo.com/UQ/ST3/us/imagesgoods/424873/sub/usgoods_424873_sub3_3x4.jpg"],
"category": "T-Shirts & Sweats",
"scrapedAt": "2026-08-14T00:00:00.000Z"
}

Data table

FieldDescription
productIdUniqlo's internal product code
urlThe product's own page on Uniqlo.com
name, brand, genderProduct identification
price, currency, promoPrice, isDualPriceCurrent pricing, and any active promotional price
rating, ratingCountAverage star rating (out of 5) and number of customer reviews, shown directly on the category page
isBestSellerWhether Uniqlo flags this item as a best seller
storeStockOnlyWhether this item is only available in physical stores
promotionTextAny promotional label shown on the listing
representativeColor, colorsThe default color shown, and every color option with its own photo
sizesEvery size this product is offered in
image, galleryImagesPrimary photo and the product's photo gallery
categoryThe resolved category or subcategory name
scrapedAtISO timestamp when the item was scraped

Uniqlo doesn't expose customer review text on category listing pages - only the aggregate rating and count. Full review text is on individual product pages, which would require a separate request per product; this Actor is built for fast, whole-category scraping, so it isn't included.

Pricing / Cost estimation

How much does it cost to scrape Uniqlo products? Uniqlo's product data comes from its own internal JSON API, which is fetched directly with plain HTTP requests (no browser rendering needed), so this Actor is fast and cheap to run - pricing depends mainly on your Apify plan's compute unit rate and how many products you request.

Tips for better runs

  • Copy category or subcategory URLs directly from your browser's address bar for the most reliable results - the Actor resolves the category from the URL's own path segments.
  • A category page like /us/en/women/tops returns everything in that department; a subcategory page like /us/en/women/tops/t-shirts narrows it further.
  • Use the Apify Schedule feature to re-run this Actor periodically and track price, rating, or assortment changes over time.

FAQ

Is this legal? This Actor only collects publicly visible product data. You are responsible for using the data in accordance with Uniqlo's Terms of Service and any applicable laws in your jurisdiction.

Why did some fields come back empty? Not every product has every field (e.g. not every item has an active promotion or a rating yet). The Actor returns null for anything that isn't available for a given product.

What if my category URL doesn't resolve? Make sure it's a real Uniqlo.com (US) category page copied from the site (e.g. /us/en/{gender}/{class} or deeper). If the exact subcategory can't be matched, the Actor falls back to the closest resolvable parent category.

Found a bug or have a feature request? Please use the Issues tab on this Actor's page - feedback directly shapes future updates.