# Affordable Coin Auction Finder

**Use case:** 

Identify affordable coin and bullion auctions under $50. Receive details on current bids, lot descriptions, and auction locations.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.auctionninja.com/clearinghouseestatesales/sales/details/harwinton-ct-multiple-estates-auction-17221.html"
    }
  ],
  "searchQueries": [
    "coins"
  ],
  "minPrice": 0,
  "maxPrice": 50,
  "sellerFilter": "",
  "scrapeDetails": false,
  "maxItems": 100,
  "maxConcurrency": 5,
  "debugLogging": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "currentBid": {
    "label": "Current Bid/Price",
    "format": "number"
  },
  "buyerPremium": {
    "label": "Buyer Premium",
    "format": "string"
  },
  "timeLeft": {
    "label": "Time Remaining",
    "format": "string"
  },
  "bidCount": {
    "label": "Bids Count",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [AuctionNinja Scraper: Estate Sales & Online Auctions](https://apify.com/getascraper/auctionninja-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/auctionninja-scraper) to learn more, explore other use cases, and run it yourself.