Skip to content

nerdspice/property-scout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Property Scout

This is a plugin for wordpress that integrates into various real estate APIs to search and pull listing data. So far, the only API provider is Zillow. It uses vinceg's zillow client library. You will need a Zillow ZWSID to use.

Example

$search = trim(@$_GET['search']);
$results = apply_filters('prop_scout_search', array(), $search);

foreach($results as $result) {
  $addr = trim(@$result['address']);
  echo $addr;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages