Commercialrealestateau - Business avatar

Commercialrealestateau - Business

Pricing

from $1.70 / 1,000 results

Go to Apify Store
Commercialrealestateau - Business

Commercialrealestateau - Business

Scrape CommercialRealEstate.com.au business-for-sale listings across Australia with this Apify actor. Filter by keyword, location, price, category, and sort mode to get fresh leads fast. Extract headlines, descriptions, prices, suburbs, coordinates, agency and agent details in structured data.

Pricing

from $1.70 / 1,000 results

Rating

0.0

(0)

Developer

Jacob

Jacob

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

CommercialRealEstate.com.au Business Listings Scraper

Features

  • Scrapes business-for-sale listings from CommercialRealEstate.com.au.
  • Supports keyword filtering with searchTerm.
  • Supports configurable result limits with maxResults.
  • Supports multiple sort options: featured, newest first, cheapest first, expensive first, suburb a-z, suburb z-a.
  • Supports price filtering with minPrice and maxPrice.

Input Parameters

  • searchTerm (string, optional): Free-text keyword search.
  • maxResults (integer, optional): Maximum number of listings to scrape.
  • sortOption (string, optional): One of the supported sort modes.
  • locations (array[string], optional): Location names to resolve (suburb, area, region, state).
  • minPrice (integer, optional): Minimum price filter.
  • maxPrice (integer, optional): Maximum price filter.

Example Usage

Example input:

{
"searchTerm": "cafe",
"maxResults": 100,
"sortOption": "newest first",
"minPrice": 50000,
"maxPrice": 500000,
"locations": ["nsw", "brisbane"]
}

Output

Each dataset item includes:

  • Listing core fields: adID, headline, description, seoUrl.
  • Location and pricing fields: displayableAddress, displayablePrice, suburb, state, postcode.
  • Business metadata: mainCategory, dateUpdated, virtualTourUrl, isFranchise.
  • Coordinates: mapLocation.latitude, mapLocation.longitude.
  • Agency object with nested agents and contact details.

Example Output:

[
{
"adID": 2020914737,
"headline": "Renowned Wedding Venue & Residential Luxury Lifestyle Estate",
"description": "The Wool Press Granya presents a unique opportunity to acquire an established wedding and events venue together with a premium lifestyle property in a picturesque Northeast Victoria location.\r\n\r\nOperating from a beautifully restored wool shed, the venue combines rustic charm with established infrastructure and a flexible operating model. Historically capped at approximately 15 weddings annually by owner choice and full-time positions in unrelated roles, the business offers significant opportunity for a new owner to increase wedding volumes and further develop complementary revenue streams.Business Highlights\r\n Turnkey, renowned destination wedding venue\r\n Venue-only hire option from $11.5k+ per booking\r\n Fully licensed venue accommodating up to 200 guests\r\n Lean operating model supported by four casual staff\r\n Forecast owner profit (PEBITDA) $180K+ based at 20 weddings-bookings p.a\r\n All plant & equipment, tangible assets and business IP included\r\n Venue-hire model with optional catering and event expansion\r\n\r\nResidential Rural Property\r\nComplementing the business is a premium lifestyle property. With space for children to explore, direct access to fishing and water activities, and quality lifestyle amenities already in place, the property offers the ideal balance of country living and business ownership, approximately 50km from the major regional hub of Albury-Wodonga.\r\n\r\nProperty Highlights\r\n Lake Hume frontage and access\r\n Approx. 22 acres (8.9 hectares), fenced paddocks and dams\r\n Modern four-bedroom residence plus study\r\n Heated swimming pool and tennis court\r\n Extensive shedding and rural infrastructure\r\n\r\nOffering the ability to live, work and invest from one exceptional property, suited to hospitality-focused couples, owner-operators, work-from-home professionals or families seeking a genuine regional lifestyle change.\r\n\r\nIf you've been dreaming of a regional lifestyle change, a better environment to raise a family, or the opportunity to work for yourself from one remarkable property, The Wool Press Granya deserves your consideration.\r\n\r\nPrice Summary\r\n Business: $50,000\r\n Property:$2,200,000 - $2,400,000\r\n\r\nLINK Business - Albury-Wodonga, Northeast Victoria & Riverina Murray\r\nBusiness Broker: Dallas Lodge - Director | Business Sales SpecialistRef: AW00050Mobile: ** **** ****\r\n Ref: AW00050\r\n Timestamp: 20260614093002",
"url": "https://www.commercialrealestate.com.au/business-for-sale/renowned-wedding-venue-residential-luxury-lifestyle-estate-2020914737",
"displayableAddress": "Northern Victoria VIC",
"displayablePrice": "$2,500,000 (GST na)",
"suburb": null,
"state": "VIC",
"postcode": null,
"mainCategory": "Accommodation & Tourism",
"dateUpdated": "2026-06-14T20:04:12.257",
"virtualTourUrl": null,
"isFranchise": false,
"mapLocation": {
"latitude": 0,
"longitude": 0
},
"agency": {
"agencyID": 39021,
"agencyName": "LINK BUSINESS ALBURY-WODONGA, MURRAY-RIVERINA, NORTH EAST VICTORIA",
"generalPhoneNumber": "02 6038 2118",
"seoUrl": "/real-estate-agents/link-business-albury-wodonga-murray-riverina-north-east-victoria-39021",
"fullAddress": "12/11 Volt Lane Albury NSW 2640"
},
"agents": [
{
"fullName": "Dallas Lodge",
"telephone": "+61 260 382 118",
"mobile": "+61 412 298 651",
"agentProfileSeoUrl": "https://www.commercialrealestate.com.au/agent-profile/dallas-lodge-1988225/",
"contactId": 1988225
}
]
}
]

Error Handling

  • Request retries are used for network calls.
  • Individual request failures are logged; failed listing detail requests return None.
  • If maxPrice is lower than minPrice, an error message is printed and price range is not applied.

Support

For issues, feature requests, or questions about this actor, please create an issue in the repository.