HomeProductsData on Real Estate Transactions (RM) - Italy

Data on Real Estate Transactions (RM) - Italy

From: €0.20 + VAT

Data on Real Estate Transactions is the tool for verifying the actual value of real estate through real buying and selling in a given area.

Delivery

In real time

available for
  • it

The Real Estate Transactions (RM Value) service provides access to detailed information on real estate transactions in Italy and allows properties to be analyzed based on various search parameters.

Searches can be performed:

  • by address
  • by geographical coordinates using latitude and longitude

Results can be filtered by:

  • property type
  • search radius
  • minimum and maximum price range
  • time period, with start and end dates
  • contract type / cadastral category, using available cadastral codes

The endpoint returns data with a clearer and more structured format, while maintaining the same available search parameters.

REQUEST EXAMPLE

POST realestate.openapi.com/IT-rm

The required fields are:

  • property_type
  • address or latitude and longitude

The main available search parameters are:

  • property_type
  • address
  • latitude
  • longitude
  • search_radius
  • min_amount
  • max_amount
  • start_date
  • end_date
  • cc
{
  "callback": {
    "method": "JSON",
    "field": "data",
    "url": "https://www.mysite.com/myEndpoint",
    "retry": 3,
    "headers": {
      "session_id": "9834r5fh589494"
    },
    "custom": {
      "my_custom_id": "123456789"
    }
  },
  "property_type": "immobili_residenziali",
  "address": "via schivardi 6, ROMA",
  "latitude": 41.237037,
  "longitude": 16.502849,
  "search_radius": 250,
  "min_amount": 100000,
  "max_amount": 900000,
  "start_year": 2019,
  "start_month": "01",
  "end_year": 2023,
  "end_month": "01",
  "cc": [
    "A01"
  ]
}

RESPONSE EXAMPLE

POST realestate.openapi.com/IT-rm

The response includes detected transactions near the specified point, with information on:

  • Total price
  • deed date
  • real estate zone / OMI zone
  • property type
  • cadastral category
  • size and surface
  • coordinates and address
  • details useful for interpreting the actual market value

This is an example response:

