Real Estate
Immowelt Germany logo

Immowelt Germany API

immowelt.de

German property marketplace - listings, details, pricing, photos, and agents.

Actions
3
Category
Real Estate
Login
Not required
Output
JSON

Call the Immowelt Germany API

Submit a task, then poll the job until it settles. This example runs act_immowelt_de_location_autocomplete.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_immowelt_de_location_autocomplete",
    "params": {
      "location_search_text": "Ber"
    }
  }'

3 actions on immowelt.de

Read

  • Search Listings

    act_immowelt_de_classified_search_ssrread2 credits / call

    Returns property listing search results by location and filters with prices, rooms, and addresses.

    place_id
    string · required
    distribution_types
    string · required
    estate_types
    string · required
    marketing_param
    string

Write

Write actions change state on immowelt.de and run as the account you connect.

  • Location Autocomplete

    act_immowelt_de_location_autocompletewrite2 credits / call

    Returns place IDs, labels, and postal codes for a location query.

    location_search_text
    string · required
    limit
    integer
    locale
    string
  • Promoted Suggestions

    act_immowelt_de_serp_promoted_suggestionswrite2 credits / call

    Returns promoted and suggested listing IDs for a property search.

    place_id
    string · required
    distribution_types
    array · required
    estate_types
    array · required

Immowelt Germany API questions

Is there an API for Immowelt Germany?
Immowelt Germany does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for immowelt.de. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Immowelt Germany data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when immowelt.de changes its markup, Anakin updates the action.
Do I need a Immowelt Germany account?
No. Every Immowelt Germany action listed here runs anonymously — no account and no credentials required.
What does the Immowelt Germany API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Real Estate APIs

All Real Estate sites