8

If I search Google Images for mountains of madness lovecraft, I get something like this URL:

https://www.google.com/search?tbm=isch&hl=en&source=hp&biw=1019&bih=805&q=mountains+of+madness+lovecraft&gbv=2&oq=mountains+of+madness+lovecraft&aq=f&aqi=g-S1&aql=&gs_l=img.3..0i24.4470.1890.0.2347.8.1.7.0.0.0.285.245.2-1.1.0...0.0.W_C1z_rfY-k

Is there a very easy way to get a short URL suitable for sharing?

4 Answers 4

10

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.

0
2

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):

The basic idea is experimenting with the URL - you can always try which parts you can omit.

2
  • The first link is redirected to https://www.google.com/search?q=mountains+of+madness+lovecraft&tbm=isch, the same as the accepted answer. Commented Oct 14, 2023 at 3:53
  • @Rubén Yes - the answer was posted a few years ago, Google clearly changed some things since then. Commented Oct 15, 2023 at 6:21
1

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).

Example

Original url:

https://www.google.com/search?sca_esv=d34e0a7206c3ba5b&rlz=1C5CHFA_enAU921AU921&q=cellular+automata+rule+30&udm=2&fbs=AEQNm0CvspUPonaF8UH5s_LBD3JPX4RSeMPt9v8oIaeGMh2T2PRrsfVPlQRxSTpQ4UUI6wfsFlEVaMALnJjEZtYpSTLmUV5oGF4fnHSG0LbvLjVKUV0IWX-9yHknaXpsINbxRPK_rD0aGBXyqo-cUa2T6ZySNg4d875n-vXkSutq7bWvEyjXRQuBfWktFSUkoyoeiqhKHNE-BZiSEnsk93CG_Dl8i5jDTw&sa=X&ved=2ahUKEwjT7s3Ro96GAxUr3zQHHRLLBWIQtKgLegQIEBAB&biw=1920&bih=993

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).

0

I created a very simple web app that cleans Google search result page URLs, links copied from those pages, etc.: URL Clean.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.