View.com.au Australian Property Scraper avatar

View.com.au Australian Property Scraper

Pricing

Pay per usage

Go to Apify Store
View.com.au Australian Property Scraper

View.com.au Australian Property Scraper

Scrape property listings from View.com.au across Australia with complete real estate data, including price, address, suburb, property type, bedrooms, bathrooms, land size, agent details, images, auction dates, and listing URLs. Ideal for market research, lead generation, and property analytics.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

What does View.com.au Australian Property Scraper do?

This Actor collects property listing data from view.com.au, one of Australia's leading real estate portals. Search by state or suburb, or provide any view.com.au search results URL to extract for-sale, for-rent, and sold property listings at scale. Get structured data including prices, addresses, bedrooms, bathrooms, car spaces, land size, agent and agency details, GPS coordinates, images, inspection times, auction dates, and more. Use the results for property market research, investment analysis, competitor monitoring, and data-driven real estate decisions.

Why use View.com.au Australian Property Scraper?

  • Automated property data collection - Collect listings from any view.com.au search without manual copy-paste across pages.
  • Complete Australian market coverage - Search by state (NSW, VIC, QLD) or specific suburbs across Australia.
  • For-sale, for-rent, and sold listings - Use any public view.com.au search URL to collect the property type you need.
  • Dataset-ready output - Export results to JSON, CSV, Excel, or XML for analytics, databases, and reporting.
  • Scheduling and integrations - Run on demand or set repeat schedules. Connect results to Google Sheets, webhooks, Make, or Zapier.

What data can you extract from View.com.au?

FieldDescription
addressFull property address including suburb, state, and postcode
priceDisplayPrice as shown on the listing
priceValueSingle numeric price when available
priceMin / priceMaxPrice range for listings with a range
bedrooms / bathrooms / carSpacesProperty room and parking counts
landSize / landSizeInSqmLand or floor area with square metre normalisation
propertyTypeProperty category (house, apartment, townhouse, land)
latitude / longitudeGPS coordinates
imagesArray of property image URLs
agentName / agencyNameListing agent and agency name
inspections / auctionAtScheduled open times and auction dates
saleMethodSale method such as Sale or Auction
status / listingSourceListing status and source label
createdAt / updatedAt / onMarketAtListing timestamps

How to use View.com.au Australian Property Scraper

  1. Open the Actor on Apify Store.
  2. Enter a search location (state or suburb) or paste a direct view.com.au search URL.
  3. Set the maximum number of results and optional page limit.
  4. Optionally configure Australian residential proxies for reliable access.
  5. Run the Actor.
  6. Download the dataset or connect it to your workflow.

Input Parameters

ParameterTypeRequiredDefaultDescription
startUrlStringNo-Direct view.com.au search results URL. Overrides location. Example: https://view.com.au/for-sale/nsw/in-sydney-2000/
locationStringNonswSearch location. Format: state (nsw, vic, qld) or suburb,state (sydney,nsw, melbourne-3000,vic)
results_wantedIntegerNo20Maximum number of property listings to collect
max_pagesIntegerNo5Safety cap on search result pages to visit (each page contains approximately 25 listings)
proxyConfigurationObjectNoApify ProxyProxy configuration. Australian residential proxies recommended for reliable access

Output Data

FieldTypeDescription
idNumberUnique listing identifier
listingUrlStringFull URL to the property listing
addressStringFull property address
suburbStringSuburb name
stateStringAustralian state
postcodeStringProperty postcode
streetNumberStringStreet number
streetNameStringStreet name
unitNumberStringUnit, suite, or level identifier when available
priceDisplayStringPrice as displayed on listing
priceValueNumberSingle price value when available
priceMinNumberMinimum price in a range
priceMaxNumberMaximum price in a range
isPriceHiddenBooleanWhether the numeric price is hidden
bedroomsNumberNumber of bedrooms
bathroomsNumberNumber of bathrooms
carSpacesNumberNumber of car parking spaces
landSizeNumberLand or floor area value
landSizeInSqmNumberArea normalised to square metres
landSizeSystemStringUnit system for the area value
propertyTypeStringProperty category (house, apartment, townhouse, land)
propertyTypesArrayAll property type labels for the listing
saleMethodStringSale method (Sale, Auction)
statusStringListing status (On Market)
rankStringListing placement category
listingSourceStringListing source label
isNewConstructionBooleanWhether the listing is new construction
isHomeAndLandBooleanWhether the listing is a home and land package
latitudeNumberGPS latitude coordinate
longitudeNumberGPS longitude coordinate
imagesArrayArray of property image URLs
imageCountNumberNumber of unique listing images
heroImageUrlStringPrimary listing image URL
agentNameStringListing agent full name
agentPhoneStringAgent phone number
agentMobileStringAgent mobile number when available
agentsArrayStructured agent records with contact and profile details
agentIdsArraySource agent identifiers
agencyNameStringReal estate agency name
agencyIdNumberSource agency identifier
agencyUrlStringAgency profile URL
lgaNameStringLocal government area name
lgaSlugStringLocal government area URL slug
regionStringRegion label
gnafIdStringGNAF property identifier when available
inspectionsArrayInspection date and time records
auctionAtStringAuction date and time when available
createdAtStringListing creation timestamp
updatedAtStringListing update timestamp
onMarketAtStringDate and time the listing went on market

