# Zwangsversteigerungen Frankfurt scrapen (ZVG-Portal)

**Use case:** 

Zwangsversteigerungen in Frankfurt am Main vom amtlichen ZVG-Portal: Verkehrswert, Termin, Adresse, Gutachten-PDFs und €/m². Ab $2 pro 1.000.

## Input

```json
{
  "marketPreset": "frankfurt",
  "maxResultsPerState": 200,
  "includeDetails": true,
  "onlyNewAuctions": false,
  "states": [
    "be"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "propertyType": {
    "label": "Property type"
  },
  "address": {
    "label": "Address"
  },
  "appraisalValueEur": {
    "label": "Appraisal (â‚¬)"
  },
  "pricePerSqmEur": {
    "label": "Appraisal â‚¬/mÂ²"
  },
  "auctionDate": {
    "label": "Auction date"
  },
  "daysUntilAuction": {
    "label": "Days left"
  },
  "isNewSinceLastRun": {
    "label": "New since last run"
  },
  "attachments": {
    "label": "Official documents"
  },
  "caseNumber": {
    "label": "Case number"
  },
  "stateName": {
    "label": "State"
  },
  "objectType": {
    "label": "Original type (DE)"
  },
  "areaSqm": {
    "label": "Area (mÂ²)"
  },
  "areaBasis": {
    "label": "Area basis"
  },
  "court": {
    "label": "Court"
  },
  "description": {
    "label": "Description"
  },
  "detailUrl": {
    "label": "Official listing"
  }
}
```

## About this Actor

This example demonstrates how to use [German Foreclosure Auction Leads — ZVG Property Deals](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.