# Buy Realtor.com Property Listings

**Use case:** 

Extract Realtor.com Property Listings data filtered by Buy. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://www.realtor.com/realestateandhomes-search/Los-Angeles_CA",
  "maxItems": 10,
  "mode": "BUY",
  "includeDetails": true,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "listPrice": {
    "label": "List Price",
    "format": "number"
  },
  "pricePerSqft": {
    "label": "Price/Sqft (Source)",
    "format": "number"
  },
  "pricePerSqftCalculated": {
    "label": "Price/Sqft (Calc)",
    "format": "number"
  },
  "addressLine": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "stateCode": {
    "label": "State",
    "format": "text"
  },
  "postalCode": {
    "label": "ZIP",
    "format": "text"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "bathsConsolidated": {
    "label": "Baths",
    "format": "text"
  },
  "sqft": {
    "label": "Sqft",
    "format": "number"
  },
  "lotSqft": {
    "label": "Lot Sqft",
    "format": "number"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "listingAgeDays": {
    "label": "Listing Age (Days)",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "agentName": {
    "label": "Agent Name",
    "format": "text"
  },
  "officeName": {
    "label": "Office Name",
    "format": "text"
  },
  "hasVirtualTour": {
    "label": "Has Virtual Tour",
    "format": "boolean"
  },
  "hasOpenHouse": {
    "label": "Has Open House",
    "format": "boolean"
  },
  "hasHistory": {
    "label": "Has History",
    "format": "boolean"
  },
  "hasTaxHistory": {
    "label": "Has Tax History",
    "format": "boolean"
  },
  "hasNearbySchools": {
    "label": "Has Nearby Schools",
    "format": "boolean"
  },
  "averageSchoolRating": {
    "label": "Avg School Rating",
    "format": "number"
  },
  "latestTaxYear": {
    "label": "Latest Tax Year",
    "format": "number"
  },
  "latestTaxAmount": {
    "label": "Latest Tax Amount",
    "format": "number"
  },
  "streetViewUrl": {
    "label": "Street View URL",
    "format": "link"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "listDate": {
    "label": "List Date",
    "format": "date"
  },
  "soldOn": {
    "label": "Sold On",
    "format": "date"
  },
  "soldDate": {
    "label": "Sold Date",
    "format": "date"
  },
  "lastUpdateDate": {
    "label": "Last Update Date",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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