# Scrape Leeds Houses for Sale Under £300k

**Use case:** 

Discover all available houses for sale in Leeds under £300,000 to identify affordable investment opportunities. This data is crucial for first-time buyers and p

## Input

```json
{
  "mode": "forSale",
  "location": "Leeds",
  "startUrls": [],
  "propertyType": "",
  "maxPrice": 300000,
  "minBedrooms": 0,
  "radius": "0.0",
  "sortBy": "2",
  "includeSSTC": false,
  "newHomesOnly": false,
  "maxItems": 200
}
```

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