Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.
Brandon Hubbard edited this page Nov 23, 2016 · 1 revision

Example Usage

/* Call the Zillow Class. */
$zillow = new ZillowAPI('YOUR-API-KEY');

/* Example call to get Zillow Property ID from URL. */
$zpid = $zillow->get_zpid_from_url( 'http://www.zillow.com/homedetails/14750-Round-Valley-Dr-Sherman-Oaks-CA-91403/19987875_zpid/' );

Clone this wiki locally