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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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.