# Scrape Invaluable watches auction search results

**Use case:** 

Extract watch auction lots from Invaluable search with estimates, bid counts, and auction house details for collectibles market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.invaluable.com/search?query=watches&keyword=watches"
    }
  ],
  "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.