# Scrape Macy's shoes and footwear

**Use case:** 

Scrape shoe listings from Macy's. Export styles, sizes in stock, prices, discounts, and product URLs for footwear market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.macys.com/shop/featured/shoes/Pageindex/1?ss=true"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "productUrl": {
    "label": "Product url"
  },
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "topLevelCategoryName": {
    "label": "Top level category name"
  },
  "departmentName": {
    "label": "Department name"
  },
  "regularPriceText": {
    "label": "Regular price text"
  },
  "salePriceText": {
    "label": "Sale price text"
  },
  "available": {
    "label": "Available"
  },
  "reviewRating": {
    "label": "Review rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "variantsCount": {
    "label": "Variants count"
  }
}
```

## About this Actor

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