# Find Used Food Trucks for Sale in California

**Use case:** 

Generate leads for mobile food business entrepreneurs by scraping all available used food trucks in California. Identify potential buyers looking to start or ex

## Input

```json
{
  "mode": "byCategory",
  "category": "used-mobile-food-trucks",
  "state": "CA",
  "sortBy": "dateNewest",
  "includeSold": false,
  "shippingOnly": false,
  "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.