# Scrape GSA Mower auctions

**Use case:** 

Extract live GSA federal-surplus mower lots - high bid, location, end date & photos. Export-ready data for resellers, dealers & flippers.

## Input

```json
{
  "searchType": "keyword",
  "states": [
    "tx"
  ],
  "keyword": "mower",
  "status": "active",
  "maxLots": 25,
  "monitorMode": false,
  "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.