I want to extract properties data from the website,
I have used mechanize for getting the data from few websites, I have tried mechanize in this website i got all repeated results of the first page results.
But in this website, all the results calls are based on ajax calls,
How can i grab the data from this type of websites, where they using ajax, and in some ajax call itself encrypted.
Thanks in advance