Discover/realcommercial.com.au API
live

realcommercial.com.au APIrealcommercial.com.au

Search Australian commercial property listings, fetch full property details, and retrieve market news via the realcommercial.com.au API.

Endpoints
3
Updated
11d ago
Try it
Page number
Channel to search in: buy, rent, sold, leased
Sort order: price-asc, price-desc, date-desc
Keywords to search for
List of locations (suburb, state, postcode) e.g., ["Sydney, NSW 2000"]
Maximum price
Minimum price
Results per page
Minimum number of car spaces
List of tenure types: tenanted, vacant
Maximum floor area in m2
Minimum floor area in m2
List of property types: offices, retail, industrial-warehouse, land-development, showrooms
api.parse.bot/scraper/f2569d8e-6018-4bdc-8682-a2774ff50d32/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X POST 'https://api.parse.bot/scraper/f2569d8e-6018-4bdc-8682-a2774ff50d32/search_properties' \
  -H 'X-API-Key: $PARSE_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "page": "1",
  "channel": "buy",
  "keywords": "office",
  "locations": [
    "Sydney, NSW"
  ],
  "page_size": "5"
}'
All endpoints · 3 totalclick to expand

Search for commercial properties for sale, rent, sold, or leased. Returns a paginated list of listings with details like title, address, price, property types, floor area, and agent/agency information.

Input
ParamTypeDescription
pageintegerPage number
channelstringChannel to search in: buy, rent, sold, leased
sort_bystringSort order: price-asc, price-desc, date-desc
keywordsstringKeywords to search for
locationsarrayList of locations (suburb, state, postcode) e.g., ["Sydney, NSW 2000"]
max_priceintegerMaximum price
min_priceintegerMinimum price
page_sizeintegerResults per page
car_spacesintegerMinimum number of car spaces
tenure_typesarrayList of tenure types: tenanted, vacant
max_floor_areaintegerMaximum floor area in m2
min_floor_areaintegerMinimum floor area in m2
property_typesarrayList of property types: offices, retail, industrial-warehouse, land-development, showrooms-bulky-goods, hotel-motel-leisure, medical-consulting, farming-rural, other
Response
{
  "type": "object",
  "fields": {
    "listings": "array of listing objects with id, title, address, details, attributes, agencies, photos, branding",
    "availableResults": "total number of matching listings across all pages",
    "resolvedLocations": "array of resolved location objects from the search"
  },
  "sample": {
    "data": {
      "listings": [
        {
          "id": "505097084",
          "title": "92 sqm Industrial Unit - 3 Parking Spaces",
          "pdpUrl": "/for-sale/property-16-anvil-road-seven-hills-nsw-2147-505097084",
          "address": {
            "state": "NSW",
            "suburb": "Seven Hills",
            "postcode": "2147",
            "streetAddress": "16 Anvil Road",
            "suburbAddress": "Seven Hills, NSW 2147"
          },
          "details": {
            "price": "$650,000 excluding GST",
            "streetAddress": "16 Anvil Road",
            "suburbAddress": "Seven Hills, NSW 2147"
          },
          "agencies": [
            {
              "id": "XFNBAE",
              "name": "Niemeyer Commercial Industrial Property"
            }
          ],
          "attributes": {
            "area": "92 m²",
            "propertyTypes": [
              "Industrial/Warehouse",
              "Showrooms/Bulky Goods"
            ]
          },
          "daysActive": 43
        }
      ],
      "availableResults": 14649,
      "resolvedLocations": []
    },
    "status": "success"
  }
}

About the realcommercial.com.au API

This API covers three endpoints that expose commercial property data from realcommercial.com.au: search listings for sale, rent, sold, or leased across Australia; retrieve full details on a specific property by ID; and fetch the latest commercial real estate news articles. The search_properties endpoint alone returns over a dozen fields per listing, including price, floor area, agency details, and photos.

Search and Filter Commercial Listings

