Skip to main content

A python wrapper around the unofficial redfin API.

Project description

Python-Redfin

A wrapper around redfin's unofficial API. Anything on the redfin site can be accessed through this module without screen scraping.

Installation

$ python3 -m pip install redfin

Usage

from redfin import Redfin

client = Redfin()

address = '4544 Radnor St, Detroit Michigan'

response = client.search(address)
url = response['payload']['exactMatch']['url']
initial_info = client.initial_info(url)

property_id = initial_info['payload']['propertyId']
listing_id = initial_info['payload']['listingId']

mls_data = client.below_the_fold(property_id, listing_id)

Documentation

See the file for all functions, pop open requests on redfin to see which one you want.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redfin-0.1.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

redfin-0.1.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file redfin-0.1.1.tar.gz.

File metadata

  • Download URL: redfin-0.1.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for redfin-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0bc96686fa5c043cc8861e40e72db70d4e2029c3d6ae11161049ec17e3e7ec42
MD5 db297de356820708ab5168db7ec33005
BLAKE2b-256 82503632c09a10448aa78700a0824d0b3f8cbd6633bae6ab3e4f890cbb0299d2

See more details on using hashes here.

File details

Details for the file redfin-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: redfin-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for redfin-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bd0bbfb936f60da1a1613ffb8def0124d6c166b8a74cd9f8cee39fa93c04d235
MD5 465c4510a00b2dab5564b449265bb7d5
BLAKE2b-256 88adfb700910590f2b78b175cb725b1106065d6bc6b45c78117d823ea659027c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page