How to Use

Maven Build

  1. Add the following dependency to your project POM:
                      <repositories>
                      <repository>
                        <id>realtybaron</id>
                        <name>RealtyBaron, Inc.</name>
                        <url>http://repo.realtybaron.com/maven2</url>
                      </repository>
                      ...
                      </repositories>
    
                      <dependencies>
                        <dependency>
                          <groupId>RealtyBaronInc</groupId>
                          <artifactId>zillow-api</artifactId>
                          <version>1.0</version>
                        </dependency>
                      ...
                      </dependencies>
                    
  2. Create zillow-api.properties with the following properties:
                      protocol=http
                      host=www.zillow.com
                      port=80
                      zwsid=
                      your Zillow API key
                    
  3. Add zillow-api.properties to your classpath.

Other

  1. Add zillow-api-1.0.jar to your classpath.
  2. Create zillow-api.properties with the following properties:
                    protocol=http
                    host=www.zillow.com
                    port=80
                    zwsid=
                    your Zillow API key
                  
  3. Add zillow-api.properties to your classpath.