# Houses for Sale in Lima on Urbania

**Use case:** 

Gather house sale listings across Lima from Urbania with price, lot size, bedrooms and location for brokers and property investors.

## Input

```json
{
  "startUrl": "https://urbania.pe/buscar/venta-de-casas-en-lima",
  "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"
  },
  "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 [Urbania Scraper](https://apify.com/scrapers_lat/urbania-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/urbania-scraper) to learn more, explore other use cases, and run it yourself.