# Full equipment market data — active listings and historical

**Use case:** 

Complete market intelligence: combine current inventory with historical sold prices across all Ritchie Bros platforms. Includes bids, inspections, and seller da

## Input

```json
{
  "data_freshness": "preloaded",
  "runPreset": "full_market",
  "maxItems": 0,
  "directCategoryUrls": "https://www.rbauction.com/cp/mini-excavator-6-6t",
  "listingStatuses": [
    "Open"
  ],
  "maxPages": 10,
  "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"
  },
  "manufactureYear": {
    "label": "Year",
    "format": "integer"
  },
  "assetDescription": {
    "label": "Description",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "listingStatus": {
    "label": "Listing Status",
    "format": "string"
  },
  "startPrice": {
    "label": "Start Price",
    "format": "number"
  },
  "soldPrice": {
    "label": "Sold Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "usageHours": {
    "label": "Hours",
    "format": "number"
  },
  "overallRating": {
    "label": "Overall Rating",
    "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.