sibidiba
sibidiba

Reputation: 6360

Image search integration

I'm looking for a solution, where users of my site can use an image search engine (e.g. Google), instead of uploading an image, they can search and pick one of the results.

My problem is:

Which Google API is ment to search images on the internet? Would it be plausible to include normal image search in an iframe, and somehow capture an image selection (i.e. when clicked)?

Upvotes: 0

Views: 700

Answers (3)

rob
rob

Reputation: 1286

I found this url which JSON - seems to be the top results when searching google images:

https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=car

Upvotes: 0

Guest
Guest

Reputation: 1

Have you checked out LTU technology?

Upvotes: 0

sibidiba
sibidiba

Reputation: 6360

Google made it really difficult:

TL;DR: You have to use Google custom search, add a random site when creating the API key, afterwards you can tweak the settings to search the entire web instead.

Upvotes: 2

Related Questions