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

2 days ago

Last modified

Share

Extract comprehensive Australian property listings from view.com.au including for-sale, for-rent, and sold properties. Collect prices, addresses, bedrooms, bathrooms, car spaces, agent and agency details, property images, GPS coordinates, and more at scale. Perfect for property market research, investment analysis, and competitive intelligence.

Features

  • Location search - Search by state (nsw, vic, qld) or suburb (sydney,nsw, melbourne-3000,vic)
  • Direct URL support - Provide any view.com.au search results URL for precise targeting
  • Complete property data - Extract prices, addresses, bedrooms, bathrooms, car spaces, land size, images, inspections, and agent details
  • Pagination handling - Automatically navigates through multiple result pages
  • Structured output - Clean JSON output with normalized price fields and GPS coordinates
  • Proxy support - Works with residential proxies for reliable Australian property data access

Use Cases

Property Market Research

Track property prices and availability across suburbs and states. Analyze market trends, price ranges, and property types in specific areas.

Investment Analysis

Build datasets of property listings for investment decision making. Compare prices, features, and locations to identify opportunities.

Real Estate Monitoring

Monitor competitor listings, agent activity, and agency presence across Australian markets. Track new listings and price changes.

Data Analysis

Create comprehensive property databases for business intelligence, academic research, or custom analytics projects.


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 ~25 listings)
proxyConfigurationObjectNoApify ProxyProxy configuration. Residential Australian proxies recommended.

Output Data

Each item in the dataset contains:

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 shown
priceDisplayStringPrice as displayed on listing
priceValueNumberSingle price value (if available)
priceMinNumberMinimum price in range
priceMaxNumberMaximum price in range
isPriceHiddenBooleanWhether the numeric price is hidden
bedroomsNumberNumber of bedrooms
bathroomsNumberNumber of bathrooms
carSpacesNumberNumber of car parking spaces
landSizeNumberLand or floor area value shown on the listing
landSizeInSqmNumberArea normalized to square metres when provided
landSizeSystemStringUnit system for the area value
propertyTypeStringType (house, apartment, townhouse, land, etc.)
propertyTypesArrayProperty type labels supplied for the listing
saleMethodStringSale method (Sale, Auction)
statusStringListing status (On Market)
rankStringListing placement category
listingSourceStringListing source label
isNewConstructionBooleanWhether the listing is marked as new construction
isHomeAndLandBooleanWhether the listing is marked as home and land
latitudeNumberGPS latitude coordinate
longitudeNumberGPS longitude coordinate
imagesArrayArray of property image URLs
imageCountNumberNumber of unique listing images collected
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 suburb:

{
"location": "sydney-2000,nsw",
"results_wanted": 25,
"max_pages": 1
}

Use a specific view.com.au search URL:

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

Rental Listings

Search rental properties:

{
"startUrl": "https://view.com.au/for-rent/qld/in-brisbane-4000/",
"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"],
"rank": "Premium",
"listingSource": "VIEW",
"isPriceHidden": false,
"agentName": "Jane Smith",
"agentPhone": "02 9000 1000",
"agentMobile": "0411 000 000",
"agencyId": 17003,
"agencyName": "Sample Realty",
"agencyUrl": "https://view.com.au/real-estate-agency/sample-realty-17003/",
"latitude": -37.81,
"longitude": 144.96,
"imageCount": 1,
"images": [
"https://view.com.au/viewstatic/images/listing/800-w/16158346-1-ABC1234.jpg"
],
"updatedAt": "2026-04-20 16:20:56",
"onMarketAt": "2025-10-31 06:59:48"
}

Tips for Best Results

Choose Working URLs

  • Verify the search URL is accessible in your browser first
  • Use suburb-level URLs for more targeted results
  • Start with a small results_wanted to test the output

Optimize Collection Size

  • Start small (20-50 results) for initial testing
  • Increase for production runs based on your needs
  • Each page contains approximately 25 listings

Use Residential Proxies

  • view.com.au may block datacenter IP addresses
  • Enable Apify Proxy with the RESIDENTIAL group for reliable access
  • Australian residential proxies provide the best results

Integrations

Connect your data with:

  • Google Sheets - Export for analysis and reporting
  • Airtable - Build searchable property databases
  • Slack - Get notifications on new listings
  • Make - Create automated property workflows
  • Zapier - Trigger actions on new data

Export Formats

Download data in multiple formats:

  • JSON - For developers and API integration
  • CSV - For spreadsheet analysis
  • Excel - For business reporting
  • XML - For system integrations

Frequently Asked Questions

How many properties can I collect?

You can collect all available listings matching your search. The practical limit depends on the search area and total matching properties.

Does this support rental and sold properties?

Yes. Use a for-rent or sold URL as the startUrl to collect rental or recently sold listings.

What if data fields are missing?

Some fields may be null if the source listing does not provide that information. Price ranges, agent details, and coordinates are available for most listings.

Can I scrape property detail pages?

The actor extracts data from search results pages. For individual property enrichment, use the property detail URL directly as a single-result search.

Does view.com.au require proxies?

The site uses CloudFront CDN protection. Using Apify Proxy with residential IPs provides the most reliable access, especially for Australian-targeted results.


Support

For issues or feature requests, contact support through the Apify Console.

Resources


This actor is designed for legitimate data collection purposes. Users are responsible for ensuring compliance with view.com.au terms of service and applicable laws. Use data responsibly and respect rate limits.