# Houses for Sale in Panama

**Use case:** 

Scrape houses for sale in Panama: price, lot area, bedrooms, bathrooms, location and seller type.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "startUrl": "https://www.compreoalquile.com/casas-en-venta.html"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "operationType": {
    "label": "Operation",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "parking": {
    "label": "Parking",
    "format": "number"
  },
  "areaM2": {
    "label": "Area m2",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "furnished": {
    "label": "Furnished",
    "format": "boolean"
  },
  "advertiserType": {
    "label": "Advertiser",
    "format": "text"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Compreoalquile Panama Real Estate Listings Scraper](https://apify.com/scrapers_lat/compreoalquile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/compreoalquile-scraper) to learn more, explore other use cases, and run it yourself.