# Scrape Specific Sotheby's Auction Lots

**Use case:** 

Gather detailed information for all lots within a particular Sotheby's auction. This is essential for competitive analysis, creating auction catalogs, or for ar

## Input

```json
{
  "mode": "byAuction",
  "query": "contemporary art",
  "category": "contemporary-art",
  "auctionSlug": "n11071",
  "saleType": "upcoming",
  "department": "",
  "maxItems": 150
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "department": {
    "label": "Department"
  },
  "brand": {
    "label": "Brand"
  },
  "auctionTitle": {
    "label": "Auction title"
  },
  "auctionDate": {
    "label": "Auction date"
  },
  "estimateLow": {
    "label": "Estimate low"
  },
  "estimateHigh": {
    "label": "Estimate high"
  },
  "currency": {
    "label": "Currency"
  },
  "location": {
    "label": "Location"
  },
  "lotUrl": {
    "label": "Lot url"
  }
}
```

## About this Actor

This example demonstrates how to use [Sotheby's Lot Scraper](https://apify.com/crawlerbros/sothebys-lot-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/sothebys-lot-scraper) to learn more, explore other use cases, and run it yourself.