Immowelt: Search Listings
Immowelt via Parse · real_estate
Search for real estate listings (rent or buy) with optional filters. Returns paginated listing cards with basic info including price, rooms, area, and address. The location parameter must be a full path as used in Immowelt URLs, including city name, district/ZIP, and geoid. Each page returns up to ~20 listings. Scraper for Immowelt.de, providing access to real estate listings for rent and sale across Germany. Supports search with pagination, sorting, and detailed property extraction including images and features. Fulfilled by Parse from immowelt.de.
- immowelt
- immowelt-de
- maps-geo
- marketplace
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- real_estate
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e8fdb8a3-31d8-4834-a13d-ac909ddc6d4d/search_listings
- Interface artifact
- sha256:c5c08852fd203b61223e52a186a92540f68af7d2755667fe2dbbbcd664527b98
- Manifest digest
- sha256:03830d8630c94c103c4d1d11a14ef23427eeb2503720ad597020943735859a71
Request fields
- page (integer): Page number for pagination.
- order (string): Sort order for results.: Allowed values: Default, PriceAsc, PriceDesc, NumberOfRoomsAsc, NumberOfRoomsDesc, SpaceAsc, SpaceDesc
- location (string, required): Location path including city, district/ZIP, and geoid (e.g. 'berlin/berlin-10115/ad08de8634'). Forms part of the URL path and must match Immowelt's internal location format.
- price_max (integer): Maximum price filter.
- price_min (integer): Minimum price filter.
- rooms_min (integer): Minimum number of rooms.
- space_min (integer): Minimum living area in square meters.
- transaction (string): Transaction type.: Allowed values: mieten, kaufen
- property_type (string): Property type to search for.: Allowed values: wohnung, haus, gewerbe, grundstueck
Example queries
- {"page":"1","order":"Default","location":"berlin/berlin-10115/ad08de8634","price_max":"2000","price_min":"500","rooms_min":"2","space_min":"50","transaction":"mieten","property_type":"wohnung"}