# Scrape HiBid vintage and antique toys auction lots

**Use case:** 

Extract vintage and antique toy auction lots from HiBid.com with current bids, lot descriptions, images, and closing times.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://hibid.com/lots/40366/toys/vintage---antique-toys"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "primaryImage": {
    "label": "Primary Image",
    "format": "image"
  },
  "category": {
    "label": "Category",
    "format": "array"
  },
  "auctionInfo": {
    "label": "Auction Info",
    "format": "object"
  },
  "paymentInfo": {
    "label": "Payment Info",
    "format": "object"
  },
  "termsAndConditions": {
    "label": "Terms and Conditions",
    "format": "text"
  },
  "shippingDetails": {
    "label": "Shipping Details",
    "format": "object"
  }
}
```

## About this Actor

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