# Monitor The RealReal womens designer sweaters category

**Use case:** 

Track The RealReal womens designer sweaters category with brands, sizes, and consignment pricing for fashion resale intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.therealreal.com/shop/women/clothing/designer_sweaters"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "text"
  },
  "finalPrice": {
    "label": "Final Price",
    "format": "text"
  },
  "productBadge": {
    "label": "Badge",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "favoriteCount": {
    "label": "Favorite Count",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "featuredImage": {
    "label": "Featured Image",
    "format": "image"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  },
  "attributes": {
    "label": "Attributes",
    "format": "array"
  }
}
```

## About this Actor

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