web crawler - How to extract data from a website and display on google maps? -


i trying create website similar this one user enters criteria properties , website grabs data matches criteria websites such rightmove, zoopla etc. data grabbed these websites displayed on google maps, shown on website.

could point me in right direction on started please?

many thanks!

many of these property listing sites have apis retrieving parseable sets of data, can format please map.

http://developer.zoopla.com/

for example, can make http request following api endpoint url (via ajax or webserver), , receive xml formatted list of properties , attributes.

http://api.zoopla.co.uk/api/v1/property_listings.xml?area=oxford&api_key=xxxxxx 

then can use google maps api inject formatted data overlay. there lot of tutorials kind of thing floating around web


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -