Discover/uniqlo.com API
live

uniqlo.com APIwww.uniqlo.com

Search Uniqlo US products, fetch full product details, and browse categories. Get pricing, colors, sizes, ratings, and images via 3 structured endpoints.

Endpoints
3
Updated
10d ago
Try it
Number of results per page (max 100)
Search keyword (e.g., 't-shirt', 'jacket', 'jeans')
Offset for pagination (starts at 0)
Filter by section: 'women', 'men', 'kids', or 'baby'
api.parse.bot/scraper/71e9d7ce-e5f0-47c7-94da-c7e2aa3ed1ad/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/71e9d7ce-e5f0-47c7-94da-c7e2aa3ed1ad/search_products?limit=3&query=jacket&section=men' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for products by keyword with optional section filter and pagination. Returns paginated product results with pricing, colors, sizes, and ratings.

Input
ParamTypeDescription
limitintegerNumber of results per page (max 100)
queryrequiredstringSearch keyword (e.g., 't-shirt', 'jacket', 'jeans')
offsetintegerOffset for pagination (starts at 0)
sectionstringFilter by section: 'women', 'men', 'kids', or 'baby'
Response
{
  "type": "object",
  "fields": {
    "count": "integer - items returned in this page",
    "total": "integer - total matching products",
    "offset": "integer - current offset",
    "products": "array of product objects with product_id, price_group, name, gender, base_price, promo_price, currency, colors, sizes, rating_average, rating_count, main_image, product_url"
  },
  "sample": {
    "data": {
      "count": 3,
      "total": 58,
      "offset": 0,
      "products": [
        {
          "name": "Zip-Up Short Jacket",
          "sizes": [
            {
              "code": "003",
              "name": "S"
            }
          ],
          "colors": [
            {
              "code": "32",
              "name": "BEIGE"
            }
          ],
          "gender": "WOMEN",
          "currency": "USD",
          "base_price": 59.9,
          "main_image": "https://image.uniqlo.com/UQ/ST3/us/imagesgoods/479208/item/usgoods_32_479208_3x4.jpg",
          "product_id": "E479208-000",
          "price_group": "00",
          "product_url": "https://www.uniqlo.com/us/en/products/E479208-000/00",
          "promo_price": null,
          "rating_count": 258,
          "rating_average": 4.8
        }
      ]
    },
    "status": "success"
  }
}

About the uniqlo.com API

This API provides structured access to the Uniqlo US online store catalog across 3 endpoints, covering product search, product details, and category navigation. The search_products endpoint returns paginated results with pricing, available colors, sizes, and average ratings. The get_product_details endpoint exposes per-product data including composition, breadcrumbs, fit ratings, and multiple image URLs.

Endpoints and Data Coverage

The API covers three areas of the Uniqlo US catalog. search_products accepts a required query string and optional section filter (women, men, kids, or baby), returning paginated results with total count, offset, and an array of product objects. Each product includes product_id, name, base_price, promo_price, currency, colors, sizes, gender, price_group, and rating_aver. Pagination is controlled via limit (up to 100) and offset.

Product Details

get_product_details accepts either a bare numeric ID like 465193 or a full-format ID like E479208-000 — the endpoint normalizes both forms to the canonical E{id}-000 format internally. The response adds fields not available in search results: sub_images (array of additional image URLs), breadcrumbs (gender, class, category, subcategory strings), fit_rating, and composition. The optional price_group parameter defaults to 00, which is the only reliably supported value; passing other values may result in a not-found error.

Category Navigation

get_categories takes no inputs and returns a sections object keyed by Women, Men, and Kids & Baby. Each section contains an array of category objects with name, url, and a subcategories array — useful for building navigation trees or seeding product searches with canonical category names. This endpoint reflects the top-level taxonomy of the Uniqlo US site as currently structured.

Common use cases
  • Build a cross-brand price comparison tool using base_price and promo_price fields from search_products
  • Populate a product catalog page with images, colors, and sizes pulled from get_product_details
  • Implement a Uniqlo-specific search interface filtered by section (men, women, kids, baby)
  • Track promotional pricing changes over time by polling promo_price for specific product IDs
  • Generate a structured category sitemap using the sections and subcategories data from get_categories
  • Filter apparel by size availability using the sizes array returned in search and detail endpoints
  • Display fit and satisfaction signals in a product UI using fit_rating and rating_aver fields
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Uniqlo offer an official public developer API?+
Uniqlo does not publish a public developer API or API documentation for third-party access to its product catalog. This Parse API provides structured access to the Uniqlo US store data.
What does `get_product_details` return beyond what `search_products` provides?+
get_product_details adds several fields not present in search results: sub_images (additional product image URLs), breadcrumbs (structured category path with gender, class, category, and subcategory), fit_rating, and material composition. Search results include rating_aver but not the full image gallery or breadcrumb hierarchy.
Does the API cover Uniqlo stores outside the US, such as the UK, Japan, or EU regions?+
Not currently. The API covers only the Uniqlo US store at uniqlo.com/us/en, so prices are in USD and product availability reflects the US catalog. You can fork this API on Parse and revise it to target other regional Uniqlo storefronts.
Is stock availability or inventory level exposed for each product?+
Not currently. The API returns size and color options but does not expose per-SKU stock levels or an in-stock/out-of-stock flag. You can fork this API on Parse and revise it to add an inventory availability endpoint.
How does pagination work in `search_products`?+
Use the offset parameter to page through results, starting at 0. The limit parameter controls how many results are returned per page, up to a maximum of 100. The response includes total (the full matching product count) and count (items returned in the current page), so you can calculate how many additional pages exist.
Page content last updated . Spec covers 3 endpoints from www.uniqlo.com.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.