---
title: "Export used pickup trucks under 40,000 CAD in Alberta"
slug: "used-pickup-trucks-alberta-under-40000"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/used-pickup-trucks-alberta-under-40000"
actor: "Autotrader Canada Scraper"
actor_url: "https://automationbyexperts.com/apify/autotrader-canada"
apify_url: "https://apify.com/fayoussef/autotrader-canada/examples/used-pickup-trucks-alberta-under-40000?fpr=youssef&fp_sid=abe_ex_used-pickup-trucks-alberta-under-40000"
price: "$0.0015"
price_unit: "per result"
---

# Export used pickup trucks under 40,000 CAD in Alberta

Used pickup trucks under 40,000 CAD within 200 km of Calgary, exported from AutoTrader.ca with VIN, price, kilometres, engine, drivetrain, dealer and photos on every row.

**Run it:** [Export used pickup trucks under 40,000 CAD in Alberta on Apify](https://apify.com/fayoussef/autotrader-canada/examples/used-pickup-trucks-alberta-under-40000?fpr=youssef&fp_sid=abe_ex_used-pickup-trucks-alberta-under-40000)  
**Actor:** [Autotrader Canada Scraper](https://automationbyexperts.com/apify/autotrader-canada)  
**Pricing:** $0.0015 per result

## What this task is for

Body type is locked to pickup trucks, condition to used, the ceiling is 40,000 CAD and the search runs 200 km around Calgary, up to 300 trucks. That is most of the southern Alberta market in a single run, which is the comparison a fleet buyer or a dealer actually needs before making an offer.

Because the VIN comes through on each row, the export can be matched against auction results or your own DMS instead of being read by eye. Raise the price cap or change the postal code to Edmonton and the same task re-prices a different corner of the market.

## The input this task runs with

```json
{
  "body_types": [
    "pickup-truck"
  ],
  "conditions": [
    "used"
  ],
  "price_to": 40000,
  "postal_code": "Calgary, AB",
  "radius_km": "200",
  "max_items": 300
}
```

## What every run returns

- `Vehicle make & model`
- `Year & trim level`
- `Asking price (CAD)`
- `Odometer / mileage (km)`
- `Transmission type`
- `Drivetrain (FWD/AWD/4WD)`
- `Body style & colour`
- `Fuel type & engine`
- `VIN number`
- `Seller name & phone`
- `Dealer vs. private flag`
- `Listing URL & photos`
- `City & province`
- `Date listed`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Autotrader Canada Scraper tasks

- [Track electric cars for sale in Vancouver](https://automationbyexperts.com/apify/examples/electric-cars-for-sale-vancouver): Every new and used EV listed on AutoTrader.ca within 100 km of Vancouver, in one spreadsheet: asking price, kilometres, battery and range details, trim, dealer and photos, one row per car.
- [Find used Toyota RAV4s for sale around Toronto](https://automationbyexperts.com/apify/examples/toyota-rav4-used-toronto): Used Toyota RAV4s from model year 2019 onward, within 100 km of Toronto, with VIN, numeric price, kilometres, trim, dealer name and phone, and every listing photo per vehicle.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
