Combining Bing Custom Search and Bing Video? - bing-api

Bing Video API supports integrating Bing Video to your website.
Bing Custom Search lets you choose from which websites, you want to get results.
How can I make it so that the integrated search engine on my page shows only video results from websites that I specify?

Bing Custom Search doesn't support videos for now. However, if your list of websites is small, you can use the Bing Video Search API with site:Your_site operator. You can combine multiple sites using "OR" like this: site:Your_site_1.com OR site:Your_site_2.com OR ....

Related

Google Cloud Vision image matching in specific domain

Given a particular image, I'd like to be able to use Google Cloud Vision Web Detection to search for partial matches (partialMatchingImages) within a particular website, rather than the entire web, as is the default behavior.
I'm trying to get similar behavior as when you Search by Image in Google Images, upload an image, and type "site:nytimes.com" (for example) in the search bar.
Is this possible with the Google Cloud Vision API?
So far I've investigated in the official documentation for current and beta features. It doesn't seem it is possible yet to do a search for a specific website with the Cloud Vision API.
The examples given in from the official documentation also it doesn't seem possible to have any reference towards such functionality either.
There is a request going in the public issue tracker of google, although they still have to answer it yet.

How to incorporate Google Search Image in mobile app? do we have to use Google Custom Search Engine?

we have incorporated google custom search in a mobile app for users to search images only; however due to a limit of 100 images per day (otherwise we have to pay $5 for 1000 images and our app id free and ads free), is there an alternative for searching images only?
Appreciate any input.

Using multiple google search API keys in a same website?

I have made a custom search engine using Google search API. The search engine has 2 separate engines (categories) and I want to use separate API keys for them. Does this violate the TOS of Google ?

get autosuggestions via Bing Search API v2

How might one be able to get the list of autosuggestions for a given search from Bing Search API like in the screen capture below? This doesn't seem to be among the results provided by choices of [Web|Image|Video|News|SpellingSuggestion|RelatedSearch]. Alternatively, does Google provide this?
As background, Bing can be queried via REST API using a query string, such as this URL (note it requires a developer key for basic auth). One can change the 'Web' keyword to get other results, but I'd really like to get the suggestions specifically:
https://api.datamarket.azure.com/Bing/Search/Web?Query=%27sushi%27&$format=JSON&$top=5
Bing Developer docs
There is an api route directly to the Bing suggestion list. Interestingly, this is separate from the developer API list. Currently the link is
api.bing.com/osjson.aspx?query=[URI encoded search term here]

Get Google Page main photo?

I am using Google Places to render some hotels from a specific area in a website. I was able to get the details like:
https://maps.googleapis.com/maps/api/place/details/json?reference=CoQBfAAAAGnd67oCT886cIfOC8m57hGAHyf9saAs8hueRcbguA22mPcazjkk23BWMUOgvrigofuwM1HfRGpLcFtF1WXxv3_n8gb6WgXfaqQFbA0U4_ytSyLyksipx2tjwWU-3EW39ePYtpYhiCwRq9xlNI72Ah4Wv0WytqiJOTF49iTBwCD9EhD1ez5NJDr-pZMI9WagObi3GhQmn9Dum95KN61ZKamJ27wUoJxjvQ&sensor=true&key=[google_key]
If you see the result, it also has a url to official google page.
Is there any way to get the photo of this place from there?
Because the icon parameter does not have the image from here but a specific google image which is the same for all lodging types places.
The Google Places API does not currently support this feature. If you believe this would be a useful feature you can submit a `Places API - Feature Request' here:
http://code.google.com/p/gmaps-api-issues/issues/entry?template=Places%20API%20-%20Feature%20Request
Google Places API Photos like Google Maps Photo. It is not Business Photo.

Resources