Data sources / Propertyware
Propertyware is a rental listings source we track. HousingFeed collects Propertyware rental listings into one JSON schema, so you do not have to build and maintain your own Propertyware integration. 4,057 Propertyware listings are live in the database today, alongside 70+ other sources and 1.4M+ rows in one Data API.
Verified weekly · newest record 2026-09-13
Propertyware does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Propertyware listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Propertyware listing is normalized into the same HousingFeed schema as every other source (the field list is in the docs). Here is the depth and shape of the Propertyware data live in the database, 13 fields populated:
Share of live Propertyware listings that carry each field.
Median Propertyware asking rent is $1,450/mo.
Top states by live Propertyware inventory.
The most recent complete Propertyware record in the database:
{
"platform": "propertyware",
"url": "https://tempo.propertyware.com/rentals.html?uid=3827695698",
"address": "1802 W Genesee St, Syracuse, NY, 13204-1862",
"city": "Syracuse",
"state": "NY",
"rent_min": 1245,
"beds": 2,
"baths": 1,
"available": "10/09/2026",
"image": "https://s3.amazonaws.com/PRODBUCKET/b65f1cfe-1ef6-42bb-a58c-daf7b739b783",
"scraped_at": "2026-09-13T11:09:18+00:00"
}
Filter the HousingFeed Data API on Apify to propertyware and get Propertyware listings back as JSON:
curl -X POST "https://api.apify.com/v2/acts/housingfeed~rental-listings-api/run-sync-get-dataset-items?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"platform":"propertyware","maxItems":100}'
Other sources in the same schema, served through the same API.
4,057 Propertyware listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
Propertyware is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Propertyware.