Ritchie Bros Auctioneers Scraper avatar

Ritchie Bros Auctioneers Scraper

Pricing

Pay per event

Go to Apify Store
Ritchie Bros Auctioneers Scraper

Ritchie Bros Auctioneers Scraper

Scrape heavy equipment auction listings from Ritchie Bros (rbauction.com). Extract lot details including manufacturer, model, year, serial number, usage hours, location, auction dates, bid prices, and condition flags across all equipment categories.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Scrape heavy equipment auction listings from Ritchie Bros Auctioneers (rbauction.com). Extract lot details across all equipment categories including excavators, wheel loaders, cranes, tractors, and more — without an account or proxy.

What it does

  • Discovers up to 1,801 equipment categories via the rbauction.com sitemap
  • Extracts all lots from each category with full pagination (?from=N)
  • Returns 36 structured fields per lot: manufacturer, model, year, serial number, usage hours, auction dates, location, prices, and condition flags
  • No login required — all listing data is publicly accessible

Input

FieldTypeDescription
maxItemsintegerMaximum number of lots to scrape. Leave blank to scrape all.
categoriesarrayList of category slugs to scrape (e.g. ["excavators", "wheel-loaders"]). Leave blank to scrape all 1,801 categories.
startUrlsarrayOptional list of specific rbauction.com category or lot URLs. Overrides categories when provided.

Example input

{
"maxItems": 100,
"categories": ["excavators", "wheel-loaders", "crawler-dozers"]
}

Output

Each item in the dataset represents one auction lot:

FieldDescription
lot_idLot item number
asset_idAsset GUID
urlDirect URL to the lot page
titleFull equipment description
manufacturerEquipment manufacturer
modelEquipment model
yearYear of manufacture
serial_numberSerial number
usage_hoursUsage hours
categoryEquipment category
asset_typeAsset type (localized)
industryPrimary industry
lot_numberAuction lot number
buying_formatBuying format (auction, buy now, etc.)
buying_platformBuying platform
auction_nameAuction / sale event name
auction_dateAuction start date (ISO 8601)
auction_end_dateAuction end date (ISO 8601)
location_cityEquipment location city
location_stateEquipment location state/province
location_countryEquipment location country
location_regionRegional location label
location_coordinatesLat/lon as "lat,lon" string
start_priceStarting bid price
price_currencyPrice currency code
image_urlPrimary equipment image URL
is_unusedWhether the equipment is new/unused
is_in_yardWhether the equipment is in a yard
is_ironclad_assuredWhether covered by IronClad Assurance
inoperableWhether the equipment is inoperable
inspection_statusInspection status
quick_response_idQuick response / lot reference ID
catalogue_notesCatalogue notes from seller
listing_statusCurrent listing status (New, Open, Preview)
is_online_biddingWhether online bidding is enabled
scraped_atISO 8601 timestamp when the record was scraped

Technical notes

  • Uses Chrome TLS fingerprinting (impit) to clear Cloudflare's fingerprint gate — no proxy needed
  • Discovery: /sitemaps/search yields 1,801 category slugs
  • Data is fully embedded in Next.js __NEXT_DATA__ on server-rendered pages
  • Pagination: ?from=N parameter, 60 records per page
  • Concurrency: 5 parallel requests with automatic rate-limit handling