# RE/MAX Algarve rental villa extractor

**Use case:** 

Extract RE/MAX Portugal rental house listings in the Algarve with rent prices, bedrooms, bathrooms, area, location, and agents.

## Input

```json
{
  "searchTerm": "Algarve",
  "businessType": "rent",
  "listingClass": "residential",
  "propertyTypes": [
    "house"
  ],
  "maxItems": 40,
  "minBedrooms": 3,
  "minBathrooms": 2,
  "sortBy": "price-asc",
  "descriptionLanguage": "EN",
  "includeDescriptions": true
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "propertyType": {
    "label": "Type"
  },
  "price": {
    "label": "Price (€)",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "totalArea": {
    "label": "Area (m²)",
    "format": "number"
  },
  "address": {
    "label": "Address"
  },
  "municipality": {
    "label": "Municipality"
  },
  "region": {
    "label": "District"
  },
  "energyEfficiency": {
    "label": "Energy"
  },
  "constructionYear": {
    "label": "Year",
    "format": "number"
  },
  "agentName": {
    "label": "Agent"
  }
}
```

## About this Actor

This example demonstrates how to use [RE/MAX Portugal Scraper](https://apify.com/automation-lab/remax-portugal-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/remax-portugal-scraper) to learn more, explore other use cases, and run it yourself.