# Find London Flats for Rent (New Listings)

**Use case:** 

Quickly identify new flat listings for rent in London, ideal for property managers and real estate investors. Stay ahead of the competition and secure desirable

## Input

```json
{
  "mode": "toRent",
  "location": "London",
  "startUrls": [],
  "propertyType": "flat",
  "minBedrooms": 0,
  "radius": "0.0",
  "sortBy": "2",
  "includeSSTC": false,
  "newHomesOnly": false,
  "maxItems": 100
}
```

## 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.