API Home » getRealtorListByName
getRealtorListByName
Returns a list of Realtors whose name and state matches the inputed search.
Required: partnerId, state (2 letter char), name (first space last)
Sample Call
http://api.homethinking.com/RealtorWebService/getRealtorListByName?name=Kathy%20Wilke&state=CA&partnerId=XXX
Sample Result
<ns:getRealtorListByNameResponse>
<ns:return type="com.homethinking.api.RealtorData">
<ht1:averageSale>$544,000</ht1:averageSale>
<ht1:brokerage>Coldwell Banker Award-realtors Inc.</ht1:brokerage>
<ht1:medianBedroom>3</ht1:medianBedroom>
<ht1:name>Kathy Wilke</ht1:name>
<ht1:phone>(209)223-2276</ht1:phone>
<ht1:profileLink>http://www.homethinking.com/broker/California/Mokelumne_Hill/Kathy_Wilke</ht1:profileLink>
</ns:return>
...
...
...
</ns:getRealtorListByNameResponse>
Other Methods
getRealtorListByCityState; getRealtorListByZip; getRealtorListByBrokerage; getOfficesByBrokerage
