# Monitor Caterpillar Wheel Loader Prices Daily

**Use case:** 

Track the current market prices for Caterpillar wheel loaders to stay informed about competitor pricing and optimize your sales strategy. Identify opportunities

## Input

```json
{
  "mode": "search",
  "q": "Caterpillar",
  "category": "1",
  "subCategory": "wheel-loaders",
  "country": "233",
  "state": "",
  "manufacturer": "Caterpillar",
  "condition": "",
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "manufacturer": {
    "label": "Manufacturer"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "year": {
    "label": "Year"
  },
  "condition": {
    "label": "Condition"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

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