Also you can do it with filter
filter
new_dict = dict(filter(lambda item: item[1]['category']['name'] == 'Fruit', my_dict.items()))