# Generate Leads for Construction Equipment Sales (Canada)

**Use case:** 

Discover a comprehensive list of construction and industrial equipment for sale across Canada to expand your market reach. This data provides valuable leads for

## Input

```json
{
  "mode": "byCategory",
  "q": "caterpillar",
  "category": "1",
  "subCategory": "excavators",
  "country": "39",
  "state": "",
  "condition": "",
  "maxItems": 300,
  "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.