Data sources / Jonah
Jonah is a rental listings source we track. HousingFeed collects Jonah rental listings into one JSON schema, so you do not have to build and maintain your own Jonah integration. 103,821 Jonah 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-14
Jonah does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Jonah listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Jonah 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 Jonah data live in the database, 11 fields populated:
Share of live Jonah listings that carry each field.
Median Jonah asking rent is $1,916/mo.
Top states by live Jonah inventory.
The most recent complete Jonah record in the database:
{
"platform": "jonah",
"url": "https://www.woodbridgestation.com/floorplans/unit-7b030568f34b5cffe9e0c90732c13c51/",
"address": "1400 Eisenhower Circle #13673304, Woodbridge, VA",
"city": "Woodbridge",
"state": "VA",
"rent_min": 2498,
"beds": 3,
"baths": 2,
"available": "2026-11-28",
"scraped_at": "2026-09-14T07:55:56+00:00"
}
Filter the HousingFeed Data API on Apify to jonah and get Jonah 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":"jonah","maxItems":100}'
Other sources in the same schema, served through the same API.
103,821 Jonah listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
Jonah is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Jonah.