Scrapping for paging website

if i need to scrp data for snapdeal which contains paging 1,2,up to 10
how can i do it for upto 2 pages

hey @Ramu-Rebal-2078248865781508,
In these cases , you need to get the link of that pagination tab .
Like , when we click on page 2 , we some changes in the page url , like sometime “page=2” is added into it.
So in this way you need to get this updated url and then use this to iterate over pages.

I hope this helps.
Thank You and Happy Learning :slightly_smiling_face:.