Truck1 Scraper — Commercial Vehicles Europe
Pricing
Pay per usage
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Slug | Description |
|---|---|
trucks | Heavy trucks |
trailers | Trailers |
semi-trailers | Semi-trailers |
construction-machinery | Construction equipment |
agricultural-machinery | Agricultural machinery |
buses | Buses & coaches |
vans | Light commercial vans |
forklifts | Forklifts |
refrigerated-vehicles | Refrigerated vehicles |
municipal-vehicles | Municipal vehicles |
Output fields
| Field | Type | Description |
|---|---|---|
ad_id | string | Listing ID |
title | string | Full title (make + model + year) |
make | string | Brand/manufacturer |
model | string | Model name |
year_int | integer | Model year |
mileage_km | integer | Mileage in km |
hours_int | integer | Engine hours (for machinery) |
price_clean | integer | Price as integer |
currency | string | EUR, USD, or GBP |
condition | string | used or new |
country_iso | string | 2-letter ISO country code |
country | string | Country name |
location | string | City/region |
image_url | string | First photo URL |
url | string | Full listing URL |
category | string | Human-readable category name |
source | string | Always truck1 |
scraped_at | string | ISO 8601 timestamp |
Example input
{"categories": ["trucks", "semi-trailers", "construction-machinery"],"maxPages": 0,"maxItems": 1000,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Notes
- Set
maxPages: 0for 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.
Legal
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.