# Find Pristine Cartier Jewelry Deals Online

**Use case:** 

Discover high-condition Cartier jewelry pieces listed as 'Pristine' or 'Excellent' from WGACA's online inventory. This task aids luxury collectors and gift-give

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "Chanel",
  "category": "jewelry",
  "condition": "Pristine",
  "gender": "",
  "brand": "Cartier",
  "color": "",
  "location": "Online Only",
  "inStockOnly": true,
  "maxItems": 50
}
```

## Output

```json
{
  "productName": {
    "label": "Product name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "condition": {
    "label": "Condition"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [WGACA Luxury Vintage Resale Scraper](https://apify.com/crawlerbros/wgaca-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/wgaca-scraper) to learn more, explore other use cases, and run it yourself.