Truck1 Scraper — Commercial Vehicles Europe avatar

Truck1 Scraper — Commercial Vehicles Europe

Pricing

Pay per usage

Go to Apify Store
Truck1 Scraper — Commercial Vehicles Europe

Truck1 Scraper — Commercial Vehicles Europe

Scrape commercial vehicle listings from Truck1.eu. Filter by category (trucks, trailers, buses, vans), make, model and year. Pan-European coverage with price, mileage and specs.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

ScrappingLatam

ScrappingLatam

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Truck1.eu Scraper — Commercial Vehicles Europe

Scrapes commercial vehicle listings from Truck1.eu, one of Europe's largest truck and heavy equipment marketplaces with 2,500+ professional sellers and 4M+ monthly visitors. Covers trucks, trailers, construction machinery, buses, vans, and more.

No browser required. Uses direct HTTP requests against the server-side rendered HTML. Residential proxy recommended.

What does it do?

Iterates through all selected vehicle categories, extracting make, model, year, mileage/hours, price, and country for each listing.

Supported categories

SlugDescription
trucksHeavy trucks
trailersTrailers
semi-trailersSemi-trailers
construction-machineryConstruction equipment
agricultural-machineryAgricultural machinery
busesBuses & coaches
vansLight commercial vans
forkliftsForklifts
refrigerated-vehiclesRefrigerated vehicles
municipal-vehiclesMunicipal vehicles

Output fields

FieldTypeDescription
ad_idstringListing ID
titlestringFull title (make + model + year)
makestringBrand/manufacturer
modelstringModel name
year_intintegerModel year
mileage_kmintegerMileage in km
hours_intintegerEngine hours (for machinery)
price_cleanintegerPrice as integer
currencystringEUR, USD, or GBP
conditionstringused or new
country_isostring2-letter ISO country code
countrystringCountry name
locationstringCity/region
image_urlstringFirst photo URL
urlstringFull listing URL
categorystringHuman-readable category name
sourcestringAlways truck1
scraped_atstringISO 8601 timestamp

Example input

{
"categories": ["trucks", "semi-trailers", "construction-machinery"],
"maxPages": 0,
"maxItems": 1000,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Notes

  • Set maxPages: 0 for unlimited pagination (default). ~20 listings/page.
  • Truck1.eu occasionally updates its HTML structure. If results are 0, check the CSS selectors in extract_listings() and update the primary card selector.
  • The actor uses multiple fallback selectors and regex patterns for resilience against minor HTML changes.
  • Country is resolved to ISO-2 code using a built-in mapping.

This Actor scrapes publicly available listing data from Truck1.eu. Users are responsible for compliance with Truck1's terms of service and applicable data regulations.