Data sources / Nesthub
Nesthub is a rental listings source we track. HousingFeed collects Nesthub rental listings into one JSON schema, so you do not have to build and maintain your own Nesthub integration. 14,029 Nesthub listings are in the database (snapshot, newest record 2026-09-08), alongside 70+ other sources and 1.4M+ rows in one Data API.
newest record 2026-09-08
Nesthub does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Nesthub listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Nesthub 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 Nesthub data live in the database, 12 fields populated:
Share of live Nesthub listings that carry each field.
Median Nesthub asking rent is $1,725/mo.
Top states by live Nesthub inventory.
The most recent complete Nesthub record in the database:
{
"platform": "nesthub",
"url": "/_system/listings/873/7900-Old-Greensboro-Rd-Unit-4-Tuscaloosa-AL-35405-US",
"address": "7900 Old Greensboro Rd Unit 4, Tuscaloosa, AL, 35405",
"city": "Tuscaloosa",
"state": "AL",
"rent_min": 875,
"beds": 2,
"baths": 2,
"available": "2020-08-07",
"image": "/_system/listings/images/18703",
"scraped_at": "2026-09-08T21:43:20+00:00"
}
Filter the HousingFeed Data API on Apify to nesthub and get Nesthub 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":"nesthub","maxItems":100}'
Other sources in the same schema, served through the same API.
14,029 Nesthub listings live in the database, in the same schema as 70+ other sources through the Data API.
Nesthub is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Nesthub.