Used Heavy Equipment Scraper with Dealer Contacts avatar

Used Heavy Equipment Scraper with Dealer Contacts

Pricing

from $20.80 / 1,000 results

Go to Apify Store
Used Heavy Equipment Scraper with Dealer Contacts

Used Heavy Equipment Scraper with Dealer Contacts

Scrape used heavy equipment, trucks & farm machinery for sale: excavators, loaders, dozers, cranes, tractors and more. Get make, model, year, price, hours, location and the selling dealer's name, address, phone and email. Export to JSON, CSV or Excel.

Pricing

from $20.80 / 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

Used Heavy Equipment Scraper with Dealer Contacts

Used Heavy Equipment Scraper with Dealer Contacts

Here is one real result, with every field the actor returns:

{
"listingId": "378AF02A-B9F7-4F71-B06F-A172A10A07C7",
"rbListingId": "26B7CE13-04D5-4BFD-9580-363BEF9EC17D",
"title": "1998 Peterbilt 357",
"make": "Peterbilt",
"model": "357",
"year": 1998,
"catalog": "cargo-transport",
"category": "tippertrucks",
"hours": null,
"mileageKm": 1124250,
"meterReadout": 1124250,
"meterReadoutUnit": "mil",
"price": null,
"priceCurrency": "USD",
"priceEUR": null,
"isAuction": true,
"isRental": false,
"auctionEvent": "Texas Regional Auction, USA - Aug 19, 2026",
"auctionDate": "2026-08-19T16:00:00",
"locationCity": "Lake Worth, Texas",
"locationCountry": "US",
"dealerName": "Ritchie Bros Fort Worth",
"dealerCountry": "US",
"dealerPhone": "+31 765242600",
"dealerUrl": "https://www.mascus.com/ritchie-bros-fort-worth/2e73b4a5,1,relevance,searchdealer.html",
"imageUrl": "https://dnge9sb91helb.cloudfront.net/image/product/medium/rbauctionusathree/peterbilt-357,e6eee726bb5642ee.jpg",
"imageCount": 28,
"url": "https://www.mascus.com/transportation/tipper-trucks/peterbilt-357/6mbpif5p.html",
"source": "Mascus",
"observedAt": "2026-08-11T11:08:35.441Z",
"searchQuery": "excavator",
"condition": "used",
"description": "1998 Peterbilt 357 14x4 Simple 18 Tri/A Dump Truck. Cat Engine, 9690 Engine hrs, Engine Brake, Manual Transmission ... (trimmed)",
"serialNumber": "1NPALU0X5WN471534",
"latitude": 32.81539,
"longitude": -97.41799,
"dealerStreet": "6050 Azle Avenue",
"dealerCity": "Lake Worth, TX",
"dealerRegion": "Texas",
"dealerPostalCode": "76135-2603",
"dealerWebsite": "www.rbauction.com",
"dealerYearsOnSite": 17,
"sellerName": "Auction Sales",
"sellerEmail": "emea@rbauction.com",
"sellerMobile": null,
"sellerWhatsApp": null,
"sellerCompanyName": "Ritchie Bros. Auctioneers",
"sellerCity": "Zevenbergen",
"sellerCountry": "NL"
}

The most complete Mascus heavy-equipment scraper available. It returns every field the listing exposes, plus a detail-page enrichment that adds the seller email and name, full dealer address, website, coordinates, serial number and description, so you get both a machine dataset and a dealer-contact lead list from one run.

Note: the description above is trimmed for length; live runs return the full text. All values shown are real.

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

Apify Coverage Output Billing

Table of contents

What it does

The actor searches Mascus for used heavy equipment (by keyword or by category), applies your make, country, year and price filters, paginates through the results, and writes one normalized record per listing to the run's dataset. Each record carries the machine (make, model, year, hours or mileage, condition, price and currency, auction or rental flags) and the dealer. With withDetails on (the default), each listing is enriched from its detail page with the seller email and name, full dealer address, website, coordinates, serial number and description. Missing source values are returned as null.

Quickstart

Open the actor, paste this into the input, and press Run. It returns up to 50 used-equipment listings for the keyword excavator, enriched with dealer contacts.

{
"searchTerms": ["excavator"],
"withDetails": true,
"maxListings": 50
}

Swap in category to browse a category instead of a keyword, or add make, country, yearMin, yearMax, priceMin and priceMax to narrow results.

Input reference

FieldTypeRequiredDefaultDescription
searchTermsstring[]no["excavator"]Keywords to search, one search per item, for example volvo excavator, komatsu wheel loader. Empty browses by category instead.
categoryenumno(none)Browse a specific equipment category instead of keyword search (for example excavators, wheel-loaders, mobile-cranes, telehandlers).
makestringno(empty)Filter by manufacturer, for example Volvo, Caterpillar, Komatsu, John Deere.
countrystringno(empty)Keep only listings in this 2-letter ISO country, for example US, DE, FR.
yearMinintegerno(none)Only equipment built in this year or later.
yearMaxintegerno(none)Only equipment built in this year or earlier.
priceMinintegerno(none)Minimum asking price (listing currency, default USD).
priceMaxintegerno(none)Maximum asking price (listing currency, default USD).
withDetailsbooleannotrueWhen on, each listing is enriched from its detail page with seller email/name, dealer address, website, coordinates, serial number and description. Off returns listing data only.
maxListingsintegerno50Maximum listings to return across all searches. Free Apify plans are capped at 10 per run.

Output reference

