Zvg Portal: Search Auctions
Zvg Portal via Parse · real_estate
Search for foreclosure auctions in a specific German state. Results are sorted by auction date and paginated (~20 per page). Supports filtering by auction type and court. Each result carries a zvg_id and land_abk pair needed to fetch full details. The total_count field reflects the full matching set server-side. API for the German foreclosure auction portal (ZVG-Portal), providing access to auction listings, property details, and court mappings across all German states. Fulfilled by Parse from zvg-portal.de.
- finance
- government-public
- parse
- platform-key
- real-estate
- zvg-portal
- zvg-portal-de
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/390e8bb9-1861-46a3-9443-1777fb06d267/search_auctions
- Interface artifact
- sha256:8e951ba57bc611b82a4a5d60880c802119b20e8a66b23ec6266210bafa3b521b
- Manifest digest
- sha256:752da0a70d4d8dc4d5e5f4923ee3e54482f09169c4a32ae3064e7898adbf9bfd
Request fields
- art (string): Auction type filter.: Allowed values: 0, 1
- page (integer): Page number for pagination (1-based).
- ger_id (string): Court ID from get_courts endpoint (e.g. 'R3101' for Aachen). '0' returns all courts in the state.
- land_abk (string, required): Two-letter German state abbreviation.: Allowed values: bw, by, be, bb, hb, hh, he, mv, ni, nw, rp, sl, sn, st, sh, th
- all_results (boolean): If true, attempts to retrieve all results at once instead of paginating.
Example queries
- {"art":"0","page":"1","ger_id":"0","land_abk":"bw","all_results":"false"}