Hi, I’m trying to scrap the data from an e-commerce site. For one keyword there are total 486 results are there on the e-commerce site. I have selected the xpath for multiple pages too. My sequence is running well and scraping data from next pages also. After running the scrapping I’m write CSV mode to get all the data but in the CSV file I’m getting only 100 results instead of 486.
Note: I have changed the limit to 1000 entries.
Help me how to solve this!