Skip to content
Advertisement

‘Show more results’ while scraping mobile details from flipkart

My question is same as Scraping all mobiles of Flipkart.com. I tried the solution given over there, but that change in the start variable is not working , and I can only scrape the starting twenty mobile information only.

JavaScript

The initial value of start was 21, so increased to 50, but still I am getting the same result.

Advertisement

Answer

There are 4 ajax request for the page,check the screenshot,try to code which dynamically change the start in each request,use try catch to handle exception handling image page

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement