HomeProductsProperty Search Person - Italy

Property Search Person - Italy

From: €0.10 + VAT

Get a list of a subject's properties in a province in minutes along with over 20 pieces of information such as category, class, yield, consistency.

Delivery

In a few minutes

available for
  • it

The Person Search service provides access to up-to-date information on properties in the name of a person in a particular province.

The service belongs to the Cadastre API and is identified by the endpoint https://catasto.openapi.it/richiesta/ricerca_persona

The search can be carried out on both private and legal entities and for both the Land and Building Cadastre, or on both at the same time.

EXAMPLE REQUEST

POST/ricerca_persona

The method to be used in the request is POST. The following is an example of a request to the ricerca_persona endpoint:

POST https://catasto.openapi.it/richiesta/ricerca_persona

The parameters to be passed in the body of the request are:

  • tax code or VAT number
  • land registry type (T for land or F for building)
  • province

This is an example of the parameters needed for a request with land registry type

{
      "cf_piva": "
        12485671007",    
      "tipo_catasto": "F",
      "provincia": "RM",
    }

The response is asynchronous. It is also possible to set up a callback during the request to be updated on when the data will be available, without having to call the endpoint several times GET/richiesta/{id} to check its status.

EXAMPLE RESPONSE

POST/ricerca_persona

The response will include the parameters used in the request phase plus the request ID:

{
  "data": {
    "endpoint": "ricerca_persona",
    "stato": "in_erogazione",
    "callback": false,
    "parametri": {
      "cf_piva": "12485671007,      
      "tipo_catasto": "F",
      "provincia": "ROMA Territorio-RM"      
    },
    "risultato": null,
    "esito": null,
    "timestamp": 1716374985,
    "owner": "[email protected]",
    "id": "664dcdc97de11b2d0426430f"
  },
  "success": true,
  "message": "",
  "error": null
}

EXAMPLE REQUEST

GET/richiesta/{id}

To obtain the data it will be necessary to make a second request, as anticipated, to another endpoint with the previously obtained id.

This is an example of a person search request using the ID resulting from the previous call (664dcdc97de11b2d0426430f):

GET https://catasto.openapi.it/richiesta/664dcdc97de11b2d0426430f

EXAMPLE RESPONSE

GET/richiesta/{id}

Again, the data in the response will include the parameters used in the request and information on properties or land compatible with the search.

If the search was carried out on land register type ‘Building’, the information will be as follows:

  • holder's name or designation
  • location
  • holder's tax code
  • property type
  • subject_id
  • ownership
  • address (location)
  • municipality
  • cadastral code
  • classification
  • class
  • consistency
  • annuity
  • building_id

This is an example of response:

{
  "data": {
    "endpoint": "ricerca_persona",
    "stato": "evasa",
    "callback": false,
    "parametri": {
      "cf_piva": "12485671007",
      "tipo_catasto": "F",
      "provincia": "ROMA Territorio-RM"     
    },
    "risultato": {
      "soggetti": [
            {
             "denominazione": "OPENAPI SRL con sede in ROMA (RM)",
             "sede": "ROMA (RM)",
             "cf": "12485671007",
             "id_soggetto": "1111efff3cwxwewecwfdwedwqddwwed",
             "immobili": [
                {
                  "catasto": "F
                  "titolarita": "Proprieta' superficiaria per 1/1",
                  "ubicazione": "ROMA VIALE FILIPPO TOMMASO MARINETTI, SNC Piano S2 int. 1",
                  "comune": "ROMA",
                  "provincia": "RM",
                  "codice_catastale": "H501",
                  "sezione": null,
                  "sezione_urbana": null,
                  "foglio": 872,
                  "particella": 405,
                  "subalterno": 48,
                  "classamemto": "zona6 cat. A/10",        
                  "classe": "1",
                  "consistenza": "3,5 vani",
                  "rendita": "Euro:108,09",
                  "id_immobile": "saf1sf9djosaj0asdaljf93jfjkdkjsòfrjòjsdfòajdsòjfòsjf"          
            }
          ]
        }
      ]
    },
    "esito": "OK",
    "timestamp": 1625232029,
    "owner": "[email protected]",
    "id": "60e581c58138e80d804dad20"
  },
  "success": true,
  "message": "",
  "error": null
}

Property/land IDs and subject IDs will also be available in the response, which can be used to make a direct request for a cadastral property view (ordinary or historical) with the dedicated endpoint.

The API service "Property Search Person" is ideal for all companies that want to quickly access essential cadastral data to verify an individual's real estate holdings in a specific geographic area, facilitating real estate analysis, asset verification, and buying and selling operations. Some companies that already use our API services include Proptech, Real Estate Portals and Software, Banks, Fintech, Financial Institutions, Real Estate Consulting Firms, Real Estate Valuation Companies, and Debt Collection Agencies.

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

Property Search Person is a service that allows you to verify at a provincial level whether an individual or a legal entity is the owner of land and/or buildings. The required data include tax code and type of cadastral (land, buildings, or both).
The result is a list of properties within a specified province owned by the subject, including details such as ownership, address, cadastral code, cadastral data, classification, consistency, and rental value.

What is the Property Search Person service?

The Person Search service is currently available only for Italy.

Which countries is the Propery Search Person service available for?

Person Search can be used to search both individuals and companies.

Is the service available for searches on individuals only, or also companies?

The Property Search Person service returns the following information:

  • Property ID
  • Subject ID
  • Cadastral type
  • Type of ownership
  • Location
  • Municipality
  • Province
  • Cadastral code
  • Cadastral data (section, sheet, parcel, sub-parcel)
  • Classification
  • Class
  • Consistency
  • Rental value

For searches on individuals, it will also return:

  • Name and Surname
  • Date and Place of Birth
  • Gender

For searches on legal entities, it will return:

  • Name
  • Headquarters
What information can I obtain with the Property Search Person?

Both services allow you to verify if an individual or legal entity owns land or buildings, starting from their tax code (for Person Search, also the province), and the request is processed in seconds.
The main difference between the two services lies in the data provided and the geographic scope of the verification.

National Property Search performs a verification at the national level, providing a list of cities where the subject owns properties and some basic information about the subject (name, surname, date and place of birth for individuals; name and registered office for legal entities).

Property Search Person, on the other hand, is limited to provincial verification but returns a more detailed data set, including ownership, land registry code, address, cadastral identifiers, classification, size, and income.

What is the difference between National and Person Property Search?

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?

The service is designed for those who need to verify the presence of properties owned by a subject in a specific province and to obtain detailed information about these properties, such as cadastral data, classification, category, consistency, and cadastral rental value.

Who is the Property Search Person service intended for?

Data is returned within a few minutes.

What are the response times for the Property Search Person service?

The service costs start at €0.10 with a subscription or €0.30 with a prepaid charge.

What are the costs for the Property Search Person service?