# Monitor New Realtor.com Listings & Price Drops

**Use case:** 

Each run emits only new listings, price drops/rises and status changes for your saved Realtor.com search, with a monitor reason. Updated daily.

## Input

```json
{
  "outputType": "search",
  "searchType": "for_sale",
  "location": [
    "Austin, TX"
  ],
  "sortBy": "newest",
  "includePropertyDetails": false,
  "includeAgentLeads": false,
  "maxPhotos": 25,
  "maxResults": 200,
  "monitorMode": true,
  "monitorKey": "austin-for-sale",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "listingType": {
    "label": "Market",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "SqFt",
    "format": "number"
  },
  "propertyType": {
    "label": "Property type",
    "format": "text"
  },
  "line": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postalCode": {
    "label": "ZIP",
    "format": "text"
  },
  "mlsNumber": {
    "label": "MLS #",
    "format": "text"
  },
  "agentName": {
    "label": "Listing agent",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Realtor.com Scraper - Properties, Prices & Agent Leads](https://apify.com/scrapesage/realtor-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/realtor-com-scraper) to learn more, explore other use cases, and run it yourself.