Real Estate
Spotahome logo

Spotahome API

spotahome.com

Rental marketplace - listings, property details, comparisons, and city price trends.

Actions
6
Category
Real Estate
Login
Not required
Output
JSON

Call the Spotahome API

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

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_spotahome_city_availability_trends",
    "params": {
      "city_id": "berlin"
    }
  }'

6 actions on spotahome.com

Read

  • City Search Results

    act_spotahome_city_search_results_ssrread2 credits / call

    Returns rental search results for a city with result count and currency.

    city_slug
    string · required
    country_slug
    string · required
  • Property Details

    act_spotahome_property_detail_ssrread2 credits / call

    Returns full details for a rental listing including pricing and amenities.

    city_slug
    string · required
    property_type_segment
    string · required
    listing_id
    string · required

Write

Write actions change state on spotahome.com and run as the account you connect.

  • City Availability Trends

    act_spotahome_city_availability_trendswrite2 credits / call

    Returns monthly rental availability percentages and changes for a city.

    city_id
    string · required
    property_type
    string
  • City Directory

    act_spotahome_city_directory_listingwrite2 credits / call

    Returns available cities with names, currencies, and country codes.

    locale
    string · required
  • City Price Trends

    act_spotahome_city_price_trendswrite2 credits / call

    Returns monthly average rent prices and month-over-month changes for a city.

    city_id
    string · required
    property_type
    string
  • Related Rental Listings

    act_spotahome_related_rental_listingswrite2 credits / call

    Returns comparable rental listings with prices, photos, and amenities.

    listing_id
    string · required
    locale
    string
    move_in
    string
    move_out
    string

Spotahome API questions

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