# All Categories Commercial Truck Trader

**Use case:** 

Extract Commercial Truck Trader data filtered by All Categories. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "Dump-Trucks",
  "condition": "",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "dealerName": {
    "label": "Dealer",
    "format": "text"
  },
  "specifications": {
    "label": "Specifications"
  },
  "images": {
    "label": "Images"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Commercial Truck Trader Scraper](https://apify.com/parseforge/commercialtrucktrader-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/commercialtrucktrader-scraper) to learn more, explore other use cases, and run it yourself.