# Monitor Used Ice Vending Machine Prices Daily

**Use case:** 

Track the prices of used ice vending machines, specifically Kooler Ice and Everest brands, to monitor competitive pricing and identify arbitrage opportunities. 

## Input

```json
{
  "mode": "search",
  "category": "used-vending-machines/bagged-ice-vending-machines",
  "keyword": "Kooler Ice OR Everest ice vending machine",
  "state": "",
  "sortBy": "priceLowHigh",
  "includeSold": false,
  "shippingOnly": false,
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "category": {
    "label": "Category"
  },
  "price": {
    "label": "Price"
  },
  "state": {
    "label": "State"
  },
  "condition": {
    "label": "Condition"
  },
  "itemId": {
    "label": "Item id"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

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