# LiveAuctioneers Latest Results

**Use case:** 

Latest Results of LiveAuctioneers. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "houseId": "1394",
  "auctionId": "406643",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "itemId": {
    "label": "Item ID",
    "format": "number"
  },
  "catalogId": {
    "label": "Catalog ID",
    "format": "number"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "number"
  },
  "lotNumber": {
    "label": "Lot Number",
    "format": "string"
  },
  "catalogTitle": {
    "label": "Catalog Title",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller Name",
    "format": "string"
  },
  "sellerLocation": {
    "label": "Seller Location",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "startPrice": {
    "label": "Start Price",
    "format": "number"
  },
  "leadingBid": {
    "label": "Leading Bid",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "lowBidEstimate": {
    "label": "Low Estimate",
    "format": "number"
  },
  "highBidEstimate": {
    "label": "High Estimate",
    "format": "number"
  },
  "bidCount": {
    "label": "Bid Count",
    "format": "number"
  },
  "bidActivityCount": {
    "label": "Bid Activity",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "shortDescription": {
    "label": "Short Description",
    "format": "string"
  },
  "conditionReport": {
    "label": "Condition Report",
    "format": "string"
  },
  "dimensions": {
    "label": "Dimensions",
    "format": "string"
  },
  "shippingDimensions": {
    "label": "Shipping Dimensions",
    "format": "string"
  },
  "shippingWeight": {
    "label": "Shipping Weight",
    "format": "string"
  },
  "isSold": {
    "label": "Sold",
    "format": "boolean"
  },
  "isAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "isReserveMet": {
    "label": "Reserve Met",
    "format": "boolean"
  },
  "isTimedAuction": {
    "label": "Timed Auction",
    "format": "boolean"
  },
  "isLiveAuction": {
    "label": "Live Auction",
    "format": "boolean"
  },
  "materialsTechniques": {
    "label": "Materials/Techniques",
    "format": "array"
  },
  "creators": {
    "label": "Creators",
    "format": "array"
  },
  "stylePeriods": {
    "label": "Style Periods",
    "format": "array"
  },
  "origins": {
    "label": "Origins",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "itemUrl": {
    "label": "Item URL",
    "format": "string"
  },
  "auctionUrl": {
    "label": "Auction URL",
    "format": "string"
  },
  "saleStartTs": {
    "label": "Sale Start Date",
    "format": "string"
  },
  "lotEndTimeEstimatedTs": {
    "label": "Lot End Date",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LiveAuctioneers Scraper](https://apify.com/parseforge/liveauctioneers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/liveauctioneers-scraper) to learn more, explore other use cases, and run it yourself.