Data Scraping from multiple page

i want to extract the data from multiple pages of website.i m able to extract only two page but not able to extract the data from 3 4 5 page.Also how to apply condition that it will scrap the data only for 5 page.Please help

here is my xaml
Main.xaml (12.2 KB)

you can check this for your issue,

Thanks
Yogananda

please give me proper solution i have applied your idea but it takes data from more that defined page here is the modified demoMain.xaml (20.8 KB)

Main.xaml (18.9 KB)

your selectors are wrong, i have updated.

just add data scrapping to it, it will work.

when you are doing data scrapping when it asks if it contains multiple pages,select no as option. if you select yes then it will scrap all the pages.

thanks

I tried to use this file but it doesn’t work for me - I’ve felt a big dum because it - but I’ve put 50 as the MaxNumberofResults at the Data Scraping Results and it work fine. Thank you a lot.

I did face a similar issue recently where the data was getting scrapped only for 2 pages.
Once we click “Yes” for Data spanning multiple pages option, be sure to select the “NEXT” or the “>” button rather than selecting the “2” at the bottom of the web page.

For limiting the data scrapping to fewer pages, you can place the data scrapping activity in “Do While” loop and set the maximum number of pages to be scrapped.

Thanks,