# OpenRent Rental Listings Extractor

**Use case:** 

Collect detailed rental listings from OpenRent. Get prices, property descriptions, and landlord information for market research.

## Input

```json
{
  "url": "https://www.openrent.co.uk/properties-to-rent/london",
  "keyword": "studio",
  "location": "London",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Property ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "rentPerMonth": {
    "label": "Rent / Month",
    "format": "text"
  },
  "rentPerWeek": {
    "label": "Rent / Week",
    "format": "text"
  },
  "letAgreed": {
    "label": "Let Agreed",
    "format": "text"
  },
  "isNew": {
    "label": "New Listing",
    "format": "text"
  },
  "isMultiRoom": {
    "label": "Multi-Room",
    "format": "text"
  },
  "lastUpdated": {
    "label": "Last Updated",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenRent Property Scraper 🏠](https://apify.com/shahidirfan/openrent-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/openrent-property-scraper) to learn more, explore other use cases, and run it yourself.