Data sources / Zapimoveis
Zapimoveis is a rental listings source we track. HousingFeed extracts Zapimoveis rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 16,389 Zapimoveis listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Zapimoveis does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Zapimoveis listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Zapimoveis listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Zapimoveis data that is live right now, 10 fields populated:
Share of live Zapimoveis listings that carry each field.
Median Zapimoveis asking rent is $3,000/mo.
Top locations by live Zapimoveis inventory.
A real record from the Zapimoveis feed:
{
"platform": "zapimoveis",
"url": "https://www.zapimoveis.com.br/imovel/aluguel-apartamento-3-quartos-paralela-salvador-80m2-id-2522283979/",
"address": "Avenida Lu\u00eds Viana Filho, Paralela, Salvador",
"city": "Salvador",
"state": "BA",
"rent_min": 3500,
"beds": 3,
"baths": 3,
"scraped_at": "2026-07-05T10:10:15+00:00"
}
Filter the HousingFeed API to zapimoveis and get Zapimoveis 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":"zapimoveis","maxItems":100}'
16,389 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.