8000 GitHub - d3v-null/realestate-com-au-api: 🏠Python wrapper for the realestate.com.au API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

d3v-null/realestate-com-au-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realestate-com-au-api

🏠 Python wrapper for the realestate.com.au API

Installation

Using Python >= 3.6:

pip install -e git+https://github.com/tomquirk/realestate-com-au-api.git#egg=realestate_com_au_api

Example usage

from realestate_com_au import RealestateComAu

api = RealestateComAu()

# Get property listings
listings = api.search(locations=["seventeen seven
5B71
ty, qld 4677"], channel="buy", keywords=["tenant"], exclude_keywords=["pool"])

Data classes

Data class for a listing. See listing.py for reference.

Legal

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.

About

🏠Python wrapper for the realestate.com.au API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0