RockAndDirt Scraper - Used Heavy Equipment Listings avatar

RockAndDirt Scraper - Used Heavy Equipment Listings

Pricing

from $5.00 / 1,000 results

Go to Apify Store
RockAndDirt Scraper - Used Heavy Equipment Listings

RockAndDirt Scraper - Used Heavy Equipment Listings

Scrape used heavy equipment listings from RockAndDirt.com. Get prices, make, model, year, hours, condition, category, dealer, and location. Filter by search keyword, category, or make. Excavators, dozers, loaders, cranes and more.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape used heavy equipment listings from RockAndDirt.com, one of the largest used construction & heavy equipment marketplaces with 400,000+ listings. Get detailed equipment data including prices, make, model, year, hours, condition, dealer, and location.

Features

  • Rich equipment data — make, model, year, price, hours, condition, category, equipment class
  • Dealer info — dealer name, phone number, seller type
  • Location data — city, region, country
  • Flexible filtering — search by keyword, equipment category, or manufacturer
  • Robust parsing — reads structured data from the page's __NEXT_DATA__ JSON (resilient to layout changes)
  • Pagination — automatically pages through results up to your maxResults limit

Input Parameters

ParameterTypeDefaultDescription
searchstringFree-form search term (e.g. excavator, caterpillar 320). Leave empty for all listings
categorystringEquipment category (e.g. Excavators, Dozers, Wheel Loaders, Cranes)
makestringManufacturer (e.g. Caterpillar, Komatsu, John Deere, Volvo)
maxResultsinteger50Maximum number of listings to return (~20 per page)
proxyConfigurationobjectOptional proxy configuration

Example Input

{
"category": "Excavators",
"make": "Caterpillar",
"maxResults": 100
}

Output

Each listing is returned with the following fields:

FieldDescription
listingIdRockAndDirt listing ID
makeManufacturer (e.g. CATERPILLAR)
modelModel (e.g. 374)
yearModel year
priceAsking price (number)
priceCurrencyCurrency code (e.g. USD)
hoursOperating hours (parsed from description, when present)
conditionCondition (e.g. used)
categoryEquipment category (e.g. Excavators)
typeType (e.g. Equipment)
classEquipment class (e.g. INDUSTRIAL, EARTHMOVING)
titleFull listing title
sellerTypeSeller type (e.g. dealerships)
dealerDealer / seller name
dealerPhoneContact phone number
city, region, locationLocation details
isAuctionWhether the listing is an auction
listingUrlFull URL to the listing
imageUrlThumbnail image URL
scrapedAtISO timestamp of when the data was scraped

Example Output

{
"listingId": 29066878,
"make": "CATERPILLAR",
"model": "374",
"year": 2022,
"price": 595000,
"priceCurrency": "USD",
"hours": null,
"condition": "used",
"category": "Excavators",
"type": "Equipment",
"class": "INDUSTRIAL",
"title": "2022 CATERPILLAR 374 Excavators INDUSTRIAL",
"sellerType": "dealerships",
"dealer": "Trophy Tractor LLC",
"dealerPhone": "9722646700",
"city": "Burleson",
"region": "Texas",
"location": "Burleson, Texas, United States",
"isAuction": false,
"listingUrl": "https://www.rockanddirt.com/listings/2022-caterpillar-374-29066878",
"imageUrl": "https://cdn1.boatline.com/v1/media/6a3aa3430a9cd84d290f9f87.jpg",
"scrapedAt": "2026-06-24T00:00:00.000Z"
}

Use Cases

  • Equipment dealers — monitor competitor pricing and inventory
  • Buyers & fleet managers — find equipment by make, model, and budget
  • Market analysts — track used heavy equipment prices and trends
  • Resellers — spot arbitrage opportunities across categories and regions

Notes

This scraper reads structured listing data embedded in each search page, making it resilient to visual/DOM changes. Use the maxResults parameter to control volume. For best results at scale, enable Apify Proxy.