# Monitor Rightmove New Homes in Birmingham

**Use case:** 

Scrape public Rightmove new-build search results for Birmingham to track prices, property types, agents, summaries, and listing URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.rightmove.co.uk/new-homes-for-sale/find.html?searchLocation=Birmingham&useLocationIdentifier=false&sortType=6"
    }
  ],
  "maxItems": 40,
  "maxPagesPerSearch": 3,
  "includeImages": true
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "displayPrice": {
    "label": "Display price",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "listingType": {
    "label": "Listing type",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "mainImage": {
    "label": "Main image",
    "format": "image"
  },
  "dateAdded": {
    "label": "Date added",
    "format": "date"
  },
  "sourceSearchUrl": {
    "label": "Source search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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