Currently, many websites do not utilize traditional 'Next Page' buttons or 'Load More' functionality for pagination. Instead, they often display a series of sequential page numbers (e.g., 7197, 7198, 7199) alongside total page information (e.g., Page 7.198/7199). The page number is often reflected directly in the URL as a parameter (e.g., .../Property?page=X).
Even add a options to extract number of products like if a page contains 1000 and i need 500 so i can extract exact 500 and also while hitting load more the extractor starts again from the start of the products (if the product don't have pages or when all the products are in series with load more option) due to which it take a lot of time and and a heavy load on extractor so make sure every time it hits a load more it marks the last product and starts scraping from the next new products please add this change it make a huge difference in the scrapper