# 3 Bedroom Homes for Sale in Fortaleza

**Use case:** 

Retrieve listings for 3 bedroom homes available for sale in Fortaleza, Brazil. Get details including price, area, and fees in a structured format.

## Input

```json
{
  "searchUrls": [
    "https://www.vivareal.com.br/venda/sp/sao-paulo/apartamento_residencial/"
  ],
  "operationType": "SALE",
  "listingType": "USED",
  "propertyType": "HOME",
  "city": "Fortaleza",
  "state": "Ceará",
  "minBedrooms": 3,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "BR"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "operationType": {
    "label": "Operation",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "usableAreaM2": {
    "label": "Usable area (m²)",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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