# Quince Leather Bag Price Scraper

**Use case:** 

Scrape Quince leather bags with selling price, retail price, discount, variants, images and reviews for competitive pricing research.

## Input

```json
{
  "searchQuery": "leather bag",
  "categoryUrls": [],
  "productUrls": [],
  "maxItems": 25,
  "includeReviews": true,
  "maxReviews": 5,
  "zipCode": "10001"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "sellingPrice": {
    "label": "Price",
    "format": "number"
  },
  "retailPrice": {
    "label": "Retail",
    "format": "number"
  },
  "discountVsRetailPercent": {
    "label": "% vs retail",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Quince Product Scraper](https://apify.com/scrapers_lat/quince-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/quince-scraper) to learn more, explore other use cases, and run it yourself.