# Scrape CASETiFY iPhone 17 Pro Max designer cases

**Use case:** 

Extract CASETiFY iPhone 17 Pro Max case collection with artist names, prices, SKUs, and review data.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.casetify.com/iphone-cases/iphone-17-pro-max-cases"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "subtitle": {
    "label": "Subtitle",
    "format": "string"
  },
  "artist": {
    "label": "Artist",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "qrCode": {
    "label": "QR Code",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "faq": {
    "label": "FAQ",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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