# Rightmove London Property Listings for Sale

**Use case:** 

Get live for-sale property listings in London from Rightmove. Includes title, price, bedrooms, area, address, and direct URLs for quick access.

## Input

```json
{
  "location_identifier": "REGION^87490",
  "deal_type": "sale",
  "max_items": 5,
  "max_pages": 1
}
```

## Output

```json
{
  "location_identifier": {
    "label": "Location",
    "format": "text"
  },
  "deal_type": {
    "label": "Deal",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "rooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "area_sqm": {
    "label": "Area (m²)",
    "format": "number"
  },
  "location": {
    "label": "Address",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

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