Bing Web Search
Welcome to the Bing Search API Forum
Categories
Documentation – Any ideas or suggestions for the API Reference or Documentation.
Language Support – Submit a request to have a particular language supported.
Samples & SDK Request – Let us know if you would like to see a Code sample or SDK provided.
Attention!
We have moved our Customer Feedback & Ideas for Azure Cognitive Services portal to the Azure Feedback Forum.
-
Return the Product Image in Offers in ..images/visualsearch
In the response 'offers' the 'imageURL' points to the merchant's logo. It would be helpful to also point the the URL of the ProductImage.
See Below under 'seller' 'image'
API: https://api.cognitive.microsoft.com/bing/v7.0/images/visualsearch"actionType": "ShoppingSources",
…"data": {
"offers": [
{
"name": "Neosporin Pain Relief Dual Action Topical Antibiotic Ointment, 0.5 oz",
"url": "<a rel="nofollow noreferrer" href="https://www.ebay.co.uk/itm/Neosporin-Plus-Pain-Relief-Maximum-Strength-First-Aid-Antibiotic-Ointment-0-5-oz/283462238242"">https://www.ebay.co.uk/itm/Neosporin-Plus-Pain-Relief-Maximum-Strength-First-Aid-Antibiotic-Ointment-0-5-oz/283462238242"</a>,
"urlPingSuffix": "DevEx,5128.1",
"description": "Neosporin Pain Relief Dual Action Ointment provides 24-hour infection protection and helps soothe painful minor cuts, scrapes, and burns. Formulated for first aid wound care, the antibiotic ointment",
"seller": {
"name": "eBay",
"image": {
"url": "<a rel="nofollow noreferrer" href="https://tse1.mm.bing.net/th?id=A0617fe03f7d19ce6e577cd7316ab8289&pid=Api"">https://tse1.mm.bing.net/th?id=A0617fe03f7d19ce6e577cd7316ab8289&pid=Api"</a>;
}
},
"price": 10,2 votes -
image search doesn't show image from wikipedia
when searching for 'olm salamander (site:commons.wikimedia.org OR site:wikipedia.org)', filtered on images that can be used and shared commercially, the search results do not return the main image on the 'olm salamander' wikipedia page
see: https://en.wikipedia.org/wiki/Olm
see: https://en.wikipedia.org/wiki/Olm#/media/File:ProteusanguinusPostojnskaJamaSlovenija.jpgwhile searching for 'ProteusanguinusPostojnskaJamaSlovenija (site:commons.wikimedia.org OR site:wikipedia.org)' shows a smaller version of the said image. Image is 800x333, but images on results have with/height < 250.
1 vote -
1 vote
-
Thumbnail scaling
It would be nice if the padding color could be specified when resizing thumbnails, including transparent.
1 vote -
The Bing Image Search API Jupyter notebook fails...
I'm using the same subscription key that has worked successfully in another session but getting an error flagged as :
response.raiseforstatus()
HTTPError Traceback (most recent call last)
<ipython-input-4-c1121699867c> in <module>()4 params = {"q": search_term, "license": "public", "imageType": "photo"}
5 response = requests.get(search_url, headers=headers, params=params)----> 6 response.raiseforstatus()
7 search_results = response.json()
/srv/venv/lib/python3.6/site-packages/requests/models.py in raiseforstatus(self)
933
934 if http_error_msg:--> 935 raise HTTPError(httperrormsg, response=self)
936
937 def close(self):HTTPError: 401 Client Error: Access Denied for url: https://api.cognitive.microsoft.com/bing/v7.0/images/search?q=kidney&license=public&imageType=photo
1 vote -
Bing Images Search Trending throws error
The trending endpoint: https://dev.cognitive.microsoft.com/docs/services/56b43f0ccf5ff8098cef3808/operations/56b44b8ccf5ff81038d15ce0
When I test it with the api console shows this:
{
"_type": "ErrorResponse",
"instrumentation": {},
"errors": [{"code": "DataSourceErrors",
"message": "Please note the Data source and the Data source ErrorCode, then, for more information, refer to the HelpUrl.",
"parameter": "Trending data is not present for your request"}]
}If there is a parameter missing, this page doesn't say it.
2 votes -
Image Search API. Add searching for specified site when using SimilarImages / SimilarProducts
Add searching for specified site when using SimilarImages / SimilarProducts. It is already possible to specify the site but it is not taken into account when providing a image to search for similar products.
It could be a great thing to provide this in order to see what products a specific vendor has that match a specific image.
2 votes -
Image Search API. Add searching for specified file type support
Add filetype (ex. .jpg, .png, .tiff) parameter to Image Search API
2 votes
- Don't see your idea?