quince_search
Search and filter Quince's product catalog by keyword, department, category, material, color, size, and price range to find matching items with clean JSON results.
Instructions
Search or browse Quince products. Searches or browses Quince's (quince.com) product catalog through its own public Algolia search index. q, department, category, material, color, size, min_price, and max_price are all optional and combine as an AND -- unlike some other families' search/category-browse split, a free-text q can be combined with any of the facet filters in the same request, or every field can be omitted to browse the full catalog by Quince's own relevance/popularity ranking. department accepts one of the values quince-categories' own business_departments[].value field returns (for example Women, Men, Kids & Baby, Home, CPG, Emerging); category, material, color, and size similarly accept values from quince-categories' own categories[].value/materials[].value/colors[].value/sizes[].value fields (or quince-navigation's own browsable category/subcategory slugs for a curated, hierarchical alternative to the flat category facet). Keyword search is Algolia's own typo-tolerant relevance ranking, not a guaranteed exact match. A query with genuinely zero matches (for example a nonsense string) returns a well-formed empty result rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search query | |
| page | No | One-based page number, defaults to 1 | |
| size | No | Size facet filter, from quince-categories' own sizes[].value field | |
| color | No | Primary color facet filter, from quince-categories' own colors[].value field | |
| limit | No | Results per page, defaults to 24, maximum 100 | |
| category | No | Category facet filter, from quince-categories' own categories[].value field | |
| material | No | Material facet filter, from quince-categories' own materials[].value field | |
| max_price | No | Maximum price (inclusive), in USD | |
| min_price | No | Minimum price (inclusive), in USD | |
| department | No | Business department facet filter, from quince-categories' own business_departments[].value field |