# Realtor.com Scraper: Sales, Rentals & Sold Homes

**Use case:** 

Scrape Realtor.com. Search/URL. Get price, details, agent contacts, coords, photos & more for US sales, rentals & sold listings.

## Input

```json
{
  "mode": "location",
  "locations": [
    {
      "city": "Portland",
      "state": "OR"
    }
  ],
  "listingType": "for_sale",
  "propertyType": "any",
  "openHouseOnly": false,
  "newConstructionOnly": false,
  "urls": [
    "https://www.realtor.com/realestateandhomes-search/Portland_OR?view=map"
  ],
  "maxListings": 20,
  "maxPages": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "resumeFromCheckpoint": true,
  "incrementalMode": false,
  "emitUnchanged": false,
  "emitExpired": false,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "propertyId": {
    "label": "Property ID",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "price": {
    "label": "Price",
    "format": "object"
  },
  "features": {
    "label": "Features",
    "format": "object"
  },
  "url": {
    "label": "Property URL",
    "format": "string"
  },
  "changeType": {
    "label": "Change Type",
    "format": "string"
  },
  "changedFields": {
    "label": "Changed Fields",
    "format": "array"
  }
}
```

## About this Actor

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