The easiest way to find UK property
Home >

API - Overview

The Database can be access through the API too.

The Logo can be access here:-

Thanks!

The full details
  • Developers: Learn how to use the API.
  • There is Php5 code example available to use , PLease download it from here

  • Server URL

    UK: http://dev.hurford-salvi-carr.co.uk/twdata/
  • Example Request:
    An example request would be
    (white space inserted for clarity):

    http://dev.hurford-salvi-carr.co.uk/twdata/
    ? action = search_rent
    & min_price = 0
    & max_price = 20000
    & start = 0
    & num_of_results = 1

    Example Response: The example request above would result in the following response
      
    <entries> 
    	<entry> 
    		<agent>2</agent> 
    		<id>3</id> 
    		<address>Whitfield Place,  Fitzrovia</address> 
    		<postcode1>W1T</postcode1> 
    		<link>http://www.hurford-salvi-carr.co.uk/viewproperty.aspx?adid=L4P1160</link> 
    		<image>30501_L4P1160_IMG_00.jpg</image> 
    		<price>1100</price> 
    		<desc>A Newly Refurbished Three Storey Modern Town House Located Close to Fitzroy Square and Tottenham Court Road and Therefore Ideal for all The Excellent Amenities of the West End. The House has been Modernised to a High Standard Throughout and Benefits from an Integral Garage and a Communal Patio Area. Four Double Bedrooms, Reception Room with Wooden Flooring, Fully Equipped Kitchen/Diner, Two Bathrooms (One En-Suite), Shower Room, Intergal Garage, Communal Patio. Unfurnished. Tube: Warren Street</desc> 
    		<feature1>4 Double Bedrooms</feature1> 
    		<feature2>1 Reception Room</feature2> 
    		<feature3>Fully Fitted Kitchen</feature3> 
    		<feature4></feature4> 
    		<date>1221233822</date> 
    	</entry>
    </entries>
    

    
    Common Arguments:
    These arguments apply to all API calls:
        action:   the type of search (options are search_rent and search_sale)
        min_price:   The minimum price to limit the search range
        max_price:   The maximum price to limit the search range
        address:     The address option gives flexibility to limit search by place
        start:   	 The start index for search results
        num_of_results:   The number of results from search starting index
        
    
    
    
    Widgets
    These arguments apply to all API calls:
        action:   the type of search (options are search_rent and search_sale)
        min_price:   The minimum price to limit the search range
        max_price:   The maximum price to limit the search range
        address:     The address option gives flexibility to limit search by place
        start:   	 The start index for search results
        num_of_results:   The number of results from search starting index
        
    
    

Other tools
Widgets

The First Widget can be accessed here:-
First Widget demo can be accessed here JS-1
The Second Widget can be accessed here:-
Second Widget demo can be accessed here JS-2
The third widget can be accessed here:-
Third Widget demo can be accessed here JS-3
The fourth widget can be accessed here:-
Fourth Widget demo can be accessed here JS-4