# Get Slack alerts for new Proxibid lots

**Use case:** 

Monitor a Proxibid category and post formatted Slack cards for each newly-listed lot. Schedule it for live alerts.

## Input

```json
{
  "category": "jewelry-gemstones-watches",
  "includeEnded": false,
  "fetchDetails": false,
  "maxLots": 25,
  "monitorMode": true,
  "alertOnNewLot": true,
  "slackWebhookUrl": "https://hooks.slack.com/services/T000/B000/XXXX",
  "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.