climatereport_zillow.google_result
Module Contents
Functions
|
Searches google results for listings of an address on a specific website. |
- climatereport_zillow.google_result.google_result(search_address, site)
Searches google results for listings of an address on a specific website.
- Parameters
address (string) – A string representation of the address you want to search.
site (string) – A string representation of the website you would like filter search results by.
- Returns
A string result of a URL that matched your search parameters, or message that there were no results.
- Return type
string
Examples
>>> from climatereport_zillow import google_result >>> google_result("110 Legacy Trace Dr Huntsville AL 35806","realtor") "https://www.realtor.com/realestateandhomes-detail/110-Legacy-Trace-Dr_Huntsville_AL_35806_M75539-67014"