# Monitor new GSA surplus auctions

**Use case:** 

Watch GSA for newly-listed surplus lots and get only the new ones each run - feed alerts to Slack, email or webhook. Pair with a schedule.

## Input

```json
{
  "searchType": "all",
  "states": [
    "tx"
  ],
  "status": "active",
  "maxLots": 50,
  "monitorMode": true,
  "alertOnNewLot": true,
  "alertOnBidChange": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Lot",
    "format": "string"
  },
  "high_bid": {
    "label": "High bid ($)",
    "format": "number"
  },
  "property_state": {
    "label": "State",
    "format": "string"
  },
  "property_city": {
    "label": "City",
    "format": "string"
  },
  "end_date": {
    "label": "Ends",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "agency_name": {
    "label": "Agency",
    "format": "string"
  },
  "image_url": {
    "label": "Photo",
    "format": "string"
  },
  "lot_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GSA Auctions Scraper — Federal Surplus Lots, Bids & Alerts](https://apify.com/scrapersdelight/gsa-auctions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/gsa-auctions-scraper) to learn more, explore other use cases, and run it yourself.