The property LookupListings endpoint returns an array of historical market listings from the recorder table when given the MelissaAddressKey.
The service requires at least one of the following input combinations:
Set A - PropertyMAK
Columns - The column names or groups to be output.
Entering the column name will return the column. Specifying a group name will return all columns in the group.
Delimit multiple columns with a ,.
For example: ColumnName,ColumnName.
Columns:
GrpAll - Recommended. Indicates to the Cloud API that all fields should be returned.
[Default] - Always return in the output structure. Includes the following groups:
GrpListingInfo
GrpListingAgent - Listing agent Information
AddressBaseMAKCityEmailLicenseNumberMAKNameFullPhoneStateZip
GrpListingAgentOffice - Listing Agent Office Information
AddressBaseMAKCityEmailMAKNamePhoneStateZip
GrpListingFeatures
AppliancesElementarySchoolHighSchoolLotFeaturesMiddleSchoolSchoolDistrict
GrpListingInfo
CurrentListPriceInitialStatusListingNumberMaxListPriceMaxListPriceDateMinListPriceMinListPriceDateOriginalListingDateRentalIndicatorSoldDateSoldPriceStatusStatusSubType
GrpListingValue
LastPriceChangeAmountLastPriceChangeDateLastStatusChangeLastStatusChangeDateLastStatusSubTypeChangeLastStatusSubTypeChangeDatePriorPriceChangeAmountPriorPriceChangeDatePriorStatusChangePriorStatusChangeDatePriorStatusSubTypeChangePriorStatusSubTypeChangeDate
Required. The License Key issued by Melissa.
Options - Specify which options to use. List options in <OptionName>:<Parameter> format. Multiple options are delimited with a ,.
For example: OptionName:Parameter,OptionName:Parameter.
Page:< Integer >- Specifies which “page” to return. Acceptable values are any integer.RecordsPerPage:< 0 - 100 >- Default set to1. Sets the records per “page”. Acceptable values are0to100, inclusive.
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/WEBhttps://property.melissadata.net/v4/WEB/LookupListings
curl -i -X POST \
https://property.melissadata.net/v4/WEB/LookupListings \
-H 'Accept: */*' \
-H 'Content-Type: application/json' \
-d '{
"TransmissionReference": "Test",
"CustomerId": "{REPLACE-WITH-YOUR-LICENSE-KEY}",
"Columns": "",
"Options": "page:1",
"PropertyMAK": "7749816730"
}'Successful response
Lists error codes from any errors caused by the most recent request as a whole. For more information, see Property Result Codes.
{ "Version": "9.4.2.1120", "TransmissionReference": "Test", "Results": "YS07", "TotalRecords": 1, "Records": [ { … } ] }