One dataset item per listing. Types: string, number, boolean, or null when the source value is absent.

FieldTypeDescription
listingIdstringMascus listing identifier.
rbListingIdstringRitchie Bros listing identifier when applicable, else null.
titlestringListing title.
makestringManufacturer.
modelstringModel.
yearnumberBuild year.
catalogstringTop-level catalog group.
categorystringEquipment category.
hoursnumberEngine/operating hours, or null.
mileageKmnumberMileage in kilometers, or null.
meterReadoutnumberRaw meter reading.
meterReadoutUnitstringUnit of the meter reading, for example mil, h.
pricenumberAsking price, or null (for example auction lots).
priceCurrencystringListing currency, default USD.
priceEURnumberPrice converted to EUR when available, else null.
isAuctionbooleantrue if the listing is an auction lot.
isRentalbooleantrue if the listing is a rental.
auctionEventstringAuction event name, or null.
auctionDatestringAuction date/time (ISO 8601), or null.
locationCitystringMachine location city.
locationCountrystringMachine location country code.
dealerNamestringDealer name.
dealerCountrystringDealer country code.
dealerPhonestringDealer phone number.
dealerUrlstringDealer page on Mascus.
imageUrlstringPrimary image URL.
imageCountnumberNumber of images on the listing.
urlstringDirect link to the listing.
sourcestringAlways Mascus.
observedAtstringISO 8601 timestamp of when the record was collected.
searchQuerystringThe search term that matched this record.
conditionstringFor example used, new.
descriptionstringFull listing description (detail enrichment).
serialNumberstringMachine serial number (detail enrichment), or null.
latitudenumberDealer latitude (detail enrichment), or null.
longitudenumberDealer longitude (detail enrichment), or null.
dealerStreetstringDealer street address (detail enrichment).
dealerCitystringDealer city (detail enrichment).
dealerRegionstringDealer region/state (detail enrichment).
dealerPostalCodestringDealer postal code (detail enrichment).
dealerWebsitestringDealer website (detail enrichment).
dealerYearsOnSitenumberYears the dealer has been on Mascus (detail enrichment).
sellerNamestringSeller contact name (detail enrichment).
sellerEmailstringSeller contact email (detail enrichment), or null.
sellerMobilestringSeller mobile (detail enrichment), or null.
sellerWhatsAppstringSeller WhatsApp (detail enrichment), or null.
sellerCompanyNamestringSeller company name (detail enrichment).
sellerCitystringSeller city (detail enrichment).
sellerCountrystringSeller country code (detail enrichment).

Detail-enrichment fields are populated only when withDetails is on. On a failed run, a single item with a populated error field is written instead, and it is not charged.

Example output record

Real record from a live run (input {"searchTerms": ["excavator"], "withDetails": true, "maxListings": 50}):

{
"listingId": "378AF02A-B9F7-4F71-B06F-A172A10A07C7",
"title": "1998 Peterbilt 357",
"make": "Peterbilt",
"model": "357",
"year": 1998,
"category": "tippertrucks",
"mileageKm": 1124250,
"price": null,
"priceCurrency": "USD",
"isAuction": true,
"auctionEvent": "Texas Regional Auction, USA - Aug 19, 2026",
"locationCity": "Lake Worth, Texas",
"locationCountry": "US",
"dealerName": "Ritchie Bros Fort Worth",
"serialNumber": "1NPALU0X5WN471534",
"latitude": 32.81539,
"longitude": -97.41799,
"dealerStreet": "6050 Azle Avenue",
"dealerPostalCode": "76135-2603",
"dealerWebsite": "www.rbauction.com",
"sellerName": "Auction Sales",
"sellerEmail": "emea@rbauction.com",
"sellerCompanyName": "Ritchie Bros. Auctioneers",
"url": "https://www.mascus.com/transportation/tipper-trucks/peterbilt-357/6mbpif5p.html",
"source": "Mascus",
"observedAt": "2026-08-11T11:08:35.441Z"
}

Some fields are omitted here for length; live runs return every field listed above with real values.

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~mascus-equipment-scraper/run-sync-get-dataset-items?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"searchTerms":["volvo excavator"],"country":"DE","yearMin":2015,"maxListings":25}'

Start a run asynchronously:

curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~mascus-equipment-scraper/runs?token=<TOKEN>" \
-H "Content-Type: application/json" \
-d '{"category":"wheel-loaders","make":"Komatsu","withDetails":true,"maxListings":100}'

Apify CLI:

apify call scrapers_lat/mascus-equipment-scraper \
--input '{"searchTerms":["cat dozer"],"maxListings":50}'

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 record returned (result event). See the pricing tab for the current per-result price.
  • No charge on failure. If a run errors or matches 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 records per run. Upgrade for higher maxListings.

FAQ and troubleshooting

A run returned 0 records. Why? The filter combination matched nothing. Loosen make, country, year or price filters, or try a broader keyword. Zero-result runs are not charged.

How do I get dealer emails? Keep withDetails on (the default). Each listing is enriched from its detail page with sellerEmail, sellerName, dealer address and website.

Why is price null? Some listings are auction lots or rentals with no fixed asking price. Check isAuction and isRental. Missing values are returned as null, never invented.

Can I browse by category instead of keyword? Yes. Set category and leave searchTerms empty.

Is this an official Mascus tool? No. This actor is independent and has no affiliation with Mascus. It reads only data that is publicly available on the site.

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 Mascus. Accesses only publicly available data.