# Rightmove flats to rent in Manchester

**Use case:** 

Scrape Rightmove for Manchester flat rentals: displayAddress, displayPrice, bedrooms, bathrooms, tenureType, agentPhone. No login, CSV export.

## Input

```json
{
  "searchType": "to-rent",
  "locations": [
    "Manchester"
  ],
  "propertyTypes": [
    "flat"
  ],
  "radius": "0.0",
  "sortType": "6",
  "maxDaysSinceAdded": "",
  "includeSSTC": false,
  "includeLetAgreed": false,
  "furnishTypes": [],
  "includePropertyDetails": true,
  "deduplicateAgents": false,
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "rightmove-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "displayAddress": {
    "label": "Address"
  },
  "price": {
    "label": "Price"
  },
  "displayPrice": {
    "label": "Display price"
  },
  "channel": {
    "label": "Channel"
  },
  "propertyType": {
    "label": "Type"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "tenureType": {
    "label": "Tenure"
  },
  "sizeSqFt": {
    "label": "Sq ft"
  },
  "councilTaxBand": {
    "label": "Council tax"
  },
  "addedOrReduced": {
    "label": "Added/Reduced"
  },
  "agentName": {
    "label": "Agent"
  },
  "agentPhone": {
    "label": "Agent phone"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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