Discover/realestateview.com.au API
live

realestateview.com.au APIrealestateview.com.au

Access rental listings, agent profiles, suburb trends, and location data from view.com.au via 7 structured API endpoints covering all Australian states.

Endpoints
7
Updated
14d ago
Try it
Page number for pagination.
Australian state code in lowercase (e.g. 'vic', 'nsw', 'qld', 'sa', 'wa', 'tas', 'act', 'n
Suburb name. Spaces are converted to hyphens internally (e.g. 'richmond', 'hoppers crossin
Number of bedrooms filter. Provide as a number string (e.g. '2') or slug (e.g. '2-bedrooms
Australian postcode (e.g. '3121', '2000'). Leading zeros preserved.
Property type slug used in URL path. Accepted values: 'house', 'apartment-unit', 'townhous
api.parse.bot/scraper/3748ab7b-6679-4ef0-81af-8c5c885033c3/<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 GET 'https://api.parse.bot/scraper/3748ab7b-6679-4ef0-81af-8c5c885033c3/search_rental_listings?page=1' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Search for rental listings on view.com.au with optional filters for location, property type, and bedrooms. Returns paginated results with 25 listings per page.

Input
ParamTypeDescription
pageintegerPage number for pagination.
statestringAustralian state code in lowercase (e.g. 'vic', 'nsw', 'qld', 'sa', 'wa', 'tas', 'act', 'nt').
suburbstringSuburb name. Spaces are converted to hyphens internally (e.g. 'richmond', 'hoppers crossing').
bedroomsstringNumber of bedrooms filter. Provide as a number string (e.g. '2') or slug (e.g. '2-bedrooms').
postcodestringAustralian postcode (e.g. '3121', '2000'). Leading zeros preserved.
property_typestringProperty type slug used in URL path. Accepted values: 'house', 'apartment-unit', 'townhouse', 'villa', 'land'.
Response
{
  "type": "object",
  "fields": {
    "total": "total number of matching listings across all pages",
    "listings": "array of listing objects with property details, agent info, images, and links",
    "page_size": "number of listings per page (typically 25)",
    "current_page": "current page number"
  },
  "sample": {
    "data": {
      "total": 12765,
      "listings": [
        {
          "id": 17492276,
          "state": "VIC",
          "status": "On Market",
          "bedrooms": 3,
          "carparks": 2,
          "postcode": "3029",
          "bathrooms": 2,
          "priceText": "$540 per week",
          "streetName": "Dowling Avenue",
          "suburbName": "HOPPERS CROSSING",
          "rentPerWeek": 540,
          "heroImageUrl": "pics/276/17492276-1-6761B81.jpg",
          "propertyTypes": [
            "Townhouse"
          ],
          "listingDetailLink": "/property/vic/hoppers-crossing-3029/1-23-dowling-avenue-17492276/"
        }
      ],
      "page_size": 25,
      "current_page": 1
    },
    "status": "success"
  }
}

About the realestateview.com.au API

The view.com.au API exposes 7 endpoints for querying rental property listings, agent profiles, and location data across Australia. Use search_rental_listings to filter by state, suburb, postcode, bedroom count, and property type — returning paginated results with 25 listings per page — or drill into a specific property with get_rental_listing_detail to retrieve description, feature list, suburb trends, nearby schools, and zoning data.

Search and Filter Rental Listings

search_rental_listings accepts optional parameters including state (lowercase code, e.g. vic, nsw), suburb, postcode, bedrooms, and property_type (one of house, apartment-unit, townhouse, villa, land). Results are paginated at 25 listings per page; the total field tells you how many records match across all pages. To discover valid location values before building a search, call search_locations with a keyword such as a suburb name, postcode, or LGA — it returns suburbName, postcode, state, locationType, lgaName, and displayText for each match.

Listing Detail and Media

get_rental_listing_detail accepts a listing_url path (e.g. /property/vic/richmond-3121/1-sample-street-12345678/) and returns a full property object including bedrooms, bathrooms, priceText, description, featureList, agency, agents, images, and a suburbTrends object with demographic and market data. If the listing has been removed, the endpoint returns stale_input. For media only, get_listing_images returns the hero_image URL, the full images array with sequence and caption, and a floor_plans array including file names and types.

Agent Profiles and Similar Listings

get_agent_listings takes an agent_url path and returns a profile object with firstName, lastName, email, mobile, description, numberOfRentListings, and numberOfSoldListings, along with full agency details. Agent URLs are obtainable from listing search results. get_nearby_listings accepts the same listing_url format and returns a similar_listings array where each item includes id, priceText, bedrooms, bathrooms, images, agents, and listingDetailLink.

Property Types Reference

get_property_types takes no inputs and returns all five supported property type objects with their id slug and display name. This is useful for validating the property_type parameter before passing it to search_rental_listings.

Common use cases
  • Aggregate rental listings by suburb and bedroom count for a property comparison tool.
  • Pull suburb trend data from get_rental_listing_detail to display local market context alongside listings.
  • Build an agent directory by collecting profile data via get_agent_listings across multiple agent URLs.
  • Render property photo galleries using the images and floor_plans arrays from get_listing_images.
  • Resolve user-typed suburb names to valid search parameters using search_locations before querying search_rental_listings.
  • Find similar rentals near a target property using get_nearby_listings to populate a 'you might also like' section.
  • Validate supported property type slugs programmatically using get_property_types before constructing filtered search requests.
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 view.com.au have an official developer API?+
view.com.au does not publish a public developer API or documented endpoint set for third-party use. This Parse API provides structured access to the same listing, agent, and location data available on the site.
What does `get_rental_listing_detail` return beyond basic property fields?+
In addition to bedrooms, bathrooms, priceText, and description, the endpoint returns a featureList array, an images array, agency and agents objects with contact details, a suburbTrends object containing demographic and market data, and references to nearby schools and zoning information. If the listing has been taken down, the response returns stale_input rather than an error.
Are sale listings covered, or only rentals?+
The API currently covers rental listings only. search_rental_listings, get_rental_listing_detail, and related endpoints all operate on the rental section of view.com.au. You can fork this API on Parse and revise it to add endpoints targeting the sale listings section.
How does pagination work in `search_rental_listings`?+
Each response returns up to 25 listings and includes total (the count of all matching results), current_page, and page_size. Pass the page integer parameter to step through subsequent pages. There is no cursor-based pagination; page numbers are sequential.
Is sold price history or rental price history available?+
Sold price history and rental price history timeseries are not currently returned by any endpoint. The suburbTrends object in get_rental_listing_detail includes suburb-level demographic and market trend data, and agent profiles expose numberOfSoldListings as a count, but historical transaction records are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting that data if it becomes accessible.
Page content last updated . Spec covers 7 endpoints from realestateview.com.au.
Related APIs in Real EstateSee all →
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.
cookcountyil.gov API
Search Cook County property tax records, look up court cases, find code violations, and get department contact information all in one place. Quickly access public records and government contacts without navigating multiple websites.
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.
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.
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.
beijing.anjuke.com API
Search Beijing real estate listings for second-hand homes and rentals, view detailed property information and price trends, and discover agents and community-specific listings. Get access to the Beijing house price index to track market movements and make informed decisions about property purchases or rentals.
58.com Housing API
Access real-time housing market data from 58.com (58同城), China's largest classifieds platform. Search house price trends across 31+ major Chinese cities at city, district, and neighborhood levels, and browse hot new property developments with prices, floor plans, and location details.
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.