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