# Trade Me property scraper for homes for sale

**Use case:** 

Monitor Trade Me property sale listings for new listings, displayed prices, agencies, and open homes.

## Input

```json
{
  "searchUrls": [
    {
      "url": "https://www.trademe.co.nz/a/property/residential/sale/search"
    }
  ],
  "maxItems": 25,
  "persistState": true,
  "stateStoreName": "trade-me-property-listing-monitor-state"
}
```

## Output

```json
{
  "listingId": {
    "label": "Listing ID"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "listingType": {
    "label": "Sale or rent"
  },
  "price": {
    "label": "Price"
  },
  "address": {
    "label": "Address"
  },
  "suburb": {
    "label": "Suburb"
  },
  "district": {
    "label": "District"
  },
  "region": {
    "label": "Region"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "propertyType": {
    "label": "Property type"
  },
  "agency": {
    "label": "Agency"
  },
  "agents": {
    "label": "Agents"
  },
  "openHomes": {
    "label": "Open homes"
  },
  "images": {
    "label": "Images"
  },
  "sourceUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "firstSeenAt": {
    "label": "First seen"
  },
  "lastSeenAt": {
    "label": "Last seen"
  },
  "changeType": {
    "label": "Change type"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Trade Me Property Listing Monitor](https://apify.com/automation-lab/trade-me-property-listing-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/trade-me-property-listing-monitor) to learn more, explore other use cases, and run it yourself.