Data sources / Zapimoveis
Zapimoveis is a rental listings source we track. HousingFeed extracts Zapimoveis rental listings into a clean, unified JSON schema — no scraper to build, no anti-bot defenses to fight. 16,389 Zapimoveis listings are live right now, refreshed daily.
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. Coverage of each field for Zapimoveis specifically:
| Field | Coverage on Zapimoveis |
|---|---|
| Address | ██████████ 100% |
| City | ██████████ 100% |
| State/region | ██████████ 100% |
| Coordinates | ██████████ 100% |
| Rent | ██████████ 100% |
| Bedrooms | ██████████ 100% |
| Bathrooms | █████████░ 90% |
| Floor area | ██████░░░░ 63% |
| Property type | ██████████ 100% |
| Listing URL | ██████████ 100% |
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 50+ other sources. Try it free.