# For Sale Rightmove Property

**Use case:** 

Extract Rightmove Property data filtered by For Sale. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "locationIdentifier": "REGION^87490",
  "channel": "BUY",
  "radius": 0,
  "includeSSTC": false,
  "sortType": "6",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "displayAddress": {
    "label": "Address",
    "format": "string"
  },
  "priceDisplay": {
    "label": "Price",
    "format": "string"
  },
  "priceQualifier": {
    "label": "Price Qualifier",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "integer"
  },
  "propertySubType": {
    "label": "Property Type",
    "format": "string"
  },
  "tenureType": {
    "label": "Tenure",
    "format": "string"
  },
  "size": {
    "label": "Size",
    "format": "string"
  },
  "agentName": {
    "label": "Agent",
    "format": "string"
  },
  "agentPhone": {
    "label": "Agent Phone",
    "format": "string"
  },
  "propertyUrl": {
    "label": "Property URL",
    "format": "string"
  },
  "agentBranchUrl": {
    "label": "Agent Branch URL",
    "format": "string"
  },
  "phoneNumbers": {
    "label": "Phone Numbers",
    "format": "array"
  },
  "floorplanUrls": {
    "label": "Floorplan URLs",
    "format": "array"
  },
  "virtualTourUrls": {
    "label": "Virtual Tour URLs",
    "format": "array"
  },
  "nearestStations": {
    "label": "Nearest Stations",
    "format": "array"
  },
  "addedOrReduced": {
    "label": "Listing Status",
    "format": "string"
  },
  "listingUpdateDate": {
    "label": "Listing Updated At",
    "format": "string"
  },
  "firstVisibleDate": {
    "label": "First Visible At",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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