# Encuentra24 Panama Property Rentals Scraper

**Use case:** 

Collect Panama rental property listings from Encuentra24 with monthly price, area, location, photos and contact.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "startUrl": "https://www.encuentra24.com/panama-es/bienes-raices-alquiler-de-propiedades"
}
```

## 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"
  },
  "areaM2": {
    "label": "Area m2",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "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 [Encuentra24 Real Estate Listings Scraper](https://apify.com/scrapers_lat/encuentra24-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/encuentra24-scraper) to learn more, explore other use cases, and run it yourself.