# Scrape DSW mens court sneaker category listings

**Use case:** 

Extract mens court sneaker products from DSW.com with prices, brands, sizes, and ratings for footwear retail monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dsw.com/category/mens/shoes/athletic-sneakers/court-sneakers"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price (USD)",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale Price (USD)",
    "format": "number"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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