# Scrape government vehicle surplus auctions

**Use case:** 

Scrape car, truck & van surplus lots from GSA, PublicSurplus & Municibid — bid, location, close time to CSV/JSON.

## Input

```json
{
  "keywords": "truck,car,vehicle,van,suv",
  "sites": [
    "gsa",
    "publicsurplus",
    "municibid"
  ],
  "maxLotsPerSite": 25,
  "perSiteTimeoutSecs": 120,
  "proxibidCategory": "jewelry-gemstones-watches",
  "monitorMode": false,
  "alertOnNewLot": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 4,
  "diagnose": false
}
```

## Output

```json
{
  "site": {
    "label": "Site",
    "format": "string"
  },
  "title": {
    "label": "Lot",
    "format": "string"
  },
  "current_bid": {
    "label": "Bid",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "close_time": {
    "label": "Closes",
    "format": "string"
  },
  "image": {
    "label": "Photo",
    "format": "string"
  },
  "lot_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Multi Auction Search — Storage, Surplus & Estate Sites](https://apify.com/scrapersdelight/multi-auction-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/multi-auction-search) to learn more, explore other use cases, and run it yourself.