# Find New Dozers for Sale in California

**Use case:** 

Generate leads for new dozer sales in California by identifying relevant listings from dealers and private sellers. Focus on recent models to target businesses 

## Input

```json
{
  "mode": "byLocation",
  "q": "caterpillar",
  "category": "1",
  "subCategory": "dozers",
  "country": "233",
  "state": "1404",
  "condition": "new",
  "maxItems": 200,
  "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.