# Compare Canterbury Apartment Prices & Features

**Use case:** 

Extract detailed data on apartment listings in Canterbury within a specific price range to benchmark pricing and features. Use this for competitive analysis or 

## Input

```json
{
  "mode": "searchForSale",
  "region": "Canterbury",
  "propertyType": "apartment",
  "minPrice": 300000,
  "maxPrice": 600000,
  "minBedrooms": 2,
  "startUrls": [],
  "maxItems": 200
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "address": {
    "label": "Address"
  },
  "suburb": {
    "label": "Suburb"
  },
  "region": {
    "label": "Region"
  },
  "propertyType": {
    "label": "Property type"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "priceDisplay": {
    "label": "Price display"
  },
  "rentPerWeek": {
    "label": "Rent per week"
  },
  "agency": {
    "label": "Agency"
  },
  "listingDate": {
    "label": "Listing date"
  }
}
```

## About this Actor

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