# Research Specific Picasso Art Lot Details

**Use case:** 

Extract comprehensive details for a specific Pablo Picasso artwork lot listed on Sotheby's. This provides crucial information for provenance research, appraisal

## Input

```json
{
  "mode": "byLot",
  "query": "contemporary art",
  "category": "contemporary-art",
  "saleType": "upcoming",
  "department": "",
  "lotUrl": "https://www.sothebys.com/en/buy/auction/2023/modern-evening-auction-part-i/femme-assise-pres-dune-fenetre-marie-therese",
  "maxItems": 50
}
```

## 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.