vb.net - What is the best way to get an image URL from a certain query? -


i have book recommendation project school, , want add picture each book. thinking use search engine api return first result, i'm having trouble them:

  • the google .net api seems unsupported
  • the bing api
  • the flickr api documented , works, images on there aren't i'm looking for

have tried http://jpg.to ?

[searchterm].jpg.to

i.e.

http://programmingfordummies.jpg.to/

http://clockworkorange.jpg.to/

http://fantasticmrfox.jpg.to/


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -