# Get sold prices and auction results from Ritchie Bros

**Use case:** 

Download historical auction results with sold prices, bid history, and equipment details. Use for equipment valuation, market comparables, and pricing intellige

## Input

```json
{
  "data_freshness": "preloaded",
  "runPreset": "price_history",
  "maxItems": 0,
  "directCategoryUrls": "https://www.rbauction.com/cp/excavators",
  "listingStatuses": [
    "Open"
  ],
  "maxPages": 5,
  "industry": "",
  "categories": [],
  "assetTypes": [],
  "buyingPlatform": "",
  "buyingFormat": "",
  "country": "",
  "subRegion": "",
  "fetchDetails": false,
  "fetchBidStatus": false,
  "fetchListingDetails": false,
  "fetchBidHistory": false,
  "sortField": "eventEndDateTime",
  "sortOrder": "desc",
  "forceRestart": true,
  "detailConcurrency": 5,
  "delayBetweenRequests": 500,
  "outputSchema": "english",
  "_admin_snapshot": false,
  "_admin_snapshot_sold": false
}
```

## Output

```json
{
  "manufacturer": {
    "label": "Manufacturer",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "listingStatus": {
    "label": "Listing Status",
    "format": "string"
  },
  "buyingFormat": {
    "label": "Buying Format",
    "format": "string"
  },
  "buyingPlatform": {
    "label": "Buying Platform",
    "format": "string"
  },
  "startPrice": {
    "label": "Start Price",
    "format": "number"
  },
  "soldPrice": {
    "label": "Sold Price",
    "format": "number"
  },
  "openingBid": {
    "label": "Opening Bid",
    "format": "number"
  },
  "shootPrice": {
    "label": "Shoot Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "totalBids": {
    "label": "Total Bids",
    "format": "integer"
  },
  "uniqueBidders": {
    "label": "Unique Bidders",
    "format": "integer"
  },
  "saleEventName": {
    "label": "Sale Event",
    "format": "string"
  },
  "biddingEndTime": {
    "label": "Bidding End",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Ritchie Bros Scraper — Heavy Equipment Auctions](https://apify.com/rastriq/rbauction-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rastriq/rbauction-scraper) to learn more, explore other use cases, and run it yourself.