# Location GovDeals Government Auction

**Use case:** 

Extract GovDeals Government Auction data filtered by Location. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sortField": "location",
  "sortOrder": "asc"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "modelYear": {
    "label": "Year",
    "format": "text"
  },
  "vin": {
    "label": "VIN",
    "format": "text"
  },
  "condition": {
    "label": "Condition",
    "format": "text"
  },
  "currentBid": {
    "label": "Current Bid",
    "format": "number"
  },
  "startingBid": {
    "label": "Starting Bid",
    "format": "number"
  },
  "bidCount": {
    "label": "Bids",
    "format": "number"
  },
  "hasReserve": {
    "label": "Reserve",
    "format": "boolean"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "seller": {
    "label": "Seller",
    "format": "text"
  },
  "sellerContactName": {
    "label": "Contact",
    "format": "text"
  },
  "sellerContactEmail": {
    "label": "Email",
    "format": "text"
  },
  "sellerContactPhone": {
    "label": "Phone",
    "format": "text"
  },
  "locationCity": {
    "label": "City",
    "format": "text"
  },
  "locationState": {
    "label": "State",
    "format": "text"
  },
  "locationZip": {
    "label": "ZIP",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "auctionStart": {
    "label": "Start",
    "format": "text"
  },
  "auctionEnd": {
    "label": "End",
    "format": "text"
  },
  "auctionEndDisplay": {
    "label": "Ends",
    "format": "text"
  },
  "willShip": {
    "label": "Ships",
    "format": "boolean"
  },
  "photos": {
    "label": "Photos",
    "format": "array"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GovDeals Government Auction Scraper](https://apify.com/parseforge/govdeals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/govdeals-scraper) to learn more, explore other use cases, and run it yourself.