# Drouot Featured Auction Monitor

**Use case:** 

Monitor featured Drouot auction sales and extract public lot records, prices, images, sale dates, and auction-house metadata.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://drouot.com/en/"
    }
  ],
  "query": "gold",
  "maxItems": 100,
  "followSaleLinks": true,
  "maxSales": 2,
  "includeDescription": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "lotNumber": {
    "label": "Lot #",
    "format": "text"
  },
  "saleTitle": {
    "label": "Sale",
    "format": "text"
  },
  "auctionHouse": {
    "label": "Auction house",
    "format": "text"
  },
  "saleDate": {
    "label": "Sale date",
    "format": "date"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "lowEstimate": {
    "label": "Low estimate",
    "format": "number"
  },
  "highEstimate": {
    "label": "High estimate",
    "format": "number"
  },
  "currentBid": {
    "label": "Current bid",
    "format": "number"
  },
  "hammerPrice": {
    "label": "Hammer price",
    "format": "number"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "imageUrls": {
    "label": "Images",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Drouot Auction Lots Scraper](https://apify.com/automation-lab/drouot-auction-lots-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/drouot-auction-lots-scraper) to learn more, explore other use cases, and run it yourself.