# Monitor iPhone 15 Pro Max Prices on Swappa

**Use case:** 

Track real-time pricing trends for the iPhone 15 Pro Max to inform resale strategies or identify optimal purchase times. Gain a competitive edge by understandin

## Input

```json
{
  "mode": "search",
  "searchQuery": "iPhone 15 Pro Max",
  "category": "Cell Phones",
  "brand": "Apple",
  "condition": "Great",
  "sortBy": "price-low",
  "maxItems": 50,
  "includeCarrierPricing": true
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "highestPrice": {
    "label": "Highest price"
  },
  "currency": {
    "label": "Currency"
  },
  "listingCount": {
    "label": "Listing count"
  },
  "rating": {
    "label": "Rating"
  },
  "productUrl": {
    "label": "Product url"
  }
}
```

## About this Actor

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