Hi,
I am trying to scrape data from an e-commerce website (say, Amazon) and am using data scraping tool to get product data (Name, price, maker etc). On top of that, for each product I also like to capture the product category (ex: Electronics, Laptops) from the top of the screen which would remain constant for a page but may change as the program loops through next pages.
Data scraping tool doesn’t let me capture the category as the pattern doesn’t change for the two consecutive selections. Help is much appreciated.