# Scrape womens shoes on Shopbop designer catalog

**Use case:** 

Extract womens shoe listings from Shopbop with designer, price, sizes, and sale status for fashion retail intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.shopbop.com/shoes/br/v=1/13438.htm?searchRedirect=true&redirectedSearchQuery=shoes"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "category": {
    "label": "Category"
  },
  "productId": {
    "label": "Product id"
  },
  "sku": {
    "label": "Sku"
  },
  "priceText": {
    "label": "Price text"
  },
  "price": {
    "label": "Price"
  },
  "onSale": {
    "label": "On sale"
  },
  "inStock": {
    "label": "In stock"
  },
  "sourceUrl": {
    "label": "Source url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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