Scraping activity is scraping some random data? Why?

I am using Screen Scraping activity (Table Extraction) to scrape data from website, the website has multiple pages but the data I am interested in is in between first (1-5) pages (Not Fixed) after that there is different pattern so the scraping wizard should not scrape that although because I have mentioned the “Next button” so it went through all the pages and the data I am getting in Excel sheet is (Data I wanted to scrape and then some other data which is not on the website) which is not some random text but it’s not on those pages…

What could be the reason ?

And is there a way to stop scraping, once that pattern is no more?

@Sami_Rajput

That means your selector is not specific to the data you want to scrape…it is more generalized…so change the selector as per the required data only

Cheers