I want to web scraping from website their product price and name using python and only using beautifulsoup,requests and json modules

Advertisements i tried web scraping like this. I want to get price and name from product in the website. and I dont know how to extract specific script include ""product details jason inline script.""<script type="application/ld+json>" so extract all jason inline script data using beautfulsoup and I Assign it to script. and i tried to many… Read More I want to web scraping from website their product price and name using python and only using beautifulsoup,requests and json modules