RockAndDirt Scraper - Used Heavy Equipment Listings
Pricing
from $5.00 / 1,000 results
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
Maintained by CommunityActor 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
maxResultslimit
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
search | string | Free-form search term (e.g. excavator, caterpillar 320). Leave empty for all listings | |
category | string | Equipment category (e.g. Excavators, Dozers, Wheel Loaders, Cranes) | |
make | string | Manufacturer (e.g. Caterpillar, Komatsu, John Deere, Volvo) | |
maxResults | integer | 50 | Maximum number of listings to return (~20 per page) |
proxyConfiguration | object | Optional proxy configuration |
Example Input
{"category": "Excavators","make": "Caterpillar","maxResults": 100}
Output
Each listing is returned with the following fields:
| Field | Description |
|---|---|
listingId | RockAndDirt listing ID |
make | Manufacturer (e.g. CATERPILLAR) |
model | Model (e.g. 374) |
year | Model year |
price | Asking price (number) |
priceCurrency | Currency code (e.g. USD) |
hours | Operating hours (parsed from description, when present) |
condition | Condition (e.g. used) |
category | Equipment category (e.g. Excavators) |
type | Type (e.g. Equipment) |
class | Equipment class (e.g. INDUSTRIAL, EARTHMOVING) |
title | Full listing title |
sellerType | Seller type (e.g. dealerships) |
dealer | Dealer / seller name |
dealerPhone | Contact phone number |
city, region, location | Location details |
isAuction | Whether the listing is an auction |
listingUrl | Full URL to the listing |
imageUrl | Thumbnail image URL |
scrapedAt | ISO 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.