AU Commercial Property Scraper avatar

AU Commercial Property Scraper

Pricing

from $2.10 / 1,000 results

Go to Apify Store
AU Commercial Property Scraper

AU Commercial Property Scraper

Fast commercial property listing extraction from RealCommercial.com.au High-performance web scraping and structured data extraction solution for commercial real estate listings from RealCommercial.com.au.

Pricing

from $2.10 / 1,000 results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

1

Bookmarked

16

Total users

8

Monthly active users

11 hours

Issues response

8 days ago

Last modified

Share

Real Commercial AU Scraper v2

Extract commercial property listings realcommercial com au with full detail data. Get descriptions, highlights, detailed attributes, coordinates, nearby places, agent contacts, agency contacts, images, and rich PDP metadata per listing.

Key Features

  • Detailed output: Description, highlights, detailed attributes, nearby places, documents, tours, demographics
  • All listing types: for-sale, for-lease, sold, and leased
  • Commercial filters: Industrial, retail, offices, land/development, medical, hotel/leisure, and more
  • Automatic pagination: Pages through search results until limits are reached
  • Deduplication: No duplicate listings across pages or search URLs
  • Rich contacts: Agent phone, enquiry URI, social links, plus agency phone and address

Output Data

Each listing includes:

CategoryFields
CorepropertyId, url, listingType, title, status, product, daysActive
Property TypespropertyTypes, propertyTypeObjects, tenureType, tenureTypeDisplay
Addressstreet, suburb, state, postcode, full
Coordinateslatitude, longitude, map.precision
Priceprice.display, parsed value/min/max, price.forSale.isPriceHidden
Highlightshighlights
Descriptiondescription, descriptionMetadata.phoneNumbers
Attributesnormalized area, areaValue, areaUnit, carSpaces, plus raw attributes.listingAttributes
Mediamedia.imageCount, media.images
Agentsid, name, photoUrl, phone, enquiryUri, socialLinks
Agencyid, name, logoUrl, brandingColor, phone, address
Commercial ExtrasdownloadableDocuments, tours, websites, nearbyPlaces
MetadatacanonicalPath, lastUpdatedAt, highQualityListing
DemographicsdemographicData.summary, demographicData.insights

How to Use

Search by Location

Set mode to location and add locations with state required and optional suburb/postcode/region.

Direct URLs

Set mode to url and provide realcommercial search result page URLs directly.

Filters

  • Listing Type: for-sale, for-lease, sold, leased
  • Property Types: industrial-warehouse, retail, offices, land-development, showrooms-bulky-goods, hotel-motel-leisure, medical-consulting, commercial-farming, other
  • Sort Order: featured, date-desc, date-asc, price-desc, price-asc
  • Price Range: minimum and maximum price
  • Area Range: minimum and maximum area
  • Keywords: free-text search terms

Quick Start

{
"mode": "location",
"locations": [
{ "suburb": "Melbourne", "state": "VIC" },
{ "suburb": "Sydney", "state": "NSW", "postcode": "2000" }
],
"listingType": "for-sale",
"maxListings": 100,
"maxPages": 5
}

Example Output

{
"propertyId": "505108072",
"url": "https://www.realcommercial.com.au/for-sale/property-13-25-baldhill-rd-pakenham-vic-3810-505108072",
"listingType": "for-sale",
"propertyTypes": ["Warehouse, Factory & Industrial"],
"propertyTypeObjects": [
{
"displayText": "Industrial/Warehouse",
"longDisplayText": "Warehouse, Factory & Industrial"
}
],
"tenureType": "tenanted-investment",
"tenureTypeDisplay": "Tenanted Investment",
"title": "Industrial Asset",
"description": "<p>Full HTML description from PDP...</p>",
"descriptionMetadata": {
"phoneNumbers": [
{
"display": "03 9999 0000",
"dial": "+61399990000"
}
]
},
"highlights": ["Industrial 1 Zone", "14 car parks"],
"address": {
"street": "1 Foundry Way",
"suburb": "Melbourne",
"state": "VIC",
"postcode": "3000",
"full": "1 Foundry Way, Melbourne, VIC 3000"
},
"price": {
"display": "$4,500,000",
"value": 4500000,
"min": 4500000,
"max": 4500000,
"isRange": false,
"forSale": {
"isPriceHidden": false
}
},
"attributes": {
"area": "980 m²",
"areaValue": 980,
"areaUnit": "m²",
"carSpaces": 14,
"listingAttributes": [
{ "id": "land-area", "label": "Land area", "value": "1,250 m²" },
{ "id": "zoning", "label": "Zoning", "value": "Industrial 1 Zone" }
]
},
"media": {
"imageCount": 8,
"images": [{ "url": "https://example.com/image.jpg", "alt": "Frontage" }]
},
"agents": [
{
"id": "12345",
"name": "Jane Smith",
"photoUrl": "https://example.com/agent.jpg",
"phone": { "display": "03 9999 0000", "dial": "+61399990000" },
"enquiryUri": "/property-enquiry/12345",
"socialLinks": {
"facebook": "https://facebook.com/example",
"linkedin": "https://linkedin.com/in/example"
}
}
],
"agency": {
"id": "agency-1",
"name": "Sample Commercial Agency",
"logoUrl": "https://example.com/logo.png",
"brandingColor": "#003366",
"phone": { "display": "03 8888 0000", "dial": "+61388880000" },
"address": "100 Collins Street, Melbourne VIC 3000"
},
"downloadableDocuments": [],
"tours": [],
"websites": [],
"nearbyPlaces": [],
"canonicalPath": "/for-sale/property-industrial-asset-vic-3000-111111111",
"lastUpdatedAt": "2026-04-12T06:30:00.000Z",
"highQualityListing": true,
"map": {
"precision": "address"
},
"demographicData": {
"summary": "Inner-city commercial precinct with strong occupier demand.",
"insights": []
},
"latitude": -37.8136,
"longitude": 144.9631,
"scrapedAt": "2026-04-12T10:30:00.000Z"
}

Proxy

Residential proxy is recommended. Configure it in Proxy Configuration if needed.

Limits

  • Maximum Listings: controls how many listings are pushed in one run
  • Maximum Pages: limits search result pages per location or URL
  • Empty arrays and objects are omitted from dataset output