Real estateBeta

ImmoScout24 Austria Real Estate API

Live ImmoScout24 AT data, fetched the moment you ask and handed back in a clean, structured form. Use it in your own app, a spreadsheet or as a tool for an AI assistant.

What you can get: Austrian property listings: search and exposé details.

100 free requests every month · no credit card

What you can look upbeta
  • Search properties
  • Property details
Use cases

What teams build with ImmoScout24 AT data

Live property listings from ImmoScout24.at, one of Austria’s large real-estate portals. Search apartments, houses, land, parking and commercial space for rent or sale in any city, district, federal state or postcode, with price, rooms and living-space filters, and look up one listing with all its details: rent or purchase price, operating costs, deposit, price per m², areas, rooms, year built, energy certificate (HWB and fGEE), heating, features and photos. No contact persons, phone numbers or street addresses – only postcode and town, the seller type and the agency name of agency listings.

  • Rent and price research for Austrian cities
  • Investment screening
  • Market reports by district
  • AI assistants answering housing questions

Works with AI assistants

Models only know what they saw in training. Add the ImmoScout24 AT endpoints as a tool in ChatGPT, Claude, Gemini or your agent framework, and your assistant can look up current data while it answers.

For developers

ImmoScout24 AT endpoints

All ImmoScout24 AT endpoints are served under the /isa prefix and share the same API key and quota as every other platform.

Search properties
GET/isa/immoscout-at-search-properties

Listings for rent or sale by place and property type with price, rooms and living-space filters and sorting, 25 per page.

locationofferTypepropertyTypeminPricemaxPriceminRoomsminSpacepagesortBy
Property details
GET/isa/immoscout-at-lookup-property

One listing by exposé link or id: costs, areas, energy certificate, features, photos.

urllistingId

Example request

curl "https://api.everydata.io/isa/immoscout-at-search-properties?location=Graz&offerType=rent&propertyType=apartment&maxPrice=1000" \
  -H "x-api-key: YOUR_API_KEY"

Example response

200 OK · application/json
{
  "responseStatus": "PRODUCT_FOUND_RESPONSE",
  "responseMessage": "Product successfully found!",
  "location": "Graz",
  "offerType": "rent",
  "propertyType": "apartment",
  "resultCount": 1627,
  "currentPage": 1,
  "lastPage": 66,
  "properties": [
    {
      "listingId": "6a9f352b25b89ffb74d6fcfc",
      "title": "Solide 1,5-Zimmer-Wohnung nahe TU",
      "offerType": "rent",
      "propertyType": "apartment",
      "price": 430,
      "currency": "EUR",
      "pricePerSqm": 12.08,
      "livingSpace": 35.6,
      "rooms": 2,
      "zip": "8010",
      "city": "Graz",
      "sellerType": "agency",
      "agencyName": "B & P Immobilien"
    }
  ]
}
API reference
Pricing

Included in every plan

The ImmoScout24 AT API is part of the shared quota – no separate subscription needed.

Free

€0/ month
Requests / month
100
Rate limit
10 / min
Platforms
all
Support
e-mail

Starter

€30/ month
Requests / month
5,000
Rate limit
50 / min
Platforms
all
Support
e-mail

Production

Recommended
€80/ month
Requests / month
50,000
Rate limit
100 / min
Platforms
all
Support
e-mail

Business

€300/ month
Requests / month
300,000
Rate limit
250 / min
Platforms
all
Support
e-mail
All plans

Frequently asked questions

Something missing? Write to support@everydata.io.

Try the ImmoScout24 AT API with your own data.

Sign up with your e-mail, copy your API key and make your first request in about a minute. The free plan never expires.