I have managed to get the script tag using BeautifulSoup.Then I turned into a json object. The information that I want is within data['x'] but it is stuck between b tags.
Example :
<b>infoiwant</b><br>NA<br>infoinwant</br>columniwant: 123','<b>infoiwant</b><br>NA<br>columniwant: 123'</br>columniwant: 123
How would I go about getting the info out of these b elements