Plusvalia Ecuador Real Estate Listings Scraper
Extract real estate listings from Plusvalia.com in Ecuador. Scrape price, currency, operation, property type, bedrooms, bathrooms, area, location, city, agent, images and coordinates.
{ "imageUrl": "https://img10.naventcdn.com/avisos/9/00/54/44/…", "title": "Proyecto horizontal , Guayaquil · Brézia El Me…", "operationType": "venta", "propertyType": "Proyecto horizontal", "bedrooms": 3, "totalAreaM2": 107, "location": "Vía a la Costa, Guayaquil", "city": "Guayaquil", "url": "https://www.plusvalia.com/propiedades/proyecto…" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Image Url | Title | Operation Type | Property Type |
|---|---|---|---|
| https://img10.naventcdn.com/aviso… | Proyecto horizontal , Guayaquil ·… | venta | Proyecto horizontal |
| https://img10.naventcdn.com/aviso… | Departamento de 4 habitaciones, G… | venta | Departamento |
| https://img10.naventcdn.com/aviso… | Proyecto vertical , Guayaquil · M… | venta | Proyecto vertical |
| https://img10.naventcdn.com/aviso… | Proyecto horizontal , Guayaquil ·… | venta | Proyecto horizontal |
| https://img10.naventcdn.com/aviso… | Departamento · 117m² · 3 Habitaci… | venta | Departamento |
{ "imageUrl": "https://img10.naventcdn.com/avisos/9/00/54/44/…", "title": "Proyecto horizontal , Guayaquil · Brézia El Me…", "operationType": "venta", "propertyType": "Proyecto horizontal", "bedrooms": 3, "totalAreaM2": 107, "location": "Vía a la Costa, Guayaquil", "city": "Guayaquil", "url": "https://www.plusvalia.com/propiedades/proyecto…" }
常见问题
What areas of Ecuador does this scraper cover?
It covers everything published on Plusvalia.com, which spans the whole of Ecuador including Pichincha (Quito), Guayas (Guayaquil), Azuay (Cuenca) and every other province. You control the scope by pasting a search URL that already has your filters applied.
How many listings can I collect in one run?
You set the limit with the Max Items input. The scraper paginates through the search results 30 listings per page until it reaches your limit or runs out of results.
How do I choose what to scrape?
Apply any filters you want on plusvalia.com (operation, property type, province, city, neighbourhood, price), then copy the resulting URL into the Search URL field. The scraper follows that exact search.
Why is the price empty on some listings?
New development projects are advertised with a "desde" starting price for the whole project rather than a real per-unit price, so the scraper sets their price to null on purpose instead of emitting a misleading number. Individual resale listings always carry their asking price.
What extra data do I get with detail pages enabled?
When withDetails is on, the scraper opens each listing to add the full description, amenities, the complete photo gallery, the publisher or agency, and the map coordinates. With it off, you only get the faster listing-level fields.