🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

ImmoScout24 Search

by @mihaimacarie98

Search ImmoScout24 (Germany) real estate listings using their mobile API. Bypasses anti-bot/DataDome protection. Search apartments, houses for buy/rent with...

Versionv1.0.0
💡 Examples

Search listings

# Apartments for sale in Passau area, max €300k, 2+ rooms
python3 scripts/immoscout24-search.py --region /de/bayern/passau-kreis --type apartmentbuy --max-price 300000 --min-rooms 2

Houses for sale in Passau area, max €350k

python3 scripts/immoscout24-search.py --region /de/bayern/passau-kreis --type housebuy --max-price 350000

JSON output for machine processing

python3 scripts/immoscout24-search.py --region /de/bayern/passau-kreis --type apartmentbuy --max-price 300000 --format json

Get expose details (heating, energy, parking)

python3 scripts/immoscout24-search.py --expose 166875438
python3 scripts/immoscout24-search.py --expose 166875438 --format json

Expose details include:

  • Heizungsart (heating type): Zentralheizung, Fußbodenheizung, Etagenheizung, etc.
  • Energieträger (energy source): Erdgas, Fernwärme, Wärmepumpe, Öl, Pellets, etc.
  • Garage/Stellplatz (parking): Tiefgarage, Carport, Stellplatz, etc.
  • Baujahr (year built), Objektzustand (condition)
  • Energieverbrauchskennwert (energy rating)
  • Internal fields: obj_heatingType, obj_parkingSpace, obj_condition, obj_purchasePrice
  • ⚙️ Configuration

    Requires immoscout Python package:

    pip3 install --break-system-packages immoscout
    

    📋 Tips & Best Practices

  • Uses IS24 mobile API (api.mobile.immobilienscout24.de) — no browser or authentication needed
  • Rate limiting is lenient but don't hammer it — add small delays between expose lookups
  • Listing URLs follow pattern: https://www.immobilienscout24.de/expose/{id}
  • Search returns: id, title, price, area, rooms, address, postcode, published date
  • Expose returns: full details including heating, energy, parking, condition, year built
  • View on ClawHub
    TERMINAL
    clawhub install immoscout24-search

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →