The problem is to screen-scrape the latitude/longitudes for entities(restaurant-names, etc.) from wikimapia.org AND restrict the results based on the latitude/longitude
Here is how I tried:
- Install Live HTTP Headers addon in Firefox.
- Filled up the form on the main-page of wikimapia.org to "pizza corner"
- Saw that the the main site would hit the URL - "http://wikimapia.org/sys/search4/?q=pizza+corner" and then I screen-scraped the results from this page. However I am not able to restrict the results based on the latitude/longitude
While I try to pass the parameters lat/long (given as x & y in the Live HTTP Header add-on), the results are not restricted unlike the main-site.
For eg: I hit the URL - http://wikimapia.org/sys/search4/?x=775833000&y=129832000&z=3&q=pizza%2520corner&start=0&jtype=&try=0 the results are not restricted to India.
Am I sending the wrong parameters?
What are the correct latitude/longitude parameters for the URL - http://wikimapia.org/sys/search4/? so that I can restrict the results as the wikimapia site.
Thanks in advance. ps: Sorry for the verbosity.