# Fincas y campos en venta en Wasi

**Use case:** 

Extrae avisos de fincas y campos en venta de un sitio inmobiliario Wasi con precio, área del terreno y ubicación.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "startUrl": "https://grupoinmobiliariosalem.com/s/finca/ventas",
  "operation": "for_sale",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "operation": {
    "label": "Operation",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "areaM2": {
    "label": "Area m2",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "agentPhone": {
    "label": "Phone",
    "format": "text"
  },
  "agentEmail": {
    "label": "Email",
    "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 [Wasi Real Estate Listings & Agent Scraper](https://apify.com/scrapers_lat/wasi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/wasi-scraper) to learn more, explore other use cases, and run it yourself.