AU Commercial Property Scraper avatar

AU Commercial Property Scraper

Pricing

from $0.08 / actor start

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 $0.08 / actor start

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Real Commercial AU Scraper

Fast commercial property listing extraction from realcommercial com au.

Quick Start

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

Features

  • Search by location (suburb, state, postcode) or direct URLs
  • Listing types: For Sale, For Lease, Sold, Leased
  • 9 commercial property types: Industrial/Warehouse, Retail, Offices, Land/Development, Showrooms, Hotel/Motel, Medical, Commercial Farming, Other
  • Full data per listing: title, highlights, all images, agent info, agency branding, price, area
  • Commercial-specific: tenure type (vacant/tenanted), area (m²/ha), car spaces
  • Filter by property type, price range, area range, keywords
  • Automatic pagination and deduplication
  • Resume from checkpoint on failure

Input Parameters

ParameterTypeDefaultDescription
modeStringlocationSearch mode: location or url
locationsArray[{"suburb":"Melbourne","state":"VIC"}]Locations to search. State required.
urlsArray-Direct search page URLs (for url mode)
listingTypeStringfor-salefor-sale, for-lease, sold, or leased
propertyTypesArrayallFilter: industrial-warehouse, retail, offices, land-development, showrooms-bulky-goods, hotel-motel-leisure, medical-consulting, commercial-farming, other
priceMinInteger-Minimum price (AUD)
priceMaxInteger-Maximum price (AUD)
areaMinInteger-Minimum area (m²)
areaMaxInteger-Maximum area (m²)
keywordsString-Search keywords (e.g. co-working, warehouse)
maxListingsInteger20Stop after this many listings
maxPagesInteger2Max search pages per location (~10 results each)
outputFormatArray["json"]Export formats: json, csv, parquet
resumeFromCheckpointBooleantrueResume from last checkpoint on failure

Output

Each listing is output in the dataset schema format:

{
"propertyId": "500000001",
"url": "https://www.example.com/for-sale/property-123-sample-street-suburb-vic-3000-500000001",
"listingType": "for-sale",
"propertyTypes": ["Retail", "Showrooms/Bulky Goods"],
"tenureType": "vacant",
"title": "SAMPLE COMMERCIAL LISTING",
"highlights": ["High Exposure Location", "350 m² Building"],
"address": {
"street": "123 Sample Street",
"suburb": "Sampletown",
"state": "VIC",
"postcode": "3000",
"full": "123 Sample Street, Sampletown, VIC 3000"
},
"price": {
"display": "$1,500,000",
"value": 1500000,
"min": 1500000,
"max": 1500000,
"isRange": false
},
"attributes": {
"area": "350 m²",
"areaValue": 350,
"areaUnit": "m²",
"carSpaces": 2
},
"media": {
"imageCount": 8,
"images": [{ "url": "https://example.com/images/image0.jpg", "alt": "..." }]
},
"agents": [{ "id": "12345", "name": "Jane Smith", "photoUrl": "..." }],
"agency": { "id": "ABC123", "name": "Sample Commercial Agency", "logoUrl": "...", "brandingColor": "#003366" },
"status": "New",
"daysActive": 0,
"scrapedAt": "2026-02-25T05:30:00.000Z"
}

Proxy Configuration

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "AU"
}
}