# Uniqlo API

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

- Platform ID: `uniqlo`
- Capabilities: 2
- Execute endpoint: `POST https://data.upscrape.com/execute`
- OpenAPI: https://upscrape.com/scrapers/uniqlo/openapi.json

## Capabilities

| Endpoint | Capability ID | Cost | Description |
| --- | --- | --- | --- |
| [Categories List](https://docs.upscrape.com/docs/platforms/uniqlo/uniqlo.categories.list) | `uniqlo.categories.list` | 1 credit per request | List the flattened Uniqlo France taxonomy: genders, classes, and categories with parent chains and ready-to-use product paths. |
| [Category Products List](https://docs.upscrape.com/docs/platforms/uniqlo/uniqlo.category.products.list) | `uniqlo.category.products.list` | 1 credit per request | List Uniqlo France products for a taxonomy path such as "37608,84986" with prices, promotions, ratings, stock, colors, and sizes. Offset-paginated. |

## Common uses

- 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

## Integration contract

All capabilities use the shared `POST /execute` envelope. A `200` response completed inline; a `202` response must be polled through `GET /jobs/{id}`.

See [authentication](https://docs.upscrape.com/docs/api/authentication), [jobs and results](https://docs.upscrape.com/docs/api/jobs), and [errors and retries](https://docs.upscrape.com/docs/api/errors).
