Screen Scraping - how to get AJAX based filtered data
Posted
by Muhammad Akhtar
on Stack Overflow
See other posts from Stack Overflow
or by Muhammad Akhtar
Published on 2010-05-17T10:43:22Z
Indexed on
2010/05/17
10:50 UTC
Read the original article
Hit count: 811
hi, I am working on screen scraping, its easy when filteration in query string, but the problem in AJAX based filteration,
e.g. here is an sample URL When you open this page, enter hotel name and click Go, Ajax filter work and show the result accordingly or you click on Next Page, it will shown next record using AJAX based.
please suggest me, how to handle these kind of issues when working in Screen Scraping?
Thank alot
© Stack Overflow or respective owner