Data sources / Vivareal
Vivareal is a rental listings source we track. HousingFeed extracts Vivareal rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 4,975 Vivareal listings are live right now, refreshed daily.
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. Coverage of each field for Vivareal specifically:
| Field | Coverage on Vivareal |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | ██████████ 100% |
| Floor area | ██████████ 100% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
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-05T09:58:25+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}'
4,975 listings live, refreshed daily, in the same schema as 50+ other sources. Try it free.