API to get image from a search engine

1

I will have to add a function in the site I am working on that the user will search by name for images on some web finder (this can be Google, Yahoo, Bing and etc.) and the images found will be listed in a div which it can select and it can be used.

Is there any API or way to do this? I searched the internet but found nothing similar so far. And by the way, can you do this without any problem?

    
asked by anonymous 11.09.2017 / 22:33

1 answer

2

It is possible, for example, a good provider for images is Bing. It offers an API, which is paid, but depending on usage, the cost may be worth, for example 1000 searches for 3 dollars per month. Following the example documentation and references:

Documentation and examples

Visual Studio Wizard

Bing Image Search API

API Price List

Bing search API - More search possibilities than images

    
11.09.2017 / 23:18