Data sources / Razz
Razz is a rental listings source we track. HousingFeed collects Razz rental listings into one JSON schema, so you do not have to build and maintain your own Razz integration. 6,309 Razz listings are in the database (snapshot, newest record 2026-09-09), alongside 70+ other sources and 1.4M+ rows in one Data API.
newest record 2026-09-09
Razz does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Razz listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Razz 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 Razz data live in the database, 11 fields populated:
Share of live Razz listings that carry each field.
Median Razz asking rent is $1,349/mo.
Top states by live Razz inventory.
The most recent complete Razz record in the database:
{
"platform": "razz",
"url": "https://watersideatcastleton.com/units/8589E",
"address": "8380 Whipporwill Drive, Indianapolis, IN, 46256",
"city": "Indianapolis",
"state": "IN",
"rent_min": 1364,
"beds": 2,
"baths": 1,
"available": "2026-10-01",
"scraped_at": "2026-09-09T09:29:26+00:00"
}
Filter the HousingFeed Data API on Apify to razz and get Razz 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":"razz","maxItems":100}'
Other sources in the same schema, served through the same API.
6,309 Razz listings live in the database, in the same schema as 70+ other sources through the Data API.
Razz is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Razz.