# Used Ford F-150 Diesel Truck Listings in Canada

**Use case:** 

Get detailed listings of used Ford F-150 diesel trucks in Canada, including price, mileage, year, and dealer contact information.

## Input

```json
{
  "startUrl": "https://www.autotrader.ca/cars/ford/f-150/?offer=U&cy=CA&fu_diesel&atype=C",
  "maxItems": 100,
  "fullVehicleDetails": false
}
```

## Output

```json
{
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "listingId": {
    "label": "Listing Id",
    "format": "text"
  },
  "crossReferenceId": {
    "label": "Cross Reference Id",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "text"
  },
  "stockNumber": {
    "label": "Stock Number",
    "format": "text"
  },
  "isNew": {
    "label": "Is New",
    "format": "boolean"
  },
  "articleType": {
    "label": "Article Type",
    "format": "text"
  },
  "vehicleType": {
    "label": "Vehicle Type",
    "format": "text"
  },
  "modelYear": {
    "label": "Model Year",
    "format": "number"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "modelGroup": {
    "label": "Model Group",
    "format": "text"
  },
  "variant": {
    "label": "Variant",
    "format": "text"
  },
  "bodyType": {
    "label": "Body Type",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel Type",
    "format": "text"
  },
  "drivetrain": {
    "label": "Drivetrain",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AutoTrader.ca Scraper ❤️ $0.5/1K Canada Vehicles market API](https://apify.com/azzouzana/autotrader-ca-vehicles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/azzouzana/autotrader-ca-vehicles-scraper) to learn more, explore other use cases, and run it yourself.