# Rightmove Investor Property Monitor

**Use case:** 

Monitor Rightmove flats and houses by price, beds, and location to build a property investment leads dataset.

## Input

```json
{
  "searchLocation": "Birmingham",
  "channel": "BUY",
  "maxResults": 100,
  "radius": "5.0",
  "minPrice": 100000,
  "maxPrice": 300000,
  "minBeds": 2,
  "maxBeds": 4,
  "propertyType": "flat",
  "sortType": "2",
  "includeSSTC": true
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "propertyId": {
    "label": "Property ID"
  },
  "displayAddress": {
    "label": "Address"
  },
  "price": {
    "label": "Price (£)",
    "format": "number"
  },
  "displayPrice": {
    "label": "Display price"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "propertyType": {
    "label": "Property type"
  },
  "tenure": {
    "label": "Tenure"
  },
  "displaySize": {
    "label": "Size"
  },
  "agent": {
    "label": "Agent"
  },
  "addedOn": {
    "label": "Added"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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