# Scrape US Excavator Listings for Market Research

**Use case:** 

Gather comprehensive data on excavators for sale across the United States to inform your market entry or expansion strategy. Analyze pricing, brands, and condit

## Input

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