Realestate Com Au Api Save

🏠Python wrapper for the realestate.com.au API

Project README

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 seventy, qld 4677"], channel="buy", keywords=["tenant"], exclude_keywords=["pool"])

Data classes

Listing

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

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.

Open Source Agenda is not affiliated with "Realestate Com Au Api" Project. README Source: tomquirk/realestate-com-au-api
Stars
101
Open Issues
15
Last Commit
1 month ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating