# Get Birmingham Bungalows for Sale with 2+ Beds

**Use case:** 

Locate all bungalows for sale in Birmingham with two or more bedrooms, perfect for niche market research or retirement property specialists. Pinpoint specific p

## Input

```json
{
  "mode": "forSale",
  "location": "Birmingham",
  "startUrls": [],
  "propertyType": "bungalow",
  "minBedrooms": 2,
  "radius": "0.0",
  "sortBy": "2",
  "includeSSTC": false,
  "newHomesOnly": false,
  "maxItems": 75
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "address": {
    "label": "Address"
  },
  "propertyType": {
    "label": "Property type"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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