TruckPaper Trucks & Trailers Scraper with Dealer Phones avatar

TruckPaper Trucks & Trailers Scraper with Dealer Phones

Pricing

from $8.32 / 1,000 results

Go to Apify Store
TruckPaper Trucks & Trailers Scraper with Dealer Phones

TruckPaper Trucks & Trailers Scraper with Dealer Phones

Scrape TruckPaper.com commercial trucks and trailers: make, model, year, price, mileage, type, condition, VIN, specs, location and the selling dealer name and phone. Export JSON, CSV, Excel.

Pricing

from $8.32 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Lat

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

TruckPaper Trucks & Trailers Scraper with Dealer Phones

TruckPaper Trucks & Trailers Scraper with Dealer Phones

Here is one real result, with every field the actor returns (with detail scraping enabled; the description and images are trimmed for readability with an explicit note, all other values are exactly as returned):

{
"title": "2022 KENWORTH T680",
"make": "KENWORTH",
"model": "T680",
"year": 2022,
"category": "Sleeper Trucks",
"condition": "Used",
"listingType": "sale",
"priceAmount": 37995,
"priceCurrency": "USD",
"mileage": 491963,
"hours": 23105,
"transmission": "Automatic",
"gvw": "Class 8: 33,001 pounds or greater",
"locationCity": "Corpus Christi",
"locationState": "Texas",
"locationCountry": "USA",
"dealerName": "Housby Online",
"dealerPhone": "(888) 231-6459",
"dealerCountry": "USA",
"dealerUrl": "https://www.housby-at.com",
"listingUrl": "https://www.truckpaper.com/listing/for-sale/258799953/2022-kenworth-t680-sleeper-trucks",
"imageUrl": "https://media.sandhills.com/img.axd?id=11036461455&wid=4326209787&rwl=False&p=&ext=&w=350&h=220&t=&lp=&c=True&wt=False&sz=Max&rt=0&checksum=Tog7HMHlnwDvCIoQYzQ1wkHHffyOk83yWfnxLEAPFiw%3d",
"imageCount": 63,
"listedDate": "Wednesday, July 29, 2026 02:14 PM",
"updatedDate": "Wednesday, July 29, 2026 02:14 PM",
"productId": "258799953",
"descriptionPreview": "**STARTED ON SITE, FULL OPERATIONS NOT TESTED** Engine Make: PACCAR Engine Model: MX-13 Engine Output: 456 HP Automatic Transmission ...",
"specsPreview": {
"Engine Manufacturer": "PACCAR",
"Horsepower": "456 HP",
"Transmission": "Automatic",
"Suspension": "Air Ride",
"VIN": "1XKYDP9X5NJ152359"
},
"isPremium": false,
"searchQuery": "sleeper truck",
"source": "TruckPaper",
"observedAt": "2026-08-11T22:52:57.613Z",
"vin": "1XKYDP9X5NJ152359",
"stockNumber": "112252",
"engineManufacturer": "PACCAR",
"engineModel": "MX-13",
"horsepower": "456 HP",
"numberOfSpeeds": null,
"drive": "6x4",
"frontAxles": "13,200 lb",
"rearAxles": "40,000 lb",
"suspension": "Air Ride",
"wheelbase": "252 in",
"fuelType": "Diesel",
"color": "White",
"sleeperSize": "70 in",
"description": "**STARTED ON SITE, FULL OPERATIONS NOT TESTED** Engine Make: PACCAR Engine Model: MX-13 Engine Output: 456 HP Automatic Transmission Air Ride Suspension Wheelbase: 252 IN Front Axle Weight: 13,200 LBS Rear Axle Weight: 40,000 LBS GVWR: 53,200 LBS ... (trimmed; full description is ~1200 characters)",
"images": [
"https://media.sandhills.com/img.axd?id=11036461455&wid=4326209787&rwl=False&p=&ext=&w=614&h=460&t=&lp=&c=True&wt=False&sz=Max&rt=0&checksum=Tog7HMHlnwDvCIoQYzQ1wkHHffyOk83yWfnxLEAPFiw%3d"
],
"specs": {
"Year": "2022",
"Manufacturer": "KENWORTH",
"Model": "T680",
"Mileage": "491,963 mi",
"VIN": "1XKYDP9X5NJ152359",
"Hours": "23,105",
"Condition": "Used",
"Stock Number": "112252"
},
"dealerContactName": "Justin Walsh",
"dealerWebsite": "https://www.housby-at.com",
"dealerCity": "Des Moines, Iowa 50313",
"locationStreet": "TBA",
"locationCityState": "Corpus Christi, Texas 78417"
}

