# Extract Used Forklift Listings Under $20k in Texas

**Use case:** 

Identify affordable used forklifts for sale in Texas, ideal for businesses on a budget or those looking for cost-effective equipment. This data can be used for 

## Input

```json
{
  "mode": "byLocation",
  "q": "caterpillar",
  "category": "1",
  "subCategory": "forklift",
  "country": "233",
  "state": "1447",
  "minPrice": 5000,
  "maxPrice": 20000,
  "condition": "lightly_used",
  "maxItems": 150,
  "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.