How Web Scraping is Used to Scrape Website using Infinite Scrolling?

Author: Scraping Intelligence

For example, you want to scrape 100 Flipkart products from every category. But this formula will only extract the top 15 products on a page. Flipkart offers a feature called limitless scrolling, which eliminates the need for pagination (such as?page=2,?page=3) in the URL. If it had this functionality, we would have entered the value into a "while loop" and increased the page values as seen below.

page_count = 0 while page_count