# Scrape iPhone 17 Pro Max cases from Case-Mate

**Use case:** 

Extract iPhone 17 Pro Max phone case collection from Case-Mate with prices, SKUs, and availability.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://case-mate.com/collections/iphone-17-pro-max-phone-cases"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "device": {
    "label": "Device",
    "format": "text"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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