Use this endpoint to find deeds and/or transactions.
- Lookup homes owned by a homeowner
Property
The Property Cloud API returns information about a given parcel of property, including: assessed value; last sale price; current mortgage; physical dimensions of land; and square footage. The level of detail may vary according to location.
The Property service can be used to:
- Look up U.S. properties by address, county FIPS (Federal Information Processing Standards) and APN (Assessor's Parcel Number), or Melissa Address Key (MAK)
- Find the owner's name, address, and value of the home
- Learn about the various properties and characteristics of a property such as size, rooms, number of buildings, amenities, improvements, etc.
- Search through historical deeds for a home to see past buyers and sales
- Find other properties owned by a homeowner
Documentation
Useful Resources
Product Page
Support Center
The License Key issued by Melissa.
Transmission Reference - This is a string value that serves as a unique identifier for this set of records. It is returned as sent.
- https://property.melissadata.net/v4/WEB/LookupHomesByOwner
- curl
- C#
- Python
- Java
- JavaScript
- Node.js
- PHP
- Go
- Ruby
- R
- C#+Newtonsoft
- Java8+Apache
- Payload
curl -i -X GET \
'https://property.melissadata.net/v4/WEB/LookupHomesByOwner?id={REPLACE-WITH-YOUR-LICENSE-KEY}&mak=9005381555'Successful response
- application/json
- application/xml
Lists error codes from any errors caused by the most recent request as a whole. For more information, see Property Result Codes.
{ "Version": "7.4.2.1079", "TransmissionReference": "Test", "Results": "YS07", "TotalRecords": 3, "Records": [ { … }, { … }, { … } ] }
- application/json
- application/xml
The License Key issued by Melissa.
This is a string value that serves as a unique identifier for this set of records. It is returned as sent.
- https://property.melissadata.net/v4/WEB/LookupHomesByOwner
- curl
- C#
- Python
- Java
- JavaScript
- Node.js
- PHP
- Go
- Ruby
- R
- C#+Newtonsoft
- Java8+Apache
- Payload
curl -i -X POST \
https://property.melissadata.net/v4/WEB/LookupHomesByOwner \
-H 'Content-Type: application/json' \
-d '{
"TransmissionReference": "Test",
"CustomerId": "{REPLACE-WITH-YOUR-LICENSE-KEY}",
"OwnerMAK": "9005381555",
"FreeForm": ""
}'Successful response
- application/json
- application/xml
Lists error codes from any errors caused by the most recent request as a whole. For more information, see Property Result Codes.
{ "Version": "7.4.2.1079", "TransmissionReference": "Test", "Results": "YS07", "TotalRecords": 3, "Records": [ { … }, { … }, { … } ] }