Data scraping with multiple pages

Hi All,
in my scenario I use data scraping for multiple pages with table with data.For couple pages it works perfect but I have problem with 10 and more pages.I have informations about numbers of pages and about items = numbers of line.My property is : ContinueOnError.True, WaitForReady: COMPLETE
I try change other prameters DelayBetweenPageM an Timeout MS but only ones I collet all data, 38 pages.
I don’t know where is a problem and how it fix it or make proces steadier.
Between click next and loading data I have element with wait page loading but I don’t know if it is posible attend inside data scraping or how can I solve this problem.Thank you