# Scrape ThredUp womens secondhand fashion listings

**Use case:** 

Extract ThredUp womens department listings with brand, size, condition, and resale prices.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.thredup.com/women?department_tags=women"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "itemId": {
    "label": "Item id"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "brandId": {
    "label": "Brand id"
  },
  "category": {
    "label": "Category"
  },
  "department": {
    "label": "Department"
  },
  "gender": {
    "label": "Gender"
  },
  "color": {
    "label": "Color"
  },
  "size": {
    "label": "Size"
  },
  "condition": {
    "label": "Condition"
  },
  "qualityType": {
    "label": "Quality type"
  },
  "currentPrice": {
    "label": "Current price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "salePrice": {
    "label": "Sale price"
  },
  "promoPrice": {
    "label": "Promo price"
  },
  "promoCode": {
    "label": "Promo code"
  },
  "promoDiscountPercent": {
    "label": "Promo discount percent"
  },
  "estimatedRetailPrice": {
    "label": "Estimated retail price"
  },
  "estimatedRetailDiscountPercent": {
    "label": "Estimated retail discount percent"
  },
  "availability": {
    "label": "Availability"
  },
  "onlyOneAvailable": {
    "label": "Only one available"
  },
  "finalSale": {
    "label": "Final sale"
  },
  "newWithTags": {
    "label": "New with tags"
  },
  "clearance": {
    "label": "Clearance"
  },
  "favoriteCount": {
    "label": "Favorite count"
  },
  "material": {
    "label": "Material"
  },
  "materials": {
    "label": "Materials"
  },
  "attributes": {
    "label": "Attributes"
  },
  "itemDetails": {
    "label": "Item details"
  },
  "sizeAndFit": {
    "label": "Size and fit"
  },
  "shippingAndReturn": {
    "label": "Shipping and return"
  },
  "breadcrumb": {
    "label": "Breadcrumb"
  },
  "categoryTags": {
    "label": "Category tags"
  },
  "colorNames": {
    "label": "Color names"
  },
  "departmentTags": {
    "label": "Department tags"
  },
  "styleTags": {
    "label": "Style tags"
  },
  "description": {
    "label": "Description"
  },
  "photoIds": {
    "label": "Photo ids"
  },
  "images": {
    "label": "Images"
  },
  "pageTitle": {
    "label": "Page title"
  }
}
```

## About this Actor

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