Quince Product Prices & Reviews Scraper avatar

Quince Product Prices & Reviews Scraper

Pricing

from $6.15 / 1,000 results

Go to Apify Store
Quince Product Prices & Reviews Scraper

Quince Product Prices & Reviews Scraper

Extract Quince.com products with selling price, traditional retail price, discount percent, variants, sizes, colors, images, ratings and recent reviews. Ideal for pricing intelligence and competitor monitoring. Export to JSON, CSV or Excel.

Pricing

from $6.15 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

19 hours ago

Last modified

Share

Quince Product Prices & Reviews Scraper

Quince Product Prices & Reviews Scraper

Here is one real result, with every field the actor returns:

{
"productId": "91",
"spid": "4367579709551",
"title": "Mongolian Cashmere Tee",
"brand": "Quince",
"url": "https://www.quince.com/products/women/cashmere/cashmere-tee-shirt",
"handle": "mongolian-cashmere-tee-shirt",
"gender": "female",
"productType": "SWEATERS",
"category": "Crewneck",
"breadcrumbs": ["Women", "Tees"],
"currency": "USD",
"sellingPrice": 44.9,
"retailPrice": 115,
"discountVsRetailPercent": 61,
"onSaleDiscountPercent": 0,
"priceIsRange": true,
"imageUrl": "https://images.ctfassets.net/afruo3gr1g6h/5OhTdrlLM1gNilnyZn1NSA/7a57a85046bbc7fbc2aab105aaceebef/W-BLO-6-BLK-02_EDITED.jpg",
"images": [
"https://images.ctfassets.net/afruo3gr1g6h/5OhTdrlLM1gNilnyZn1NSA/7a57a85046bbc7fbc2aab105aaceebef/W-BLO-6-BLK-02_EDITED.jpg",
"https://images.ctfassets.net/afruo3gr1g6h/HYaA5IMpBhYioLnekdNrZ/db8ce3be18d7f0a41ea5fe697b79a9e6/W-BLO-6-BLK-01_EDITED.jpg"
],
"color": "Heather Charcoal",
"colors": ["Heather Charcoal", "Black", "Ivory", "Heather Grey", "Oatmeal", "Varsity Red", "True Navy"],
"sizes": ["XS", "S", "M", "L", "XL"],
"variants": [
{ "sku": "LB167688", "svid": 472399207181215, "title": "XS / Heather Charcoal", "price": 44.9, "retailPrice": 115, "savings": "0%", "status": "ACTIVE", "options": [{ "name": "Color", "value": "Heather Charcoal" }, { "name": "Size", "value": "XS" }] }
],
"inStock": true,
"vendorType": "1P",
"soldRecently": "57 purchased in the last day",
"averageRating": 4.8,
"reviewCount": 13266,
"reviewQualityBreakdown": [{ "name": "Fit", "value": 3, "rangePercent": 50 }],
"reviews": [
{ "id": 1965986, "author": "Michelle W.", "rating": 5, "title": "Mongolian Cashmere Tee", "body": "Perfect", "createdAt": "2026-08-10 04:07:20", "verified": true, "sentiment": "Positive", "isIncentivized": true }
],
"material": "Cashmere",
"description": "The classic cashmere tee spun from 100% Grade A Mongolian cashmere. Super soft and lightweight, this cashmere t-shirt is a wardrobe staple for layering all year round.",
"dimensions": null,
"careAndMaintenance": null,
"tags": ["New", "Low Stock"],
"returnWindowDays": 365,
"bestSellingColors": ["Elk Brown", "Ivory", "Oatmeal", "Heather Charcoal"],
"isMadeToOrder": false,
"isWhiteGloveDeliveryAvailable": false,
"hasRestockingFee": false,
"observedAt": "2026-08-10T14:00:00.000Z",
"error": null
}

The most complete Quince scraper available. It returns every field a product page exposes, including selling price, traditional retail price and the discount already calculated, the full variant matrix, every color, size and image, recent customer reviews with a quality breakdown, material and care details, return window and delivery options, and gives you keyword search, category browse and direct URL modes to target exactly the products you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor reads Quince.com products by keyword search, category or collection page, or direct product URL, and writes one normalized record per product to the run's dataset. Every record carries the price fields (selling price, traditional retail price, discount versus retail, on-sale discount), the full variant matrix with per-variant SKU and pricing, all colors, sizes and images, stock and vendor type, ratings and recent reviews, material, description, tags, return window and delivery options. Discounts are computed for you. Missing source values are returned as null.

You can combine all three input modes in a single run; maxProducts caps the total. The actor reads Quince's public data directly, so no proxy configuration is required.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 10 products matching "cashmere sweater" with reviews.

{
"searchQuery": "cashmere sweater",
"maxProducts": 10,
"includeReviews": true,
"maxReviews": 5
}

Every input field is optional. Add categoryUrls to pull every product from a collection page, or productUrls to track specific SKUs week over week. Set includeReviews off to skip reviews for a faster run.

Input reference

FieldTypeRequiredDefaultDescription
searchQuerystringnocashmere sweaterFuzzy keyword search across the Quince catalog, for example linen pants, silk dress.
categoryUrlsstring[]no(none)One or more Quince category or collection page URLs, for example https://www.quince.com/women/cashmere. Every product on the page is scraped.
productUrlsstring[]no(none)Direct Quince product URLs to scrape, ideal for weekly SKU monitoring.
maxProductsintegerno10Maximum products to return across all inputs. Free Apify plans are capped at 10 per run.
includeReviewsbooleannotrueAttach the most recent customer reviews to each product.
maxReviewsintegerno5How many of the most recent reviews to attach to each product.
zipCodestringno10001US ZIP code used to resolve availability and shipping on each product.