Usage Examples

Search all properties for sale in New South Wales:

{
"location": "nsw",
"results_wanted": 50,
"max_pages": 2
}

Search for properties in a specific Melbourne suburb:

{
"location": "melbourne-3000,vic",
"results_wanted": 25,
"max_pages": 1
}

Use a specific view.com.au search URL for targeted collection:

{
"startUrl": "https://view.com.au/for-sale/vic/in-melbourne-3000/",
"results_wanted": 100,
"max_pages": 4
}

Rental Listings

Search for rental properties in Brisbane:

{
"startUrl": "https://view.com.au/for-rent/qld/in-brisbane-4000/",
"results_wanted": 50,
"max_pages": 2
}

Sold Properties

Collect recently sold listings from a Sydney suburb:

{
"startUrl": "https://view.com.au/sold/nsw/in-sydney-2000/",
"results_wanted": 50,
"max_pages": 2
}

Sample Output

{
"id": 16158346,
"listingUrl": "https://view.com.au/property/vic/mount-eliza-3930/2-coles-court-16158346/",
"address": "2 Coles Court, Mount Eliza VIC 3930",
"suburb": "Mount Eliza",
"state": "VIC",
"postcode": "3930",
"priceDisplay": "$1,500,000 - $1,650,000",
"priceValue": 1500000,
"priceMin": 1500000,
"priceMax": 1650000,
"bedrooms": 4,
"bathrooms": 2,
"carSpaces": 2,
"landSize": 462,
"landSizeInSqm": 462,
"landSizeSystem": "squareMeter",
"propertyType": "Apartment & Unit",
"propertyTypes": ["Apartment & Unit"],
"saleMethod": "Sale",
"status": "On Market",
"rank": "Premium",
"listingSource": "VIEW",
"isPriceHidden": false,
"latitude": -37.81,
"longitude": 144.96,
"imageCount": 1,
"images": [
"https://view.com.au/viewstatic/images/listing/800-w/16158346-1-ABC1234.jpg"
],
"agentName": "Jane Smith",
"agentPhone": "02 9000 1000",
"agencyName": "Sample Realty",
"agencyUrl": "https://view.com.au/real-estate-agency/sample-realty-17003/",
"updatedAt": "2026-04-20 16:20:56",
"onMarketAt": "2025-10-31 06:59:48"
}

Tips for Best Results

  • Use complete, public view.com.au search URLs for maximum control over the search area and filters.
  • Start with a smaller results_wanted value (20-50) for initial testing before scaling to larger runs.
  • Each page returns approximately 25 listings. Set max_pages based on your target volume.
  • For listings beyond 200 results in a single search, the Actor automatically splits the search into price range segments to continue past the site limit.
  • Australian residential proxies provide the most reliable access. If you encounter blocks, enable Apify Proxy with the RESIDENTIAL group.
  • Some fields may be empty when the source listing does not publish that information. Prices, addresses, and room counts are available for most listings.
  • Check the dataset preview before scheduling repeat runs to confirm the output matches your needs.

Integrations

  • Google Sheets - Export property data to spreadsheets for market analysis and reporting.
  • Webhooks - Trigger downstream workflows after each run completes.
  • Make or Zapier - Connect property data to no-code automations and CRM pipelines.
  • API - Access datasets programmatically from your own applications.
  • CSV, Excel, JSON, XML - Download results in multiple formats from Apify Console.

Frequently Asked Questions

What property types can I collect?

You can collect for-sale, for-rent, and sold property listings from view.com.au. Use the appropriate search URL as the startUrl to select the listing type.

How many listings can I collect in one run?

You can collect all available listings matching your search. The practical limit depends on the search area and total matching properties. For large searches, the Actor splits the work into price segments to continue beyond the standard 200-result cap.

What if some data fields are missing?

Fields not available on the source listing are omitted from the output. Price ranges, addresses, room counts, and agent details are available for most listings.

Can I use this Actor without a proxy?

The Actor can run without a proxy, but view.com.au uses CDN protection. Using Apify Proxy with Australian residential IPs provides the most reliable access, especially for larger runs.

Can I export the data to CSV or Excel?

Yes. Apify datasets can be downloaded in CSV, Excel, JSON, XML, HTML, and other formats from Apify Console or via the API.

Can I run this Actor on a schedule?

Yes. You can schedule the Actor in Apify Console to refresh data hourly, daily, weekly, or at another interval.

Scraping publicly available web data can be legal, but you are responsible for complying with applicable laws, website terms of service, and privacy rules. Use the data responsibly.

Support

For issues, feature requests, or custom Actor work, use the Issues tab on the Actor page or contact the developer through Apify.

This Actor is designed for legitimate data collection from publicly available property listings on view.com.au. Users are responsible for using the data responsibly and complying with applicable laws and website terms.