# Monitor Specific Bath Rental Flat Listings

**Use case:** 

Track changes and availability for specific rental flat listings in Bath by providing their direct Rightmove URLs. This allows for precise competitive analysis 

## Input

```json
{
  "mode": "byUrl",
  "location": "London",
  "startUrls": [
    "https://www.rightmove.co.uk/properties/12345678#/?channel=RENT",
    "https://www.rightmove.co.uk/properties/87654321#/?channel=RENT"
  ],
  "propertyType": "",
  "minBedrooms": 0,
  "radius": "0.0",
  "sortBy": "2",
  "includeSSTC": false,
  "newHomesOnly": false,
  "maxItems": 2
}
```

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