# Monitor used iPhone 11 Pro Max on Swappa

**Use case:** 

Scrape Swappa used iPhone 11 Pro Max listings with condition grades, carrier lock, and asking prices.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://swappa.com/listings/apple-iphone-11-pro-max"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "buyUrl": {
    "label": "Buy url"
  },
  "viewUrl": {
    "label": "View url"
  },
  "attributes": {
    "label": "Attributes"
  },
  "condition": {
    "label": "Condition"
  },
  "battery": {
    "label": "Battery"
  },
  "storage": {
    "label": "Storage"
  },
  "color": {
    "label": "Color"
  },
  "carrier": {
    "label": "Carrier"
  },
  "model": {
    "label": "Model"
  },
  "isFeatured": {
    "label": "Is featured"
  },
  "headline": {
    "label": "Headline"
  },
  "conditionDetails": {
    "label": "Condition details"
  },
  "sellerName": {
    "label": "Seller name"
  },
  "sellerImage": {
    "label": "Seller image"
  },
  "sellerLocation": {
    "label": "Seller location"
  },
  "sellerRating": {
    "label": "Seller rating"
  },
  "sellerTrusted": {
    "label": "Seller trusted"
  },
  "shippingInfo": {
    "label": "Shipping info"
  },
  "returnPolicy": {
    "label": "Return policy"
  },
  "paymentMethods": {
    "label": "Payment methods"
  },
  "images": {
    "label": "Images"
  }
}
```

## About this Actor

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