🏠Python wrapper for the realestate.com.au API
Using Python >= 3.6:
$ pip install -e git+https://github.com/tomquirk/realestate-com-au-api.git
from realestate_com_au import RealestateComAu
api = RealestateComAu()
# Get property listings
listings = api.search(locations=["seventeen seventy, qld 4677"], channel="buy")
Data class for a listing. See listing.py for reference.
By using this project, you agree to the following Terms and Conditions:
This project may not be used for any of the following:
- Commercial use
- Spam
- Storage of any Personally Identifiable Information
- Personal abuse (i.e. verbal abuse)
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by REA Group or any of its affiliates or subsidiaries. This is an independent and unofficial API. Use at your own risk.