# Scrape Healthy Vending Machine Inventory nationwide

**Use case:** 

Aggregate a comprehensive inventory of healthy snack and soda combo vending machines across all brands for large-scale procurement or reselling. This data provi

## Input

```json
{
  "mode": "byCategory",
  "category": "used-vending-machines/healthy-snack-soda-combo-vending-machines",
  "state": "",
  "sortBy": "",
  "includeSold": false,
  "shippingOnly": true,
  "maxItems": 500
}
```

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