[Solved] This code for Web Scraping using python returning None. Why? Any help would be appreciated

[ad_1]

Your code works fine but there is a robot check before the product page so your request looks for the span tag in that robot check page, fails and returns None.

Here is a link which may help you: python requests & beautifulsoup bot detection

[ad_2]

solved This code for Web Scraping using python returning None. Why? Any help would be appreciated