Skip to content

Instantly share code, notes, and snippets.

@0xdevalias
Created January 29, 2025 03:50
Show Gist options
  • Save 0xdevalias/ae12f59ad2735eee50be9a572f9864b4 to your computer and use it in GitHub Desktop.
Save 0xdevalias/ae12f59ad2735eee50be9a572f9864b4 to your computer and use it in GitHub Desktop.
Some notes on Google Image search URL parameters

Google Image Search URL Parameters

Some notes on Google Image search parameters.

Table of Contents

Overview

From 'Tools' Menu:

  • Image Colour:
    • Transparent: &tbs=ic:trans
    • Black and White: &tbs=ic:gray
  • Size:
    • Large: &tbs=isz:l
    • Medium: &tbs=isz:m
    • Icon: &tbs=isz:i
  • Combinining Options:
    • &tbs=ic:gray,isz:l

From Advanced Search Options:

  • Image Colour:
    • Transparent: &imgc=trans
  • Image Aspect Ratio:
    • Square: &imgar=s
    • Tall: &imgar=t%7Cxt
    • Wide: &imgar=w
    • Panoramic: &imgar=xw
  • File Type:
    • PNG: &as_filetype=png
    • SVG: &as_filetype=svg
    • (filetype:png OR filetype:svg)

Example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment