# Compare Case-Mate jelly pop case prices and availability

**Use case:** 

Scrape Jelly Pop MagSafe iPhone 17 Pro Max case detail with device compatibility, ratings, and images.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://case-mate.com/products/jelly-pop-magsafe-iphone-17-pro-max"
    }
  ],
  "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.