# Analyze New Build Pizza Trailer Market Prices

**Use case:** 

Conduct market research on the pricing and availability of new build pizza trailers to inform your business strategy. Understand the competitive landscape and i

## Input

```json
{
  "mode": "byCategory",
  "category": "used-food-concession-trailers/pizza-trailer",
  "keyword": "new build",
  "state": "",
  "priceMin": 25000,
  "sortBy": "priceLowHigh",
  "includeSold": false,
  "shippingOnly": false,
  "maxItems": 100
}
```

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