Data sources / Imovirtual
Imovirtual is a rental listings source we track. HousingFeed extracts Imovirtual rental listings into one clean JSON schema, no scraper to build, no anti-bot defenses to fight. 3,757 Imovirtual listings are live right now, alongside 60+ other sources and 1.2M listings in one API.
Imovirtual does not offer a public listings API, so scraping is the only way to access its rental data programmatically. HousingFeed solves that: we collect Imovirtual listings for you and serve them through a single documented endpoint, so you get structured data without operating scrapers or proxies.
Every Imovirtual listing is normalized into the same 24-field HousingFeed record. Here is the depth and shape of the Imovirtual data that is live right now, 9 fields populated:
Share of live Imovirtual listings that carry each field.
Median Imovirtual asking rent is $1,200/mo.
Top locations by live Imovirtual inventory.
A real record from the Imovirtual feed:
{
"platform": "imovirtual",
"url": "https://www.imovirtual.com/pt/ad/apartamento-t2-1-com-terraco-na-praia-da-costa-nova-IDN3sW",
"address": "Rua da Praceta, Gafanha da Encarna\u00e7\u00e3o, Aveiro",
"city": "Gafanha da Encarna\u00e7\u00e3o",
"state": "Aveiro",
"rent_min": 1250,
"beds": 2,
"image": "https://ireland.apollo.olxcdn.com/v1/files/eyJmbiI6ImRuODdodWpubTdjZzItRUNPU1lTVEVNIiwidyI6W3siZm4iOiI2OW5scGE3ZWNxbTcxLUFQVCIsInMiOiIxNCIsInAiOiIxMCwtMTAiLCJhIjoiMCJ9XX0.c8KSToCYypEKtQ8Pk-InohBiva29_PLuJ3NvaX10NPA/image;s=1280x1024;q=80",
"scraped_at": "2026-07-04T18:43:32+00:00"
}
Filter the HousingFeed API to imovirtual and get Imovirtual 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":"imovirtual","maxItems":100}'
3,757 listings live, refreshed daily, in the same schema as 60+ other sources. Try it free.