Reputation: 410
I'm building an iOS app and I need somewhere to get images from Google image. Let's say I'm looking for "iPhone 5s", i'd like to get the first Google image result for this research.
Is that any way to achieve this ? Maybe by building the "right" URL ?
Upvotes: 1
Views: 614
Reputation: 12329
Okay, I found This useful link, how ever it is not returning the first image, but i hope it cam be fixed. see if it is useful. Go through Sending a basic query, Here they have created a request which response into JSON format from which you can get what you need. Hope it will be helpful.
Upvotes: 3