Skip to content

AndrewKhassapov/real-estate-market-price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate Market Price 💲🏘️💲

You are looking at a property on www.realestate.com.au 🏠

But there is no listed price, 💲

Run this snippet to get an indicative market and advertised price.

This shows the unlisted market price for a property on www.realestate.com.au. 🏡

❓ How to implement it?

  1. Find a property on www.realestate.com.au that you are interested in. eg. this nice property
  2. Copy, paste and run the 'getRealEstatePrice.js' code in your browser javascript scratchpad.

image

❓❔ What is a javascript scratchpad?

Good question,

A clearer example of how to implement this in Google Chrome:

  1. Find a property on www.realestate.com.au that you are interested in. eg. this nice property

  2. View page source: Right click anywhere > Inspect

  3. In the Inspect menu, go to:
    'Sources' tab >
    'Snippets' tab >
    + New snippet >
    image

  4. Paste the .js code into the snippet.

  5. Save the snippet:
    eg.
    On Windows: CTRL + S.
    On macOS: Command + S.

  6. Run the code:
    eg.
    On Windows: Ctrl + Enter.
    On macOS: Command + Enter.

The advertised price and listing price will display on the website and console.

Until the website is changed.

⚒️🚧 Google Chrome browser extension in development. 🚧🛠️

✔️ Valid as of 27 November, 2023.

Releases

No releases published

Packages

No packages published