# Realestateview Latest Results

**Use case:** 

Latest Results of Realestateview. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.view.com.au/for-sale/vic/melbourne",
  "maxItems": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image Url",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "listingId": {
    "label": "Listing Id",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "number"
  },
  "bathrooms": {
    "label": "Bathrooms",
    "format": "number"
  },
  "carparks": {
    "label": "Carparks",
    "format": "number"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "suburb": {
    "label": "Suburb",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "date"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "agentName": {
    "label": "Agent Name",
    "format": "text"
  },
  "agencyName": {
    "label": "Agency Name",
    "format": "text"
  },
  "saleMethod": {
    "label": "Sale Method",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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