# Apartments for Sale in Punta del Este on Infocasas

**Use case:** 

Track apartment sale listings in Punta del Este from Infocasas with price per m2, amenities and location for vacation property investors.

## Input

```json
{
  "startUrl": "https://www.infocasas.com.uy/venta/apartamentos/maldonado/punta-del-este",
  "maxItems": 50,
  "withDetails": false
}
```

## 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"
  },
  "totalAreaM2": {
    "label": "Total m2",
    "format": "number"
  },
  "builtAreaM2": {
    "label": "Built m2",
    "format": "number"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City",
    "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 [Infocasas Scraper](https://apify.com/scrapers_lat/infocasas-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/infocasas-scraper) to learn more, explore other use cases, and run it yourself.