# Use Start URL TruckPaper Commercial Truck

**Use case:** 

Extract TruckPaper Commercial Truck data filtered by Use Start URL. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.truckpaper.com/listings/for-sale/sleeper-trucks/16045",
  "maxItems": 10,
  "category": ""
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "year": {
    "label": "Year"
  },
  "manufacturer": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "miles": {
    "label": "Miles"
  },
  "location": {
    "label": "Location"
  },
  "dealer": {
    "label": "Dealer"
  }
}
```

## About this Actor

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