# Scrape Rightmove Investment Properties

**Use case:** 

Scrape Rightmove Investment Properties to export public listings, price ranges, locations, and property data.

## Input

```json
{
  "maxItems": 100,
  "location": "London",
  "operation": "buy",
  "sortBy": "newestListed",
  "minPrice": 0,
  "maxPrice": 600000,
  "minBeds": 2,
  "maxBeds": 0,
  "minBaths": 0,
  "maxBaths": 0,
  "publicationDate": "",
  "includeSSTC": false,
  "includeLetAgreed": false,
  "letType": ""
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "propertyUrl": {
    "label": "URL",
    "format": "text"
  },
  "propertyImages.mainImageSrc": {
    "label": "Image",
    "format": "image"
  },
  "propertyTypeFullDescription": {
    "label": "Type",
    "format": "text"
  },
  "displayAddress": {
    "label": "Address",
    "format": "text"
  },
  "price.amount": {
    "label": "Price",
    "format": "number"
  },
  "propertySubType": {
    "label": "Subtype",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "displaySize": {
    "label": "Size",
    "format": "text"
  },
  "tenure.tenureType": {
    "label": "Tenure",
    "format": "text"
  },
  "updateDate": {
    "label": "Updated At",
    "format": "date"
  },
  "customer.contactTelephone": {
    "label": "Contact",
    "format": "text"
  },
  "customer.branchDisplayName": {
    "label": "Branch",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  }
}
```

## About this Actor

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