# Extract Invaluable Heuer Abercrombie Seafarer watch lot

**Use case:** 

Scrape Heuer Abercrombie & Fitch Seafarer watch auction lot on Invaluable with condition notes, estimates, and sale history.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.invaluable.com/auction-lot/heuer-abercrombie-fitch-co-stainless-steel-seafar-134-c-f38e67d2a8"
    }
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "title": {
    "label": "Title"
  },
  "lotNumber": {
    "label": "Lot number"
  },
  "lotRef": {
    "label": "Lot ref"
  },
  "estimate": {
    "label": "Estimate"
  },
  "currentBid": {
    "label": "Current bid"
  },
  "bidCount": {
    "label": "Bid count"
  },
  "currency": {
    "label": "Currency"
  },
  "price": {
    "label": "Price"
  },
  "auctionHouse": {
    "label": "Auction house"
  },
  "saleTitle": {
    "label": "Sale title"
  },
  "auctionDate": {
    "label": "Auction date"
  },
  "location": {
    "label": "Location"
  },
  "image": {
    "label": "Image"
  },
  "description": {
    "label": "Description"
  }
}
```

## About this Actor

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