# Scrape Saturn iPhone 17 Pro Max product page

**Use case:** 

Collect Saturn.de iPhone 17 Pro Max product detail with specs, trade-in value, and availability.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.saturn.de/de/product/_apple-iphone-17-pro-max-5g-256-gb-silber-dual-sim-3013594.html"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "inStock": {
    "label": "In stock"
  },
  "rating": {
    "label": "Rating"
  },
  "brand": {
    "label": "Brand"
  }
}
```

## About this Actor

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