The most complete TruckPaper scraper available. It returns every field the public listing exposes for each truck or trailer, plus the VIN, full engine/axle/transmission specs, every photo and the complete selling dealer contact when you enable details, and gives you 11 filters to target exactly the trucks and dealer leads you need.

📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples

Apify Coverage Output Billing

Table of contents

What it does

The actor searches TruckPaper for commercial trucks and trailers, applies the filters you pass as input, paginates through the matching listings, and writes one normalized record per listing to the run's dataset. Each record carries the vehicle (title, make, model, year, type, condition), price, mileage, transmission, GVW, full location, and the selling dealer's name and phone (the lead). Turn on scrapeDetails and the actor opens each listing to add the VIN, stock number, engine and axle specs, the full spec table, description, every gallery photo, and the complete dealer contact (contact name, phone, website, city).

Data covers listings visible on TruckPaper (sleeper trucks, day cabs, dump trucks, tractors, flatbed and reefer trailers and more). Missing source values are returned as null; nothing is invented.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 10 used Kenworth sleeper trucks from 2018 or newer with full details.

{
"searchQueries": ["sleeper truck"],
"make": "Kenworth",
"yearMin": 2018,
"scrapeDetails": true,
"maxListings": 10
}

Leave searchQueries empty to browse the whole marketplace. Every filter is optional; turn scrapeDetails off for faster listing-only rows.

Input reference

FieldTypeRequiredDefaultDescription
searchQueriesstring[]no["sleeper truck"]Searches to run, for example sleeper truck, peterbilt 579, dump truck, reefer trailer. Empty browses the whole marketplace.
makestringno(any)Only listings from this manufacturer, for example Peterbilt, Kenworth, Freightliner, Volvo, Mack.
modelstringno(any)Only this model, for example 579, W900, Cascadia. Best combined with a make.
categorystringno(any)Only listings whose type matches, for example Sleeper, Day Cab, Dump, Tractor, Flatbed, Reefer.
statestringno(any)Only listings in this US state, for example Texas, California, Florida.
conditionenumno(any)used or new. Empty keeps any.
yearMinintegerno(any)Only listings built in this year or later.
yearMaxintegerno(any)Only listings built in this year or earlier.
priceMinintegerno(any)Only listings priced at or above this amount. Listings without a price are excluded when set.
priceMaxintegerno(any)Only listings priced at or below this amount.
mileageMinintegerno(any)Only listings with at least this many miles.
mileageMaxintegerno(any)Only listings with at most this many miles.
scrapeDetailsbooleannofalseFetch each listing's page for VIN, specs, all images and full dealer contact. Adds the per-listing details add-on.
maxListingsintegerno10Maximum listings across all searches. Free plans are capped at 10.

Output reference

One dataset item per listing. Types: string, integer, boolean, string[], object, or null when the source value is absent. Fields marked (details) are only populated when scrapeDetails is on.

FieldTypeDescription
titlestringListing title (year make model).
makestringManufacturer / brand.
modelstringModel.
yearintegerModel year.
categorystringTruck / trailer type.
conditionstringCondition (Used / New).
listingTypestringsale or auction.
priceAmountintegerAsking price, or null if on request.
priceCurrencystringCurrency of the asking price.
mileageintegerOdometer miles.
hoursintegerEngine/meter hours when reported.
transmissionstringTransmission.
gvwstringGross vehicle weight rating.
locationCitystringCity of the truck.
locationStatestringState of the truck.
locationCountrystringCountry of the truck.
dealerNamestringSelling dealer or seller name (the lead).
dealerPhonestringDealer phone number (the lead).
dealerCountrystringDealer country.
dealerUrlstringLink to the dealer profile / website.
listingUrlstringDirect link to the listing.
imageUrlstringMain listing image.
imageCountintegerNumber of photos on the listing.
listedDatestringWhen the listing was posted.
updatedDatestringWhen the listing was updated.
productIdstringUnique listing id.
descriptionPreviewstringShort description preview from the card.
specsPreviewobjectExtra spec fields shown on the search card.
isPremiumbooleanPremium (featured) listing.
searchQuerystringThe search query that produced this record.
sourcestringAlways TruckPaper.
observedAtstringISO 8601 timestamp of when the record was collected.
vinstringVIN / serial number (details).
stockNumberstringDealer stock number (details).
engineManufacturerstringEngine manufacturer (details).
engineModelstringEngine model (details).
horsepowerstringHorsepower (details).
numberOfSpeedsintegerTransmission speeds (details), or null.
drivestringDrive configuration (details).
frontAxlesstringFront axle spec (details).
rearAxlesstringRear axle spec / ratio (details).
suspensionstringSuspension (details).
wheelbasestringWheelbase (details).
fuelTypestringFuel type (details).
colorstringColor (details).
sleeperSizestringSleeper size (details).
descriptionstringFull description (details).
imagesstring[]All gallery images (details).
specsobjectFull specification table (details).
dealerContactNamestringDealer contact person (details).
dealerWebsitestringDealer website (details).
dealerCitystringDealer location line (details).
locationStreetstringMachine street location (details).
locationCityStatestringMachine city/state line (details).
errorstringPresent only on a failed run: a single item with a populated error field is written and not charged.

