AI-Friendly Real Estate Property Index
This service provides machine-readable real estate listings optimized for AI consumption. All property data is available in OpenImmo XML format (German real estate standard) with self-documenting filters, pre-calculated statistics, and a complete property index embedded in every response - no subpage crawling required!
German real estate standard (OpenImmo 1.2.7) with extensive metadata. Includes self-documenting filters, statistics, and complete property index. No query parameter needed - this is the default format.
Token-efficient format designed for LLM consumption (~20-30% smaller).
Use ?format=json
parameter.
GET https://log.immo/api/shib
All properties with statistics, filters, and property index - perfect for AI agents!
GET https://log.immo/api/participants
Get all real estate agencies with their feed URLs
GET https://log.immo/api/shib/{participant}/feed
Get all properties from a specific participant
GET https://log.immo/api/shib/{participant}/property/{id}
💡 All 22 filters are documented in the XML response itself! Each filter includes examples and can be combined in a single URL.
Parameter | Description |
---|---|
format |
xml (default) or
json
|
limit | Results per page (1-10000, default: 100 for XML, 20 for JSON) |
all | Fetch all properties (sets limit=10000) |
city, zip, region | Location filters |
min_price, max_price | Price range in EUR |
min_area, max_area | Living area in m² |
min_rooms, bedrooms, bathrooms | Room filters |
marketing_type | SALE or RENT |
property_type | apartment, house, commercial, land, parking, investment |
sort | price_asc, price_desc, date_desc, area_desc, rooms_desc, year_desc |
API requests are throttled per participant. Responses are cached for 5 minutes. For high-volume access, please contact the system administrator.