# GovDeals Government Auction — Full Export

**Use case:** 

Scrape the full govdeals government auction dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract govdeals government auction for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "keyword": "",
  "state": ""
}
```

## Output

```json
{
  "assetId": {
    "label": "Assetid",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "currentBid": {
    "label": "Currentbid",
    "format": "number"
  },
  "auctionEndDate": {
    "label": "Auctionenddate",
    "format": "string"
  },
  "sellerName": {
    "label": "Sellername",
    "format": "string"
  },
  "locationState": {
    "label": "Locationstate",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "itemUrl": {
    "label": "Itemurl",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scrapedat",
    "format": "string"
  }
}
```

## About this Actor

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