# Realtor.com New Listings Monitor

**Use case:** 

Monitor new Realtor.com properties — incremental runs return only fresh or changed items. price, photos and location.

## Input

```json
{
  "searchMode": "for_sale",
  "searchLocations": [
    "78704"
  ],
  "propertyTypes": [],
  "startUrls": [],
  "maxResults": 10,
  "mode": "listings",
  "agentLocations": [],
  "agentType": "BUYER",
  "agentLanguages": [],
  "enrichAgentContacts": true,
  "includeDetails": false,
  "enrichEmails": false,
  "descriptionMaxLength": 0,
  "descriptionFormat": "text",
  "excludeEmptyFields": false,
  "compact": false,
  "incrementalMode": true,
  "stateKey": "austin-78704-for-sale",
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notificationLimit": 5,
  "notifyOnlyChanges": false
}
```

## Output

```json
{
  "addressLine": {
    "label": "Address line"
  },
  "city": {
    "label": "City"
  },
  "stateCode": {
    "label": "State code"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "status": {
    "label": "Status"
  },
  "listPrice": {
    "label": "List price"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "beds": {
    "label": "Beds"
  },
  "bathsTotal": {
    "label": "Baths total"
  },
  "sqft": {
    "label": "Sqft"
  },
  "pricePerSqft": {
    "label": "Price per sqft"
  },
  "propertyType": {
    "label": "Property type"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Realtor Scraper — US Real Estate Listings & Property Data](https://apify.com/blackfalcondata/realtor-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/blackfalcondata/realtor-scraper) to learn more, explore other use cases, and run it yourself.