Real Estate
Otodom Poland logo

Otodom Poland API

otodom.pl

Polish property marketplace - listings, prices, and agent details across cities.

Actions
10
Category
Real Estate
Login
Not required
Output
JSON

Call the Otodom Poland API

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

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_otodom_pl_homepage_ssr",
    "params": {}
  }'

10 actions on otodom.pl

Read

  • Homepage Content

    act_otodom_pl_homepage_ssrread1 credit / call

    Returns homepage content including title, default search, and FAQ entries.

  • Homepage Listings

    act_otodom_pl_homepage_listingsread1 credit / call

    Returns featured property ads with titles, prices, locations, and photos.

    lang
    string
    limit
    integer
  • Listing Agent Owner

    act_otodom_pl_listing_agent_ownerread1 credit / call

    Returns agent or owner profile with name, type, and seller badges.

    owner_id
    string · required
  • Listing Card Owner

    act_otodom_pl_listing_card_ownerread1 credit / call

    Returns the owner or agency for a listing card with name and image.

    id
    string · required
  • Location Autocomplete

    act_otodom_pl_location_autocompleteread1 credit / call

    Returns location suggestions with hierarchy and districts for a query.

    query
    string · required
  • Property Details

    act_otodom_pl_property_detail_ssrread1 credit / call

    Returns full property details including price, photos, location, and seller info.

    listing_slug
    string · required
    public_id
    string · required
  • Recommended Listings

    act_otodom_pl_recommended_listingsread1 credit / call

    Returns recommended similar listings for a property with prices and locations.

    ad_id
    string · required
    lang
    string
    limit
    integer
  • Region Property Search

    act_otodom_pl_property_search_listing_ssrread2 credits / call

    Returns property listings for a transaction type, estate type, and region.

    transaction_type
    string · required
    estate_type
    string · required
    region_path
    string · required
  • Related Listings

    act_otodom_pl_related_listingsread1 credit / call

    Returns other listings from the same owner or agency for a property.

    advert_id
    string · required
    limit
    integer

Write

Write actions change state on otodom.pl and run as the account you connect.

  • Property Search

    act_otodom_pl_property_search_listingwrite2 credits / call

    Returns filtered property search results with prices, rooms, and area.

    estate
    string · required
    transaction
    string · required
    district_geo_json
    string · required
    page
    integer
    price_min
    string
    price_max
    string
    rooms_min
    string
    area_min
    string

Otodom Poland API questions

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