# Compare OtterBox iPad screen protector prices

**Use case:** 

Scrape OtterBox iPad A16 screen protector product detail with glass type, fit, and warranty info.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.otterbox.com/en-us/glass-ipad-a16-and-ipad-10th-gen-screen-protector-clear/77-89962.html"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "color": {
    "label": "Color",
    "format": "text"
  },
  "material": {
    "label": "Material",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "additionalProperties": {
    "label": "Additional Properties",
    "format": "array"
  },
  "accessories": {
    "label": "Accessories",
    "format": "array"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  }
}
```

## About this Actor

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