# Extract DSW Nike Air Force 1 sneaker product page

**Use case:** 

Scrape Nike Air Force 1 sneaker SKU on DSW.com with sizes, colors, pricing, and availability for product monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dsw.com/product/nike-air-force-1-07-sneaker/590584050"
    }
  ],
  "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.