Compreoalquile Panama Real Estate Listings Scraper
Scrape Compreoalquile real estate listings in Panama. Extract price, area, bedrooms, bathrooms, parking, location, furnished status, advertiser type, agency name, description and photos from any search URL. Export to JSON, CSV or Excel. No login or API key needed.
{ "imageUrl": "https://img10.naventcdn.com/avisos/20/01/44/40…", "title": "Venta de Apartamentos Casas y Villas en Playa …", "price": 174070, "currency": "USD", "operationType": "Venta", "propertyType": "Apartamento", "bedrooms": 2, "areaM2": 65, "location": "Chame" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Image Url | Title | Price | Currency |
|---|---|---|---|
| https://img10.naventcdn.com/aviso… | Venta de Apartamentos Casas y Vil… | 174070 | USD |
| https://img10.naventcdn.com/aviso… | Playa Caracol | 211887 | USD |
| https://img10.naventcdn.com/aviso… | A19 Cincuentenario | 294520 | USD |
{ "imageUrl": "https://img10.naventcdn.com/avisos/20/01/44/40…", "title": "Venta de Apartamentos Casas y Villas en Playa …", "price": 174070, "currency": "USD", "operationType": "Venta", "propertyType": "Apartamento", "bedrooms": 2, "areaM2": 65, "location": "Chame" }
常见问题
What does the Compreoalquile scraper cover?
It covers real estate listings across Panama on Compreoalquile: apartments, houses, offices, commercial spaces and land, for both sale and rent. Paste any search URL from the site and the actor collects the matching listings.
How many listings can I collect per run?
There is no hard limit imposed by the actor. A single category on Compreoalquile can span hundreds of pages, so you can collect thousands of records. Use the Max Items input to cap the run when you only need a sample.
Can I filter by operation, property type, zone, price, bedrooms, furnished or owner?
Yes. Apply any filters directly on Compreoalquile, then copy the resulting search URL into the actor input. Every filter encoded in the URL is respected automatically, including sale or rent, property type, zona, precio, recámaras, amoblado (furnished) and dueño directo (owner only).
What is the difference between the basic and detailed output?
By default the actor returns the listing-level fields visible on the results page. When you enable Fetch listing details, each record is enriched with the full description, the complete photo gallery, amenities, furnished status, advertiser type, agency name and licence.
How does the actor tell an owner from an agency?
Compreoalquile publishes an advertiser type on every listing. The actor maps it to advertiserType: owner for private owners (dueño directo) and agency for real estate companies and developers. Agency listings also return the company name and licence when published.
What happens if a listing is missing some data?
The actor keeps the record and leaves any unavailable field empty rather than failing. Land lots have no bedroom or bathroom counts, new developments list ranges instead of single values, and some listings do not expose map coordinates, so those fields can be empty for specific records. The actor never invents a value.