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.
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.
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:
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.
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
}
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
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:
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.
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!
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.
The Person Search service is currently available only for Italy.
Person Search can be used to search both individuals and companies.
The Property Search Person service returns the following information:
For searches on individuals, it will also return:
For searches on legal entities, it will return:
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.
Yes, through Openapi’s APIs, you can access over 28 services dedicated to the real estate sector:
These services are available through different APIs: Docuengine, Cadastre, Real Estate.
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.
Data is returned within a few minutes.
The service costs start at €0.10 with a subscription or €0.30 with a prepaid charge.