# Find flats for rent in the UK

**Use case:** 

Scrape flats for rent in Manchester from OnTheMarket. Structured UK rental property data. No subscription, pay per result.

## Input

```json
{
  "transaction": "to-rent",
  "propertyType": "flats",
  "location": "manchester",
  "fetchDetails": false,
  "maxItems": 5
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "transaction": {
    "label": "Transaction",
    "format": "text"
  },
  "propertyType": {
    "label": "PropertyType",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "priceText": {
    "label": "PriceText",
    "format": "number"
  },
  "priceShort": {
    "label": "PriceShort",
    "format": "number"
  },
  "priceAmount": {
    "label": "PriceAmount",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [OnTheMarket.com Scraper](https://apify.com/unfenced-group/onthemarket-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/onthemarket-scraper) to learn more, explore other use cases, and run it yourself.