AU Commercial Property Scraper
Pricing
from $0.08 / actor start
Go to Apify Store

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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 hours ago
Last modified
Categories
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
| Parameter | Type | Default | Description |
|---|---|---|---|
mode | String | location | Search mode: location or url |
locations | Array | [{"suburb":"Melbourne","state":"VIC"}] | Locations to search. State required. |
urls | Array | - | Direct search page URLs (for url mode) |
listingType | String | for-sale | for-sale, for-lease, sold, or leased |
propertyTypes | Array | all | Filter: industrial-warehouse, retail, offices, land-development, showrooms-bulky-goods, hotel-motel-leisure, medical-consulting, commercial-farming, other |
priceMin | Integer | - | Minimum price (AUD) |
priceMax | Integer | - | Maximum price (AUD) |
areaMin | Integer | - | Minimum area (m²) |
areaMax | Integer | - | Maximum area (m²) |
keywords | String | - | Search keywords (e.g. co-working, warehouse) |
maxListings | Integer | 20 | Stop after this many listings |
maxPages | Integer | 2 | Max search pages per location (~10 results each) |
outputFormat | Array | ["json"] | Export formats: json, csv, parquet |
resumeFromCheckpoint | Boolean | true | Resume 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"}}