Uniqlo scraper API

Uniqlo France catalog: category taxonomy and product listings with prices, promos, ratings, and stock.

Commerce & delivery 2 capabilities stable 100.0% success rate

What people use it for

  • Price and promotion tracking across the Uniqlo France catalog
  • Assortment and stock monitoring for competitive retail intelligence
  • Catalog ingestion for fashion marketplaces and comparison engines

Capabilities

Every capability is one POST /execute call that returns structured JSON.

Categories List

uniqlo.categories.list
1 credit / request

List the flattened Uniqlo France taxonomy: genders, classes, and categories with parent chains and ready-to-use product paths.

Request

curl -X POST https://data.upscrape.com/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{},"capability":"uniqlo.categories.list"}'

Category Products List

uniqlo.category.products.list
1 credit / request

List Uniqlo France products for a taxonomy path such as "37608,84986" with prices, promotions, ratings, stock, colors, and sizes. Offset-paginated.

Request

curl -X POST https://data.upscrape.com/execute \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"path":"37608,84986"},"capability":"uniqlo.category.products.list"}'

Input

Field Type Required Description
include_unavailable boolean optional Keep out-of-stock products in the parsed items. The anonymous API has no server-side in-stock-only filter, so false filters client-side; pagination still reflects upstream totals.
limit integer optional Page size. Defaults to 36, clamped to 96.
offset integer optional Zero-based item offset.
path string required Taxonomy path from uniqlo.categories.list: "{gender_id},{class_id}" (e.g. "37608,84986" for WOMEN tops). A third category id segment is also accepted.
sort integer optional Upstream sort order id; 0 is the app's default ranking.

Run Uniqlo in under a minute

Sign in, create an API key, and try any capability in the playground before you write code.

Get an API key