Data sources / Nooklyn
Nooklyn is a rental listings source we track. HousingFeed collects Nooklyn rental listings into one JSON schema, so you do not have to build and maintain your own Nooklyn integration. 1,143 Nooklyn listings are in the database (snapshot, newest record 2026-09-13), alongside 70+ other sources and 1.4M+ rows in one Data API.
newest record 2026-09-13
Nooklyn does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Nooklyn listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Nooklyn 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 Nooklyn data live in the database, 11 fields populated:
Share of live Nooklyn listings that carry each field.
Median Nooklyn asking rent is $3,350/mo.
Top states by live Nooklyn inventory.
The most recent complete Nooklyn record in the database:
{
"platform": "nooklyn",
"url": "https://nooklyn.com/listings/50-clarkson-ave-brooklyn-ny-11226-usa-507-flatbush",
"address": "50 Clarkson Ave #507, Brooklyn, NY, 11226",
"city": "Brooklyn",
"state": "NY",
"rent_min": 4150,
"beds": 2,
"baths": 2,
"image": "https://nook.land/rails/active_storage/representations/proxy/eyJfcmFpbHMiOnsiZGF0YSI6MjgyMTQ0MiwicHVyIjoiYmxvYl9pZCJ9fQ==--e16694136bcc0fb3bd81c336f3d72f2449a4d500/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJwbmciLCJzYXZlciI6eyJxdWFsaXR5Ijo5MH0sInJlc2l6ZV90b19maWxsIjpbNzUwLDc1MF19LCJwdXIiOiJ2YXJpYXRpb24ifX0=--59d2f8f8a9f54ec5cb2a34c3d003ee0331812c22/1.png",
"scraped_at": "2026-09-13T11:59:22+00:00"
}
Filter the HousingFeed Data API on Apify to nooklyn and get Nooklyn 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":"nooklyn","maxItems":100}'
Other sources in the same schema, served through the same API.
1,143 Nooklyn listings live in the database, in the same schema as 70+ other sources through the Data API.
Nooklyn is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Nooklyn.