I'm trying to learn web scraping. so what i'm trying to do is insert a category link myself ex: https://www.amazon.in/TVs/b/ref=nav_shopall_sbc_tvelec_television?ie=UTF8&node=1389396031
now go to division having class 's-item-container' now read the url inside tag having class 'a-link-normal s-access-detail-page s-color-twister-title-link a-text-normal' open the url get the relevant details come back and repeat for other divisions having s-item-container as class
But i don't know how to do it. the video i'm learning from is showing me how to extract from the list page only. if someone can show me the code i can study that.