If I search Google Images for mountains of madness lovecraft, I get something like this URL:
Is there a very easy way to get a short URL suitable for sharing?
If I search Google Images for mountains of madness lovecraft, I get something like this URL:
Is there a very easy way to get a short URL suitable for sharing?
You can either use the URL https://www.google.com/search?q=mountains+of+madness+lovecraft&tbm=isch or you could just use a URL shortener, like bit.ly.
Note: tbm=isch means the search will be done in images.
The URL in the form https://images.google.com/images?q=mountains+of+madness+lovecraft works too.
Test: https://images.google.com/images?q=mountains+of+madness+lovecraft
Search tools in Google Images correspond to various modifiers, as you can find out by trying them and checking how the link was changed, for example (below each link, it's showed the modified parameter):
&tbs=ic:specific,isc:red&tbs=qdr:y&tbs=isz:lThe basic idea is experimenting with the URL - you can always try which parts you can omit.
https://www.google.com/search?q=mountains+of+madness+lovecraft&tbm=isch, the same as the accepted answer. To anomonise the url, remove all unnecessary parameters from the url. Looks like the default url parameters changed some time recently (from tbm=isch to udm=2).
The only two bits of the URL that need to remain are the search term (q) and the type of search (udm =2 for an image search).
Original url:
Exact same URL with all the junk removed:
https://www.google.com/search?q=cellular+automata+rule+30&udm=2
Both of the above urls link to an image search for the same term, except the second one has all the unnecessary parameters removed and keeps only the q and udm paramters).
I created a very simple web app that cleans Google search result page URLs, links copied from those pages, etc.: URL Clean.