# Extract Macys Lands End knee length nightgown page

**Use case:** 

Scrape Lands End womens cooling knee length slip nightgown SKU on Macys with sizes, colors, pricing, and reviews.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.macys.com/shop/product/lands-end-womens-cooling-knee-length-slip-nightgown?ID=22739602"
    }
  ],
  "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.