# Nike API Scraper Example - Men's Shoes and Sneakers

**Use case:** 

Acquire detailed listings of men's shoes and sneakers from Nike, including prices, sizes, stock availability, and full product details.

## Input

```json
{
  "categoryUrls": [
    {
      "url": "https://www.nike.com/w/mens-shoes-nik1zy7ok"
    }
  ],
  "searchTerms": [],
  "productUrls": [],
  "styleColors": [],
  "fetchProductDetails": true,
  "fetchSizeAvailability": true,
  "maxProductsPerCategory": 0,
  "maxItems": 1000,
  "pageSize": "24",
  "country": "US",
  "language": "en",
  "detailConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "styleColor": {
    "label": "Style color",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "subtitle": {
    "label": "Subtitle",
    "format": "text"
  },
  "colorDescription": {
    "label": "Color",
    "format": "text"
  },
  "currentPrice": {
    "label": "Price",
    "format": "number"
  },
  "fullPrice": {
    "label": "Full price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "productType": {
    "label": "Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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