Filter
Returns properties that match the query as GeoJSON.
Query Parameters
How many properties should be returned.
The longitude of the center of the search.
The latitude of the center of the search.
all
The type of the property can be all
, single_family
or multi_family
.
The minimum amount of bathrooms.
The maximum amount of bathrooms.
The minimum amount of bedrooms.
The maximum amount of bedrooms.
The minimum value of lot size in square feet.
The maximum value of lot size in square feet.
The minimum value of living area in square feet.
The maximum value of living area in square feet.
The minimum value for year built of the dwelling.
The maximum value for year built of the dwelling.
The minimum value for last known sale in dollars.
The maximum value for last known sale in dollars.
The minimum value for the year of last known sale of the property.
The maximum value for the year of last known sale of the property.
The geo-polygons to use when filtering.
The property ids to remove from the mailing list.
curl -X POST https://api.realmailers.com/v1/properties/filter \
-d "count"="20" \
-d "longitude"="-74.0059728" \
-d "latitude"="40.7127753"
Array({
type: String
features: Array({
type: String
geometry: {
coordinates: Array(Number)
}
properties: {
ids: Array(Number)
removed: Boolean
units: Number
data: String
}
})
})