Quince Scraper avatar

Quince Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Quince Scraper

Quince Scraper

Get real-time data including selling prices, retail prices, discount percentages, product images, customer reviews, ratings, and availability by color.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Quince Product Scraper

Extract product listings from Quince.com — one of America's fastest-growing affordable luxury brands. Get real-time data including selling prices, retail prices, discount percentages, product images, customer reviews, ratings, and availability by color.

What data does it return?

Each record represents a single product-color combination with:

FieldDescription
titleProduct name
colorColor variant
urlProduct page URL
slugURL path slug
priceCurrent selling price (USD)
retailPriceTraditional retail/MSRP price (USD)
discountSavings percentage vs. retail
inStockWhether any size is in stock
sizesAvailable sizes for this color
genderfemale, male, or unisex
materialMaterial(s)
descriptionPlain-text product description
sizeAndFitSize and fit notes
careAndMaintenanceCare instructions
productTypeNameProduct type (e.g. SWEATERS, TOPS)
departmentTop-level category (e.g. Cashmere, Linen, Rugs)
subDepartmentSub-category (when available)
tagsTags such as "Best seller", "Low Stock", "New"
imageUrlPrimary image for this color
imagesAll images for this color
averageRatingAverage customer rating (1–5)
reviewCountTotal number of reviews
reviewsUp to 5 most recent reviews (rating, title, body, author, date)
sourceKindMode used (search, byCategory, byProductUrl)
sourceInputOriginal query/category/URL
scrapedAtISO 8601 UTC timestamp

Input parameters

Mode

ModeDescription
search (default)Keyword search across all Quince products
byCategoryBrowse by department and/or category
byProductUrlScrape specific product pages by URL

Filters

FilterTypeDescription
searchQuerystringKeyword search (used in search mode)
departmentselectBusiness department: Women, Men, Home, Kids & Baby, etc.
categoryselectProduct category: Apparel, Accessories, Bags, Beauty, etc.
genderselectfemale, male, or unisex
inStockOnlybooleanOnly return in-stock products
minPrice / maxPriceintegerPrice range filter (USD)
productUrlsarrayProduct URLs (for byProductUrl mode)
maxItemsintegerMaximum records to return (1–5000)

Sample input

{
"mode": "search",
"searchQuery": "cashmere sweater",
"maxItems": 20,
"gender": "female",
"inStockOnly": true
}

Sample output

{
"productId": 94,
"title": "Mongolian Cashmere V-Neck Sweater",
"color": "Rich Burgundy",
"url": "https://www.quince.com/women/cashmere/cashmere-v-neck-sweater",
"slug": "women/cashmere/cashmere-v-neck-sweater",
"price": 50,
"retailPrice": 138,
"discount": 64,
"inStock": true,
"sizes": ["XS", "S", "M", "L", "XL"],
"gender": "female",
"material": "Cashmere",
"description": "The classic cashmere v-neck sweater is timeless...",
"department": "Cashmere",
"tags": ["Best seller"],
"imageUrl": "https://images.ctfassets.net/...",
"images": ["https://images.ctfassets.net/..."],
"averageRating": 4.86,
"reviewCount": 12063,
"reviews": [
{
"rating": 5,
"title": "Sweater",
"body": "Love it",
"author": "Carol P.",
"date": "2026-05-29 14:00:52"
}
],
"sourceKind": "search",
"sourceInput": "cashmere sweater",
"scrapedAt": "2026-05-30T10:00:00+00:00"
}

Use cases

  • Price comparison — Compare Quince's direct prices vs. traditional retail MSRP
  • Inventory monitoring — Track color and size availability across Quince's catalog
  • Discount analysis — Find the highest-discount products by category
  • Review aggregation — Collect customer reviews at scale for sentiment analysis
  • Trend spotting — Identify "Best seller" and "New" tagged products across departments
  • Competitor benchmarking — Monitor Quince's pricing strategy and catalog expansion

FAQ

Does this require authentication? No. The scraper uses Quince's public Algolia search API and their Next.js server-side rendering data endpoint. No credentials, cookies, or API keys required.

Does it require proxies? No. The scraper works without any proxy configuration on standard datacenter IPs.

How many products can I scrape? Quince has approximately 14,000+ product-color combinations. A single allMarkets-style run can return thousands of records. Use maxItems to control volume.

What's the difference between price and retailPrice? price is what Quince charges directly. retailPrice is the traditional retail/MSRP that Quince compares against to show savings. Quince typically saves buyers 50–80% versus retail.

Why does each product appear multiple times? Each record is one (product, color) pair. A cashmere sweater available in 10 colors appears as 10 records, each with its own images and availability status.

Can I filter by specific department like Women or Men? Yes — set mode: byCategory and select a department from the dropdown.

How fresh is the data? The scraper fetches live data from Quince.com on each run. Prices and stock status reflect the current state at run time.

Limitations

  • Reviews limited to 27 per product: The Next.js SSR page loads up to 27 most recent reviews; the scraper returns the first 5.
  • No authentication-gated data: Personalized pricing, loyalty points, or account-specific offers are not accessible.
  • No historical data: Only current prices and availability are available.
  • Single market (US / USD): Quince ships only to the US and Canada, and operates a single storefront (quince.com) with one Algolia catalog and one Next.js product feed — all in USD. The country switcher shown at checkout is a currency-estimate widget layered on top of the same US catalog, not a separate localized storefront with its own product IDs or feed; there is no quince.ca or other regional domain/index to scrape. Multi-market support is therefore not applicable to this actor.