# Newcastle Properties for Rent: Prices & Agent Contacts

**Use case:** 

Collect rental property listings in Newcastle with prices and agent details.

## Input

```json
{
  "maxListings": 24,
  "listingType": "rent",
  "locations": [
    "Newcastle"
  ],
  "minBeds": 2,
  "locationIdentifier": "",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "searchLocation": {
    "label": "Search Location"
  },
  "displayAddress": {
    "label": "Address"
  },
  "priceDisplay": {
    "label": "Price"
  },
  "transactionType": {
    "label": "Type"
  },
  "propertySubType": {
    "label": "Property"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "agentName": {
    "label": "Agent"
  },
  "agentPhone": {
    "label": "Agent Phone"
  },
  "addedOrReduced": {
    "label": "Added / Reduced"
  },
  "listingUrl": {
    "label": "Listing URL"
  }
}
```

## About this Actor

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