The search_properties endpoint accepts POST requests with parameters including channel (buy, rent, sold, or leased), locations (suburb, state, or postcode strings such as "Sydney, NSW 2000"), min_price, max_price, sort_by, keywords, page, and page_size. The response returns a listings array where each object contains an id, title, address, details, attributes, agencies, photos, and branding. Two additional top-level fields — availableResults and resolvedLocations — tell you how many total records matched and which locations were resolved from your input.

Full Property Details

The get_property_details endpoint takes a single required property_id (a numeric string like "505097084", obtainable from search_properties results). The listing object in the response extends what search returns: it adds description, map coordinates, nearby places, similar listings, propertyTypeOb, and full agency contact details. This makes it suitable for building property profile pages or enriching records from a search pass.

Commercial Property News

The get_news endpoint requires no inputs and returns a news_items array. Each article object includes title, url, description, label, date, smallImage, and largeImage. This is useful for surfacing market context alongside listing data — for example, displaying recent industry news on a commercial property dashboard.

Common use cases
  • Build a commercial property search tool filtered by suburb, price range, and listing type (buy/rent/sold/leased)
  • Aggregate floor area and price data from search results to benchmark commercial rents across Australian postcodes
  • Generate property detail pages using the full description, map coordinates, and agency contact information from get_property_details
  • Track newly listed or recently leased commercial properties by sorting with date-desc and polling periodically
  • Display nearby places and similar listings alongside a property profile to support site-selection workflows
  • Surface commercial real estate news headlines and images in a market-intelligence dashboard using get_news
  • Compile agency and branding data from listings to analyze which agencies dominate specific commercial submarkets
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does realcommercial.com.au offer an official developer API?+
realcommercial.com.au does not publish a public developer API or documented integration surface. This Parse API provides structured access to the data available on the site.
What location formats does search_properties accept?+
The locations parameter takes an array of strings combining suburb, state, and postcode — for example, ["Sydney, NSW 2000", "Melbourne, VIC 3000"]. The response includes a resolvedLocations field showing exactly how each input was interpreted, which helps diagnose mismatches when a location string doesn't return expected results.
Does the API return contact phone numbers or email addresses for agents?+
The get_property_details endpoint returns full agency contact details within the agencies field on the listing object. The search_properties endpoint returns agency and branding information but at a summary level — detailed contact fields are exposed in the property detail response.
Does the API cover residential property listings or auction results?+
No. The API covers commercial property listings across the buy, rent, sold, and leased channels on realcommercial.com.au. Residential listings, auction clearance rates, and suburb-level valuation data are not included. You can fork this API on Parse and revise it to add an endpoint targeting residential data from a suitable source.
Is there a way to retrieve all listings without paginating manually?+
The search_properties response includes an availableResults field with the total count of matching records. You control pagination through the page and page_size parameters. There is no bulk-export or cursor-based endpoint — iterating pages is the supported pattern. The maximum page_size and any per-request caps are reflected at the plan level on the API listing.
Page content last updated . Spec covers 3 endpoints from realcommercial.com.au.
Related APIs in Real EstateSee all →
padmapper.com API
Search and browse rental listings across cities with detailed property information including prices, contact details, and market trends. Discover apartments and homes through city-wide searches or map-based exploration, and access comprehensive listing details to help you find your next rental.
casa.it API
Search and browse property listings from Casa.it, Italy's real estate marketplace. Retrieve listings by location, price, size, property type, and transaction type (sale or rent), and fetch full details for individual properties including descriptions, photos, features, and publisher information.
catastro.minhap.es API
Search Spanish property records by address, coordinates, or cadastral reference to find detailed land parcel information, ownership details, and location data across all Spanish provinces and municipalities. Browse the complete hierarchy of Spanish geographic and administrative divisions including provinces, municipalities, and streets to pinpoint exact property locations.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
homes.com API
Search for real estate agents and properties available for sale or rent, while accessing detailed agent profiles with their 1-year transaction history, active listings, and performance statistics. Get comprehensive property details and agent information all in one place to help you find the right agent or property that matches your needs.
idealista.pt API
Search and filter property listings across Portugal by location, price, and size, then access detailed information about each property including its characteristics and pricing history. Monitor how property prices change over time to help you make informed decisions about buying or selling real estate.