Data sources / Evernest
Evernest is a rental listings source we track. HousingFeed collects Evernest rental listings into one JSON schema, so you do not have to build and maintain your own Evernest integration. 407 Evernest 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
Evernest does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Evernest listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Evernest 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 Evernest data live in the database, 12 fields populated:
Share of live Evernest listings that carry each field.
Median Evernest asking rent is $1,845/mo.
Top states by live Evernest inventory.
The most recent complete Evernest record in the database:
{
"platform": "evernest",
"url": "https://secure.rently.com/properties/6872322?source=marketing",
"address": "4340 Wakeman Dr, Winston-Salem, NC, 27105",
"city": "Winston-Salem",
"state": "NC",
"rent_min": 1500,
"beds": 3,
"baths": 2,
"image": "https://evernest.blob.core.windows.net/unitmarketingphotos/618c0d6b-3015-4729-95e0-9a9cc7bba592?sv=2025-07-05&st=2026-08-26T19%3A51%3A05Z&se=2076-08-26T19%3A56%3A05Z&sr=b&sp=r&rscd=inline%3B+filename%3D1.jpg&sig=Qqua0rGptzmyGIoVNxf7sk7IuaLSFy%2FjB4ZS0nc9T00%3D",
"scraped_at": "2026-09-13T11:58:55+00:00"
}
Filter the HousingFeed Data API on Apify to evernest and get Evernest 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":"evernest","maxItems":100}'
Other sources in the same schema, served through the same API.
407 Evernest listings live in the database, in the same schema as 70+ other sources through the Data API.
Evernest is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Evernest.