C
chrisplanters
Hi
I am doing a small screen scraping project and the requirement is to
scrape a website which shows search results.
I am able to scrape the results of the first search page successfully
but since search results are in paging, ( divided into many pages ) I
am unable to send a second request with page number within my first
HTTPweb request.
I am a bit new to this type of work.
Can anyone tell me how this can be achieved, How can I scrape all
search results in all pages.
Regards
Chris
I am doing a small screen scraping project and the requirement is to
scrape a website which shows search results.
I am able to scrape the results of the first search page successfully
but since search results are in paging, ( divided into many pages ) I
am unable to send a second request with page number within my first
HTTPweb request.
I am a bit new to this type of work.
Can anyone tell me how this can be achieved, How can I scrape all
search results in all pages.
Regards
Chris