# Gucci Men's Accessories Inventory & Stock Status

**Use case:** 

Gather a complete inventory of Gucci men's accessories available on WGACA, including stock status and price. This helps track brand presence and product availab

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "Chanel",
  "category": "Men",
  "condition": "",
  "gender": "Men",
  "brand": "Gucci",
  "color": "",
  "location": "",
  "inStockOnly": true,
  "maxItems": 80
}
```

## 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.