{
  "data": {
    "id": "66002f1a8e1a1234567890ab",
    "created_at": "2026-03-20T13:51:36.937+00:00",
    "owner": "test_user",
    "stato": "evasa",
    "params": {
      "property_type": "immobili_residenziali",
      "address": "via schivardi 6, ROMA",
      "latitude": "41.237037",
      "longitude": "16.502849",
      "search_radius":  250,
      "min_amount":  100000,
      "max_amount":  900000,
      "start_year":  2019,
      "start_month": "01",
      "end_year":  2023,
      "end_month": "01",
      "cc": [
        "A01"
      ]
    },
    "esito": "OK",
    "sales": [
      {
        "keycode": "cd06ee2fef0b46dbbcf86569aae0586c",
        "price":   439500,
        "property_type": "Residenziale singolo",
        "sale_date": "2023-02-01",
        "location": {
          "lat":  41.8057123,
          "lng": 12.4385838
        },
          157,
        "distance":  0.017519356902882553,
        "properties": [
          {
            "category_code": "C02",
            "property_category": "Residenziale",
            "sqm": 6,
            "effective_sqm":  1.5,
            "address": "VIA ANTONIO SCHIVARDI, 36",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "PER",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "2",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 3,
              "surface_sqm": 6
            }
          },
          {
            "category_code": "C06",
            "property_category": "Residenziale",
            "sqm": 31,
            "effective_sqm":  15.5,
            "address": "VIA ANTONIO SCHIVARDI, 36",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "PER",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "2",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 3,
              "surface_sqm": 31
            }
          },
          {
            "category_code": "A02",
            "property_category": "Residenziale",
            "sqm": 140,
            "effective_sqm":  140,
            "address": "VIA ANTONIO SCHIVARDI, 36",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "RES",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "2",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 3,
              "surface_sqm": 140
            }
          }
        ]
      },
      {
        "keycode": "f2863b325e9c4908a73099c1010ed9c8",
        "price":   148769,
        "property_type": "Residenziale singolo",
        "sale_date": "2023-10-01",
        "location": {
          "lat":  41.8057123,
          "lng": 12.4385838
        },
        "total_sqm":  128,
        "distance":  0.017519356902882553,
        "properties": [
          {
            "category_code": "C02",
            "property_category": "Residenziale",
            "sqm": 8,
            "effective_sqm":  2,
            "address": "VIA ANTONIO SCHIVARDI 000010",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "PER",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "10",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 2,
              "surface_sqm": 8
            }
          },
          {
            "category_code": "A02",
            "property_category": "Residenziale",
            "sqm": 126,
            "effective_sqm":  126,
            "address": "VIA ANTONIO SCHIVARDI 000010",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "RES",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "10",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 2,
              "surface_sqm": 126
            }
          }
        ]
      },
      {
        "keycode": "de9126af2749423b819cac2b0eea8967",
        "price":   450000,
        "property_type": "Residenziale singolo",
        "sale_date": "2023-05-01",
        "location": {
          "lat":  41.8057123,
          "lng": 12.4385838
        },
        "total_sqm":  146,
        "distance":  0.017519356902882553,
        "properties": [
          {
            "category_code": "C06",
            "property_category": "Residenziale",
            "sqm": 16,
            "effective_sqm":  8,
            "address": "VIA ANTONIO SCHIVARDI 000010",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "PER",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "5",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 2,
              "surface_sqm": 16
            }
          },
          {
            "category_code": "A02",
            "property_category": "Residenziale",
            "sqm": 138,
            "effective_sqm":  138,
            "address": "VIA ANTONIO SCHIVARDI 000010",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "RES",
              "office_code": "RM10",
              "sale_year":"2023",
              "sale_month": "5",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 2,
              "surface_sqm": 138
            }
          }
        ]
      },
      {
        "keycode": "44dc00bdf3034f068938c9bc987a80be",
        "price":   530000,
        "property_type": "Residenziale singolo",
        "sale_date": "2022-10-01",
        "location": {
          "lat":  41.8060644,
          "lng": 12.4384177
        },
        "total_sqm":  186,
        "distance":  0.02519723025055234,
        "properties": [
          {
            "category_code": "A02",
            "property_category": "Residenziale",
            "sqm": 170,
            "effective_sqm":  170,
            "address": "VIA ANTONIO SCHIVARDI, 7",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "RES",
              "office_code": "RM10",
              "sale_year": "2022",
              "sale_month": "10",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 2,
              "surface_sqm": 170
            }
          },
          {
            "category_code": "C06",
            "property_category": "Residenziale",
            "sqm": 32,
            "effective_sqm":  16,
            "address": "VIA ANTONIO SCHIVARDI, 7",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "PER",
              "office_code": "RM10",
              "sale_year": "2022",
              "sale_month": "10",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 2,
              "surface_sqm": 32
            }
          }
        ]
      },
      {
        "keycode": "105fdd509ed84c05a5395b4eef6c652b",
        "price":   535000,
        "property_type": "Residenziale singolo",
        "sale_date": "2023-01-01",
        "location": {
          "lat":  41.8056608,
          "lng": 12.4380928
        },
        "total_sqm":  171.5,
        "distance":  0.03637843321278157,
        "properties": [
          {
            "category_code": "C06",
            "property_category": "Residenziale",
            "sqm": 12,
            "effective_sqm":  6,
            "address": "VIA ILDEBRANDO VIVANTI, 174",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "PER",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "1",
              "region": "Lazio",
              "province": "RM",
              "city":"Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 3,
              "surface_sqm": 12
            }
          },
          {
            "category_code": "C06",
            "property_category": "Residenziale",
            "sqm": 17,
            "effective_sqm":  8.5,
            "address": "VIA ILDEBRANDO VIVANTI, 174",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "PER",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "1",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 3,
              "surface_sqm": 17
            }
          },
          {
            "category_code": "A02",
            "property_category": "Residenziale",
            "sqm": 157,
            "effective_sqm":  157,
            "address": "VIA ILDEBRANDO VIVANTI, 174",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "RES",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "1",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 3,
              "surface_sqm": 157
            }
          }
        ]
      },
      {
        "keycode": "e5401ba77592470dbd9eff40dfa7b1eb",
        "price":   473000,
        "property_type": "Residenziale singolo",
        "sale_date":"2023-01-01",
        "location": {
          "lat":  41.8065811,
          "lng": 12.4389099
        },
        "total_sqm":  148,
        "distance":  0.09045102193209242,
        "properties": [
          {
            "category_code": "C02",
            "property_category": "Residenziale",
            "sqm": 12,
            "effective_sqm":  3,
            "address": "VIALE BEATA VERGINE DEL CARMELO 000143",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "PER",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "1",
              "region": "Lazio",

              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 2,
              "surface_sqm": 12
            }
          },
          {
            "category_code": "A02",
            "property_category": "Residenziale",
            "sqm": 145,
            "effective_sqm":  145,
            "address": "VIALE BEATA VERGINE DEL CARMELO 000143",
            "details": {
              "cadastral_code": "H501",
              "omi_zone": "D82",
              "market_sector": "RES",
              "office_code": "RM10",
              "sale_year": "2023",
              "sale_month": "1",
              "region": "Lazio",
              "province": "RM",
              "city": "Roma",
              "area": "EUR MOSTACCIANO - VIALE BEATA VERGINE DEL CARMELO",
              "total_properties": 2,
              "surface_sqm": 145
            }
          }
        ]
      }
  "success": true,
  "message": "",
  "error": null
}

