# Scrape surplus laptop & computer auctions

**Use case:** 

Keyword-scrape surplus laptops/PCs: title, current price, bid count, quantity, condition and agency. CSV for IT resellers.

## Input

```json
{
  "searchType": "keyword",
  "states": [
    "tx"
  ],
  "keyword": "laptop",
  "radiusMiles": 100,
  "endWithinHours": 0,
  "listedWithinHours": 0,
  "sortBy": "default",
  "fetchDetails": false,
  "maxLots": 25,
  "monitorMode": false,
  "alertOnNewLot": true,
  "alertOnBidChange": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 5,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Lot",
    "format": "string"
  },
  "current_price": {
    "label": "Price ($)",
    "format": "number"
  },
  "total_bids": {
    "label": "Bids",
    "format": "integer"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "agency": {
    "label": "Agency",
    "format": "string"
  },
  "time_left_seconds": {
    "label": "Time left (s)",
    "format": "integer"
  },
  "end_date": {
    "label": "Ends",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "thumbnail": {
    "label": "Photo",
    "format": "string"
  },
  "lot_url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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