# Scrape Nomad Modern Leather iPhone 17 case

**Use case:** 

Track Nomad Modern Leather Case for iPhone 17 Pro Max with Horween leather variants and pricing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://nomadgoods.com/products/modern-leather-case-black-horween-iphone-17-pro-max"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "style": {
    "label": "Style",
    "format": "array"
  },
  "powerOutput": {
    "label": "Power Output",
    "format": "array"
  },
  "additionalInfo": {
    "label": "Additional Info",
    "format": "array"
  },
  "faq": {
    "label": "FAQ",
    "format": "array"
  },
  "attributes": {
    "label": "Attributes",
    "format": "array"
  }
}
```

## About this Actor

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