In most cases, the response is returned synchronously within about 1 minute.

If processing takes longer, the request does not fail but is handled asynchronously. In this case:

  • the API returns a request_id
  • the result can be retrieved via a GET endpoint
  • a callback can be configured to receive automatic notification when processing is complete

An automated process periodically checks for updates on asynchronous requests.

Real Market Value data is available starting from January 1, 2019. To ensure data quality in compliance with ISO25012, data is updated with a delay of 15–35 days, covering 87% of total transactions.

Real estate transactions is the ideal solution for those who need comprehensive information on property transactions with a single API request, such as appraisers, real estate agents, consulting firms, investors, and analysts.

Sign Up

Do you need help?

Haven't found the answer you're looking for?

Fill in all the details, we will get back to you as soon as possible!

Frequently Asked Questions

The Data on Real Estate Transactions service allows real-time access to detailed information on property sales in a specific area, providing actual sale values. The required data includes the address and type of property (residential, non-residential, ancillary).

You can refine your search using additional parameters such as minimum and maximum sale amount, cadastral category, and reference period (month and year). Searches can also be conducted using geographical coordinates (latitude, longitude) and a distance radius.

The response will include a list of 10 property sales results in the area, detailing the sale price, surface area, and the month and year of the transaction.

What is the Data on Real Estate Transactions service?

Data on Real Estate Transactions is available from January 1, 2019.

From which date is the data available?

The Data on Real Estate Transactions service includes the following information:

  • Total Price
  • Real Estate Zone Name
  • OMI Zone
  • Property Type and Transaction
  • Size in sqm
  • Cadastral Category
  • Commercial Surface
  • Month and Year of Transaction
What information can I obtain with the Data on Real Estate Transactions service?

The Data on Real Estate Transactions API service can be of interest to various types of companies:

  • Real estate agencies and property portals: To obtain updated transaction data, useful for property valuations and client consultations.
  • Banks and financial institutions: To assess property collateral and make decisions on mortgage approvals based on real market data.
  • Real estate investment platforms: To monitor transactions and identify investment opportunities based on market trends.
  • Consulting firms: For market analysis and real estate reporting.
Who is the Data on Real Estate Transactions service intended for?

Yes, through Openapi’s APIs, you can access over 28 services dedicated to the real estate sector:

  • ZIP Codes (CAP)
  • Municipalities Search
  • Start and Advanced Municipalities
  • Provinces, Regions, and Metropolitan Cities
  • Suppressed Municipalities
  • Geocoding and Reverse Geocoding
  • Start and Advanced Real Estate Quotations (SMQ)
  • Data on Real Estate Transactions (RMV)
  • List of Properties from Cadastral Identifiers or Address
  • National Property Search and Property Search Person
  • Cadastral Property Data
  • Cadastral Report
  • National Mortgage Inspection
  • Mortgage Inspection by Property and by Subject
  • Mortgage Inspection of a Single Note
  • Cadastral Plan
  • Planimetric Document
  • Cadastral Map Extract
  • Lease Contract Registration, Cancellation, and Extension

These services are available through different APIs: Docuengine, Cadastre, Real Estate.

Are there other services available for the real estate sector?

To ensure data quality in accordance with ISO25012, data is updated with a delay of 15-35 days, covering 87% of total transactions.

How often is the data updated?

Data is returned in real-time.

What is the service response time?

The service costs start at €0.10 per subscription or €4.00 with prepayment.

What are the costs of the Data on Real Estate Transactions service?