# Sotheby's Fine Wine Auction Results Scraper

**Use case:** 

Scrape Sotheby's fine wine and spirits auction results with sale title, date, location, image and lot URL. Search any keyword and export clean structured data.

## Input

```json
{
  "query": "fine wine",
  "maxItems": 50
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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