Questions tagged [bing]

Bing, previously known as Live Search, Windows Live Search, and MSN Search, is Microsoft's web search engine that promotes itself as a "decision engine". Its capabilities include search, mapping services, and translation tools.

Ways to extract parameter values from a json request

Looking to utilize the bing maps API for obtaining travel time and distance between two GPS coordinates. Despite receiving a JSON response, I'm encountering difficulty extracting the values from this dictionary. import requests import json payload = { ...

Retrieve search results from Bing using Python

I am currently working on a project to develop a Python-based chatbot that can retrieve search results from Bing. However, my efforts have been hindered by the outdated Python 2 code and reliance on Google API in most available resources online. The catch ...