I am looking for an API that would allow for an image web search based on query and then be able to extract a direct link to an image.
For example, having a query of:
"cute dog"
It would be possible to extract a direct link to the image url (along the lines of):
https://foo.com/teddy-bear-dogs.jpg
I have found a similar question,但似乎已关闭下来。
如果有人知道类似的API或替代解决方案,我们将非常感谢任何帮助。谢谢。
编辑:
正如dimo414指出的那样,谷歌自定义搜索API允许这样的功能。不幸的是,这仅限于每天100次免费查询。如果有人知道没有这种限制的替代解决方案,我们将不胜感激。