# Zwangsversteigerungen in Bayern scrapen (ZVG-Portal)

**Use case:** 

Alle aktuellen Zwangsversteigerungen in Bayern vom offiziellen ZVG-Portal: Verkehrswert, Termin, Adresse als saubere Tabelle (CSV/JSON). Ab $4 pro 1.000.

## Input

```json
{
  "states": [
    "by"
  ],
  "maxResultsPerState": 1000,
  "includeDetails": false,
  "onlyNewAuctions": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "caseNumber": {
    "label": "Case (Aktenzeichen)"
  },
  "stateName": {
    "label": "State"
  },
  "objectType": {
    "label": "Object"
  },
  "address": {
    "label": "Address"
  },
  "appraisalValueEur": {
    "label": "Appraisal (EUR)"
  },
  "auctionDate": {
    "label": "Auction date"
  },
  "isCancelled": {
    "label": "Cancelled"
  },
  "lastUpdatedAt": {
    "label": "Updated"
  },
  "detailUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Germany Property Auctions API - ZVG Zwangsversteigerung](https://apify.com/webdata_labs/germany-zvg-auctions-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/germany-zvg-auctions-api) to learn more, explore other use cases, and run it yourself.