Output reference

One dataset item per product. Types: string, integer, number, boolean, string[], object[], or null when the source value is absent.

FieldTypeDescription
productIdstringQuince product ID.
spidstringStorefront product ID.
titlestringProduct title.
brandstringBrand. Always Quince.
urlstringProduct page URL.
handlestringURL handle / slug.
genderstringTarget gender, for example female, male, unisex.
productTypestringProduct type, for example SWEATERS.
categorystringCategory label.
breadcrumbsstring[]Site breadcrumb path.
currencystringCurrency code. Always USD.
sellingPricenumberCurrent selling price.
retailPricenumberTraditional retail comparison price.
discountVsRetailPercentintegerPercent below retail, already calculated.
onSaleDiscountPercentintegerExtra on-sale discount percent.
priceIsRangebooleantrue when variants span a price range.
imageUrlstringMain image URL.
imagesstring[]All product image URLs.
colorstringSelected / primary color.
colorsstring[]All available colorways.
sizesstring[]All available sizes.
variantsobject[]Full variant matrix, each with sku, svid, title, price, retailPrice, savings, status, options.
inStockbooleantrue when the product is in stock.
vendorTypestringVendor type, for example 1P (first-party).
soldRecentlystringRecent-sales social-proof text, or null.
averageRatingnumberAverage review rating.
reviewCountintegerTotal number of reviews.
reviewQualityBreakdownobject[]Quality dimensions, each with name, value, rangePercent.
reviewsobject[]Recent reviews (when includeReviews is on), each with author, rating, title, body, date, verified and sentiment.
materialstringPrimary material.
descriptionstringProduct description.
dimensionsstringProduct dimensions, or null.
careAndMaintenancestringCare instructions, or null.
tagsstring[]Merchandising tags, for example New, Low Stock.
returnWindowDaysintegerReturn window in days.
bestSellingColorsstring[]Colors ranked by sales.
isMadeToOrderbooleantrue when the product is made to order.
isWhiteGloveDeliveryAvailablebooleantrue when white-glove delivery is offered.
hasRestockingFeebooleantrue when a restocking fee applies.
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringnull on success. On a failed run, an item with a populated error field is written instead.

Example output record

Real record from a live run (input {"searchQuery":"cashmere sweater","includeReviews":true}). The images, colors, variants, reviews, reviewQualityBreakdown, bestSellingColors arrays and the description are trimmed here; every value shown is unchanged from the live record. See the hero example at the top of this page for the same record.

{
"productId": "91",
"spid": "4367579709551",
"title": "Mongolian Cashmere Tee",
"brand": "Quince",
"url": "https://www.quince.com/products/women/cashmere/cashmere-tee-shirt",
"gender": "female",
"productType": "SWEATERS",
"currency": "USD",
"sellingPrice": 44.9,
"retailPrice": 115,
"discountVsRetailPercent": 61,
"color": "Heather Charcoal",
"sizes": ["XS", "S", "M", "L", "XL"],
"variants": [
{ "sku": "LB167688", "svid": 472399207181215, "title": "XS / Heather Charcoal", "price": 44.9, "retailPrice": 115, "savings": "0%", "status": "ACTIVE" }
],
"inStock": true,
"vendorType": "1P",
"soldRecently": "57 purchased in the last day",
"averageRating": 4.8,
"reviewCount": 13266,
"reviews": [
{ "id": 1965986, "author": "Michelle W.", "rating": 5, "title": "Mongolian Cashmere Tee", "body": "Perfect", "createdAt": "2026-08-10 04:07:20", "verified": true, "sentiment": "Positive" }
],
"material": "Cashmere",
"returnWindowDays": 365,
"observedAt": "2026-08-10T14:00:00.000Z",
"error": null
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~quince-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQuery":"cashmere sweater","maxProducts":25,"includeReviews":true}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~quince-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"categoryUrls":["https://www.quince.com/women/cashmere"],"maxProducts":100}'

Apify CLI:

apify call scrapers_lat/quince-scraper \
--input '{"productUrls":["https://www.quince.com/products/women/cashmere/cashmere-tee-shirt"]}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per product returned (result event). See the pricing tab for the current per-result price.
  • No charge on failure. If a run finds nothing or errors, the actor writes a single item with an error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 products per run. Upgrade for higher maxProducts.
  • Live data. Prices, stock and reviews are read at run time, so each record reflects the moment of the run (see observedAt).

FAQ and troubleshooting

Does it return the retail comparison price and discount? Yes. Every product carries the selling price, the traditional retail price Quince compares against, and discountVsRetailPercent, already calculated.

Can I get product reviews? Yes. Keep includeReviews on and each product comes with its most recent reviews (author, rating, title, body, date, verified-buyer flag and sentiment) plus the average rating and total review count. Control how many with maxReviews.

Does it capture every color and size? Yes. Each product lists all colorways and sizes, plus a full variant matrix with the SKU, price and retail price of every variant.

Do I need a proxy? No. The actor reads Quince's public product, search and review data directly, so it runs without any proxy configuration.

How do the three input modes work together? searchQuery, categoryUrls and productUrls can be used together in one run. Results are merged and capped by maxProducts.

Is this an official Quince tool? No. This actor is independent and has no affiliation with Quince or Last Brand, Inc. It accesses only data that is publicly available on Quince's website.

Example tasks

Preconfigured templates for common scenarios. Open one and press Run, or use it as a starting point:

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with Quince or Last Brand, Inc. Accesses only data that is publicly available on Quince's website. Use it in accordance with Quince's terms of service.