Beautiful Soup Json

Parsing out specific values from JSON object in BeautifulSoup import urllib from urllib import request from bs4 import BeautifulSoup url = ” html = request. urlopen(url)() soup = BeautifulSoup(html) Output: { “max_score”: 88. 84169, “took”: 6, “total”: 244, “hits”: [ { “_id”: “1017”, “_score”: 88. 84169, “entrezgene”: “1017”, “name”: “cyclin […]