Discover/quince.com API
live

quince.com APIwww.quince.com

Search Quince's catalog, fetch product details (prices, colors, sizes, materials), and browse categories across women's, men's, and home with 3 endpoints.

Endpoints
3
Updated
2mo ago
Try it
Page number for pagination
Number of results per page (max 100)
Search keyword
Gender filter: 'Female', 'Male', or 'Unisex'
Category group_id to filter by (e.g., 'women>dresses', 'women>cashmere'). Use get_categori
api.parse.bot/scraper/4a6489f8-f5db-4a6f-bb84-bb3916ce2887/<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/4a6489f8-f5db-4a6f-bb84-bb3916ce2887/search_products?limit=3&query=dress&category=women%3Edresses' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for products by keyword with optional category and gender filters. Returns product listings with basic info, prices, and available filter options from Constructor.io search.

Input
ParamTypeDescription
pageintegerPage number for pagination
limitintegerNumber of results per page (max 100)
querystringSearch keyword
genderstringGender filter: 'Female', 'Male', or 'Unisex'
categorystringCategory group_id to filter by (e.g., 'women>dresses', 'women>cashmere'). Use get_categories to discover available group IDs.
Response
{
  "type": "object",
  "fields": {
    "page": "integer - current page number",
    "limit": "integer - results per page",
    "query": "string - the search keyword used",
    "products": "array of product objects with id, name, url, slug, price, image_url, description, group_ids",
    "total_results": "integer - total number of matching products",
    "available_filters": "object mapping filter names to arrays of available values"
  },
  "sample": {
    "data": {
      "page": 1,
      "limit": 3,
      "query": "dress",
      "products": [
        {
          "id": "cotton-poplin-tiered-maxi-dress_black",
          "url": "https://quince.com/women/cotton-poplin-tiered-maxi-dress?color=black",
          "name": "100% Organic Cotton Tiered Maxi Dress",
          "slug": "women/cotton-poplin-tiered-maxi-dress",
          "price": 69.9,
          "group_ids": [
            "women>dresses>maxi-dresses",
            "women>best-sellers"
          ],
          "image_url": "https://cdn.shopify.com/s/files/1/0056/4432/0879/products/W-DRS-19-BLK_2709_1080x1080_pad_ffffff.jpg.jpg?v=1655130059",
          "description": "Maxi length and maximal function..."
        }
      ],
      "total_results": 242,
      "available_filters": {
        "color": [
          "Black",
          "Navy",
          "Red"
        ],
        "gender": [
          "Female",
          "Male"
        ]
      }
    },
    "status": "success"
  }
}

About the quince.com API

The Quince API provides 3 endpoints to search, browse, and retrieve detailed product data from quince.com. Use search_products to query the catalog by keyword, category, or gender filter. Use get_product_details to pull per-product fields including price, available sizes, hex-coded color variants, material details, and images. Use get_categories to navigate the full hierarchical category tree.

What the API Covers

The Quince API gives programmatic access to the quince.com product catalog across women's, men's, and home categories. The three endpoints cover catalog search, individual product lookup, and category tree navigation. All endpoints return structured JSON with no authentication required on your end beyond your Parse key.

Search and Filtering

search_products accepts a query string plus optional gender ('Female', 'Male', or 'Unisex') and category filters. The category param takes a group_id string in the form women>dresses or women>cashmere — use get_categories first to enumerate valid values. Results include an available_filters object that maps filter names to their possible values for the current result set, making it straightforward to build faceted search interfaces. Pagination is controlled by page and limit (up to 100 per page), and total_results tells you how many records match.

Product Detail Fields

get_product_details accepts a product_id, slug, or full url — at least one is required. The response includes title, price, sizes (array of size strings), colors (array of objects with name and hex_code), details (materials and fabric description), and an images object that groups photos by color variant. The gender field on the product response reflects the target demographic as stored in the catalog.

Category Tree Navigation

get_categories takes an optional group_id parameter. Pass 'all' for top-level nodes, 'women' or 'm' for gender-specific subcategory trees. Each category object in the response includes group_id, name, product_count, and a children array for nested subcategories. This hierarchy is what you'd pass back into search_products as the category filter.

Common use cases
  • Build a price-tracking tool that monitors Quince product prices by product_id over time.
  • Generate a size and color availability matrix for a specific product using the sizes and colors fields from get_product_details.
  • Construct a faceted search UI using the available_filters object returned by search_products.
  • Enumerate the full Quince category hierarchy with get_categories to map product taxonomy for a comparison shopping tool.
  • Filter men's or women's products by category and keyword to populate a curated gift guide.
  • Extract material and fabric details from the details field to tag and classify products by composition (e.g., cashmere, linen, cotton).
  • Aggregate product counts per category using get_categories product_count fields to analyze catalog depth.
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 Quince have an official public developer API?+
No. Quince does not publish a public developer API or documented data access program. This Parse API is the structured way to access Quince catalog data programmatically.
How do I find valid category values to pass into search_products?+
Call get_categories with group_id set to 'all' to get top-level categories, then pass a returned group_id (like 'women' or 'men') to retrieve subcategories. The group_id values from those responses (e.g., 'women>dresses', 'women>cashmere') are the strings you pass as the category param in search_products.
Does get_product_details return customer reviews or review counts?+
The endpoint schema includes a reviews field in the description but the primary documented return fields focus on price, sizes, colors, images, and material details. Review text content is not guaranteed in the current response shape. You can fork this API on Parse and revise it to add a dedicated reviews endpoint if that data is available on the product page.
Is inventory or stock status exposed for products?+
The current endpoints do not return an explicit in-stock or inventory count field. The sizes array reflects available sizes, but real-time stock levels per size or color are not a documented response field. You can fork this API on Parse and revise it to add inventory status if that data is accessible.
Can I retrieve products from the home or travel categories, or is coverage limited to apparel?+
Coverage is not limited to apparel. The catalog includes women's, men's, and home categories. Use get_categories with group_id 'all' to see the full top-level list, then filter search_products by the relevant category group_id.
Page content last updated . Spec covers 3 endpoints from www.quince.com.
Related APIs in EcommerceSee all →
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.
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.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
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.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
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.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.