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.
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
Post a Comment