Real Estate
Wg Gesucht Germany logo

Wg Gesucht Germany API

wg-gesucht.de

German shared-housing marketplace - flats and rooms by city, details, prices, and locations.

Actions
7
Category
Real Estate
Login
Not required
Output
JSON

Call the Wg Gesucht Germany API

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

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_wg_gesucht_de_search_form_submit",
    "params": {
      "autocompinp": "Berlin",
      "stadt_key": "8"
    }
  }'

7 actions on wg-gesucht.de

Read

  • Homepage Content

    act_wg_gesucht_de_homepage_ssrread1 credit / call

    Returns homepage content including page title, heading, and featured sections.

  • Listing Details

    act_wg_gesucht_de_listing_detailread1 credit / call

    Returns full listing details with price, size, room type, photos, amenities, landlord contact, and coordinates.

    offer_id
    string · required
    city_slug
    string · required
  • Listing Search Results

    act_wg_gesucht_de_listing_search_resultsread1 credit / call

    Returns city search results with listing IDs, prices, sizes, and addresses.

    search_results_path
    string · required
  • Munich Listing Details

    act_wg_gesucht_de_listing_detail_muenchenread1 credit / call

    Returns structured Munich listing details including price, photos, amenities, and landlord contact fields.

    offer_id
    string · required
    city_slug
    string · required
  • Munich Listing Search Results

    act_wg_gesucht_de_listing_search_results_muenchenread2 credits / call

    Returns Munich search results filtered by rent and category with listing prices.

    city_id
    string · required
    country_code
    string
    min_rent
    integer
    sort_order
    integer
  • Nearby Listings Map

    act_wg_gesucht_de_nearby_listings_mapread2 credits / call

    Returns nearby listings within a map area with coordinates, addresses, and prices.

    offer_ids
    string · required
    southwest_lat
    string · required
    southwest_lng
    string · required
    northeast_lat
    string · required
    northeast_lng
    string · required

Write

Write actions change state on wg-gesucht.de and run as the account you connect.

  • City Search Form Submit

    act_wg_gesucht_de_search_form_submitwrite2 credits / call

    Submits a city search and returns the filtered results path and applied filters.

    autocompinp
    string · required
    stadt_key
    string · required
    country_code
    string
    property_category_codes
    array
    type
    integer

Wg Gesucht Germany API questions

Is there an API for Wg Gesucht Germany?
Wg Gesucht Germany does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for wg-gesucht.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 Wg Gesucht 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 wg-gesucht.de changes its markup, Anakin updates the action.
Do I need a Wg Gesucht Germany account?
No. Every Wg Gesucht Germany action listed here runs anonymously — no account and no credentials required.
What does the Wg Gesucht 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