# Track MacBook Pro M2 Market Values & Trends

**Use case:** 

Extract current market values for MacBook Pro M2 laptops to assess resale potential or inform bulk purchase decisions. Understand the depreciation curve and opt

## Input

```json
{
  "mode": "category",
  "searchQuery": "MacBook Pro M2",
  "category": "Laptops",
  "brand": "Apple",
  "condition": "Good",
  "sortBy": "price-high",
  "maxItems": 60,
  "includeCarrierPricing": false
}
```

## 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.