# Compare iPhone 17 Pro case prices on Cases.com

**Use case:** 

Scrape iPhone 17 Pro case category on Cases.com with multi-brand pricing, MPN, and stock status.

## Input

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

## 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"
  },
  "availability": {
    "label": "Availability",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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