Example output record

Real record from a live run (input {"searchQueries":["sleeper truck"],"make":"Kenworth","yearMin":2018,"scrapeDetails":true,"maxListings":5}). Listing-only view (details off):

{
"title": "2022 KENWORTH T680",
"make": "KENWORTH",
"model": "T680",
"year": 2022,
"category": "Sleeper Trucks",
"condition": "Used",
"listingType": "sale",
"priceAmount": 37995,
"priceCurrency": "USD",
"mileage": 491963,
"transmission": "Automatic",
"gvw": "Class 8: 33,001 pounds or greater",
"locationCity": "Corpus Christi",
"locationState": "Texas",
"locationCountry": "USA",
"dealerName": "Housby Online",
"dealerPhone": "(888) 231-6459",
"dealerUrl": "https://www.housby-at.com",
"listingUrl": "https://www.truckpaper.com/listing/for-sale/258799953/2022-kenworth-t680-sleeper-trucks",
"imageCount": 63,
"productId": "258799953",
"searchQuery": "sleeper truck",
"source": "TruckPaper",
"observedAt": "2026-08-11T22:52:57.613Z"
}

Run via API and CLI

Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.

Run synchronously and get dataset items in one call:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~truckpaper-trucks-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["sleeper truck"],"make":"Kenworth","yearMin":2018,"maxListings":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~truckpaper-trucks-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchQueries":["reefer trailer"],"state":"Texas","maxListings":100,"scrapeDetails":true}'

Apify CLI:

apify call scrapers_lat/truckpaper-trucks-scraper \
--input '{"searchQueries":["dump truck"],"maxListings":10}'

Fetch results

Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"

<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.

Billing and limits

  • Pay per result. You are charged per listing returned (result event). See the pricing tab for the current per-result price.
  • Details add-on. When scrapeDetails is on and a detail page is fetched successfully, an additive details charge is applied on top of the base result. It is never charged if the detail fetch fails.
  • No charge on failure. If a run errors or finds nothing, the actor writes a single item with a populated error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on the run; once reached, the actor stops emitting and charging further billable results.
  • Free Apify plans are capped at 10 listings per run. Upgrade for higher maxListings.

FAQ and troubleshooting

A run returned 0 records. Why? The filter combination matched nothing, or the search term is too narrow. Loosen filters (remove state, widen the year/price/mileage range) or use a broader search term. Zero-result runs are not charged.

Do I get the dealer's phone? Yes. The selling dealer/seller name and phone are captured on every listing where the site shows them, in both listing-only and detailed mode.

What extra fields does scrapeDetails add? VIN, stock number, engine and axle specs, the full spec table, description, every gallery photo, and the full dealer contact (contact name, website, city). It adds the details add-on charge per enriched listing.

Why is priceAmount null? The listing shows the price on request. Missing source values are returned as null, never invented.

Is this an official TruckPaper tool? No. This actor is independent and has no affiliation with TruckPaper or Sandhills. It reads only data that is publicly visible on listing pages. All trademarks belong to their owners.

More scrapers at scrapers.lat

Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.


Independent tool, not affiliated with TruckPaper or Sandhills Global. Accesses only publicly available listing data. All trademarks belong to their owners.