c# - How to get image URL-s from Google image search -
i need simple method helps me search images @google, , can extract url with. need first 20 images, , don't need visualize it, urls. need short code if possible.
this general question, should try first yourself, , afterwards ask again if have problem.
the google image search api offers access through restful interface, described here, on api reference page.
you can use class make request (dunno in c #) , json library parse results.
Comments
Post a Comment