# Scrape apartments for sale in Uruguay

**Use case:** 

Extract apartments for sale in Uruguay from Infocasas. Structured Latin American property data. Pay per result.

## Input

```json
{
  "transaction": "sale",
  "propertyType": "apartamentos",
  "location": "montevideo",
  "fetchDetails": false,
  "maxItems": 5,
  "startUrls": [],
  "country": "uy",
  "bedrooms": []
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "transaction": {
    "label": "Transaction",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "priceAmount": {
    "label": "Price Amount",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "commonExpenses": {
    "label": "Common Expenses",
    "format": "number"
  },
  "commonExpensesCurrency": {
    "label": "Expenses Currency",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "city": {
    "label": "City/Department",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "areaM2": {
    "label": "Area (m²)",
    "format": "number"
  },
  "landM2": {
    "label": "Land (m²)",
    "format": "number"
  },
  "terraceM2": {
    "label": "Terrace (m²)",
    "format": "number"
  },
  "rooms": {
    "label": "Rooms",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "guests": {
    "label": "Guests",
    "format": "number"
  },
  "isProject": {
    "label": "Is Project",
    "format": "text"
  },
  "tour3d": {
    "label": "3D Tour",
    "format": "link"
  },
  "seaDistanceName": {
    "label": "Sea Distance",
    "format": "text"
  },
  "stratum": {
    "label": "Stratum",
    "format": "number"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "isPrivateSeller": {
    "label": "Private Seller",
    "format": "text"
  },
  "publishDate": {
    "label": "Published",
    "format": "text"
  },
  "publishDateISO": {
    "label": "Publish date iso"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "originalUrl": {
    "label": "Original url"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "contentHash": {
    "label": "Content hash"
  }
}
```

## About this Actor

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