Data sources / Rentvine
Rentvine is a rental listings source we track. HousingFeed collects Rentvine rental listings into one JSON schema, so you do not have to build and maintain your own Rentvine integration. 7,759 Rentvine 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-13
Rentvine does not offer a public listings API, so there is no official way to access its rental data programmatically. HousingFeed solves that: we collect Rentvine listings and serve them through a single documented endpoint, so you get structured data without operating your own collection.
Each Rentvine 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 Rentvine data live in the database, 11 fields populated:
Share of live Rentvine listings that carry each field.
Median Rentvine asking rent is $1,799/mo.
Top states by live Rentvine inventory.
The most recent complete Rentvine record in the database:
{
"platform": "rentvine",
"url": "https://pmimystic.rentvine.com/public/listings/4",
"address": "90 Nantucket Dr, Mystic, CT 06355",
"city": "Mystic",
"state": "CT",
"rent_min": 3126,
"beds": 3,
"baths": 2,
"image": "https://cdn.rentvine.com/pmimystic/properties/4/images/9055d906aa4d941c1cc57942015e/large.jpg",
"scraped_at": "2026-09-13T10:26:30+00:00"
}
Filter the HousingFeed Data API on Apify to rentvine and get Rentvine 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":"rentvine","maxItems":100}'
Other sources in the same schema, served through the same API.
7,759 Rentvine listings live in the database, verified weekly, in the same schema as 70+ other sources through the Data API.
Rentvine is a trademark of its respective owner; HousingFeed is not affiliated with or endorsed by Rentvine.