# Quick sample: London

**Use case:** 

Rightmove Scraper configured for quick sample around “London”. The saved input exposes queries, maxResults, searchType, maxPrice, maxBedrooms and uses a...

## Input

```json
{
  "queries": [
    "London"
  ],
  "maxResults": 10,
  "searchType": "buy",
  "maxPrice": 10,
  "maxBedrooms": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "agent_name": {
    "label": "Agent",
    "format": "text"
  },
  "search_type": {
    "label": "Buy/Rent",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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