Dynamically Create URL to Google Image Search Results Based on Column Values

I was looking for an easy way to help users find images to upload for one of my apps and found THIS BLOG that documents the URL search parameters for Google.

I was able to make a button that pulls search terms from the record in AppSheet, and open a custom image search, with options set for image type, color, size, etc:

2X_e_e6d4d1f0c8c1c9936828564b272862a002d9f285.png

This works for creating custom Google searches for News, Books, Videos, Flights, etc.

In my case, the formula for the URL is:
"https://www.google.com/search?q="&ENCODEURL([Species]&" "&[Variety]&" "&[Color])&"&tbm=isch&tbs=itp:photo"

tbm=isch -Sets the result type to Image, and
tbs=itp:photo -Shows only photos (no clip art, drawings, etc)

ENCODEURL() converts your column data to the proper format for the URL request.

See the blog post for more info on other search parameters.

12 1 988
1 REPLY 1

Any ideas on how can one build an image VC autopopulated with the first image result from google image search?

Like in a partners table, an auto logo column.

Thank you

Top Labels in this Space