log.immo

AI-Friendly Real Estate Property Index

For LLMs & AI Agents

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!

🤖 AI-Friendly Features:
  • Self-documenting API with inline filter examples
  • Pre-calculated statistics (prices, cities, types)
  • Complete property index in every response
  • Separate sale/rent price statistics
  • No subpage crawling needed - everything in one request

Available Formats

OpenImmo XML (Default)

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.

Minimal JSON

Token-efficient format designed for LLM consumption (~20-30% smaller). Use ?format=json parameter.

API Endpoints

🌟 Main Feed (OpenImmo XML):
GET https://log.immo/api/shib

All properties with statistics, filters, and property index - perfect for AI agents!

List Participants:
GET https://log.immo/api/participants

Get all real estate agencies with their feed URLs

Participant Feed:
GET https://log.immo/api/shib/{participant}/feed

Get all properties from a specific participant

Single Property:
GET https://log.immo/api/shib/{participant}/property/{id}

Query Parameters (22 Total Filters)

💡 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

Example Requests (Click to Open)

Rate Limits

API requests are throttled per participant. Responses are cached for 5 minutes. For high-volume access, please contact the system administrator.