# Tractor and Truck Listings for Sale in Washington

**Use case:** 

Explore tractor and truck listings for sale in Washington with prices and dealer info.

## Input

```json
{
  "searchQueries": [
    "tractor",
    "truck"
  ],
  "source": "mascus",
  "condition": "",
  "listingType": "",
  "scrapeDetails": false,
  "maxListings": 30
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "year": {
    "label": "Year"
  },
  "priceAmount": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Currency"
  },
  "hours": {
    "label": "Hours"
  },
  "locationCity": {
    "label": "Location"
  },
  "dealerName": {
    "label": "Dealer"
  },
  "dealerPhone": {
    "label": "Dealer Phone"
  },
  "listingUrl": {
    "label": "Listing URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Heavy Equipment & Machinery Scraper with Dealer Emails](https://apify.com/scrapers_lat/machinery-trader-equipment-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/machinery-trader-equipment-scraper) to learn more, explore other use cases, and run it yourself.