# Scrape antique furniture lots on HiBid

**Use case:** 

Collect antique furniture auction lots from HiBid.com. Export titles, estimates, locations, and URLs for antiques dealers and secondary-market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://hibid.com/lots?q=antique%20furniture"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "title": {
    "label": "Title"
  },
  "currentBid": {
    "label": "Current bid"
  },
  "auctionName": {
    "label": "Auction name"
  },
  "endTime": {
    "label": "End time"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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