Scraping AJAX e-commerce site using python
问题 I have a problem on scraping an e-commerce site using BeautifulSoup. I did some Googling but I still can't solve the problem. Please refer on the pictures: 1 Chrome F12 : 2 Result : Here is the site that I tried to scrape : "https://shopee.com.my/search?keyword=h370m" Problem: When I tried to open up Inspect Element on Google Chrome (F12), I can see the for the product's name, price, etc. But when I run my python program, I could not get the same code and tag in the python result. After some