I'm using Bing cse to receive information in my program and I am having trouble prasing the whole bing search data.
there is a json format example:
{u'Web': [{
u'Description': u"Discription",
u'DisplayUrl': u'DisplayedUrl',
u'ID': u'Id',
u'Title': u'Title',
u'Url': u'Url',
u'__metadata': {
u'type': u'WebResult',
u'uri': u"https://api.datamarket.azure.com/Data.ashx/Bing/Search/v1/ExpandableSearchResultSet(guid'XXXXX')/Web?$skip=0&$top=1"
}
}]}
I have DisplayUrl, Title, discription but i cant figure out how to take the sub_title of the query. the sub_title is the short discription below the title(not always appears)
the search results in "real" bing search is displayed in the following way:
Title
DisplayUrl
Sub_Title
Discription