# Monitor new Proxibid auction lots

**Use case:** 

Recurring watcher: diff each run and output ONLY newly-listed Proxibid lots. Pair with an Apify Schedule. CSV/JSON.

## Input

```json
{
  "category": "coins-currency",
  "includeEnded": false,
  "fetchDetails": false,
  "maxLots": 25,
  "monitorMode": true,
  "alertOnNewLot": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 4,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Lot",
    "format": "string"
  },
  "price": {
    "label": "Price ($)",
    "format": "number"
  },
  "auction_type": {
    "label": "Type",
    "format": "string"
  },
  "lot_time_info": {
    "label": "Timing",
    "format": "string"
  },
  "auction_house": {
    "label": "Auction house",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "image": {
    "label": "Photo",
    "format": "string"
  },
  "lot_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Proxibid Scraper — Auction Lots, Prices & New-Lot Alerts](https://apify.com/scrapersdelight/proxibid-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/proxibid-scraper) to learn more, explore other use cases, and run it yourself.