Data sources / Vivareal
Vivareal is a rental listings source we track. HousingFeed extracts Vivareal rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 13,604 Vivareal listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Vivareal does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Vivareal listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Vivareal listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Vivareal data that is live right now, 10 fields populated:
Share of live Vivareal listings that carry each field.
Median Vivareal asking rent is $3,300/mo.
Top locations by live Vivareal inventory.
A real record from the Vivareal feed:
{
"platform": "vivareal",
"url": "https://www.vivareal.com.br/imovel/kitnet-1-quartos-ilha-da-conceicao-niteroi-40m2-aluguel-RS800-id-2172025517/",
"address": "Rua Presidente Vargas, Ilha da Concei\u00e7\u00e3o, Niter\u00f3i",
"city": "Niter\u00f3i",
"state": "RJ",
"rent_min": 800,
"beds": 1,
"baths": 1,
"scraped_at": "2026-07-06T16:54:28+00:00"
}
Filter the HousingFeed API to vivareal and get Vivareal 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":"vivareal","maxItems":100}'
13,604 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.