# Houses for Sale in Arequipa on Adondevivir

**Use case:** 

Collect house sale listings in Arequipa from Adondevivir with price, lot size and neighborhood for investors tracking Peru secondary cities.

## Input

```json
{
  "startUrl": "https://www.adondevivir.com/casas-en-venta-en-arequipa.html",
  "maxItems": 50,
  "withDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "PE"
  }
}
```

## 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": "Area m2",
    "format": "number"
  },
  "builtAreaM2": {
    "label": "Built m2",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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