# Rightmove Manchester Buy-to-Let Flats Under 250k

**Use case:** 

Scrape Rightmove daily for new 1-2 bed Manchester flats under 250k. Built for buy-to-let investors who need fresh UK yield deals before rivals see them.

## Input

```json
{
  "location": "Manchester",
  "flats_and_apartments": true,
  "bungalows": false,
  "detached_houses": false,
  "semi_detached_houses": false,
  "terraced_houses": false,
  "lands": false,
  "park_homes": false,
  "min_price": "0",
  "max_price": "250000",
  "min_bedrooms": "1",
  "max_bedrooms": "2",
  "min_bathrooms": "1",
  "max_bathrooms": "5",
  "search_radius": "3",
  "include_under_offer_and_stc": false,
  "max_results": "10",
  "max_days_since_added": "1"
}
```

## Output

```json
{
  "id": {
    "label": "Property ID",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "number_of_floor_plants": {
    "label": "Number of Floor Plants",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "country_code": {
    "label": "Country Code",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "property_sub_type": {
    "label": "Property Sub Type",
    "format": "string"
  },
  "tenure": {
    "label": "Tenure",
    "format": "object"
  },
  "listing_update": {
    "label": "Listing Update",
    "format": "object"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency_code": {
    "label": "Currency Code",
    "format": "string"
  },
  "estate_agent_branch": {
    "label": "Estate Agent Branch",
    "format": "object"
  },
  "transaction_type": {
    "label": "Transaction Type",
    "format": "string"
  },
  "property_url": {
    "label": "Property URL",
    "format": "url"
  },
  "contact_url": {
    "label": "Contact URL",
    "format": "url"
  },
  "first_published_at": {
    "label": "First Published At",
    "format": "string"
  },
  "updated_at": {
    "label": "Updated At",
    "format": "string"
  },
  "property_images": {
    "label": "Property Images",
    "format": "array"
  }
}
```

## About this Actor

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