透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Google 圖片搜尋運算子
與網頁搜尋一樣,Google 圖片也支援專屬的搜尋運算子,也就是 src:
和 imagesize:
。這些運算子僅適用於 Google 圖片,無法用於其他 Google 資源中。
src:
搜尋運算子
src:
搜尋運算子會搜尋運算子提供的 src
屬性中的圖片網址,傳回參照該網址的網頁。例如:
src:https://example.com/media/carrot.jpg
運算子傳回的網頁會來自任何網域,而不只是運算子中指定網址的網域,這有助於瞭解其他網站對您網站上代管的哪些圖片建立了熱連結。
imagesize:
搜尋運算子
imagesize:
搜尋運算子會傳回大小符合運算子中指定尺寸的圖片。請以「寬度 x
高度」的格式指定尺寸。例如:
imagesize:1500x1000
這個運算子可與 src:
和 site:
運算子搭配使用。舉例來說,您可以找出網站上已建立索引的特定大小圖片:
src:https://example.com/media/carrot.jpg imagesize:500x1200
搭配使用 imagesize:
和 site:
運算子,即可找出大小完全相同的圖片:
site:https://example.com/ imagesize:500x1200
限制
由於圖片搜尋運算子會受到索引和擷取限制的影響,因此不一定會看到標準搜尋查詢顯示的所有結果。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-04 (世界標準時間)。
[null,null,["上次更新時間:2025-08-04 (世界標準時間)。"],[[["\u003cp\u003eGoogle Images uses special search operators, \u003ccode\u003esrc:\u003c/code\u003e and \u003ccode\u003eimagesize:\u003c/code\u003e, to refine image searches beyond basic keywords.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esrc:\u003c/code\u003e operator helps find webpages that use a specific image URL, potentially revealing unauthorized use (hotlinking).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eimagesize:\u003c/code\u003e operator filters results by image dimensions (width x height), useful for finding images of a specific size on a site or across the web.\u003c/p\u003e\n"],["\u003cp\u003eThese operators can be combined with other search operators like \u003ccode\u003esite:\u003c/code\u003e for more targeted results.\u003c/p\u003e\n"],["\u003cp\u003eDue to indexing limitations, using these operators might not show all possible results compared to a regular image search.\u003c/p\u003e\n"]]],["Google Images supports the `src:` and `imagesize:` search operators. The `src:` operator finds pages referencing a specific image URL, revealing where images are used across the web, including hotlinked instances. The `imagesize:` operator filters images by specified dimensions (width x height). These operators can be combined, such as using `src:` with `imagesize:` to find a particular-sized image from a particular url. Note that limitations in indexing might lead to incomplete results compared to standard searches.\n"],null,["# Google Images Search Operators | Google Search Central\n\nGoogle Images search operators\n==============================\n\n\nSimilarly to web search, Google Images supports dedicated search operators, namely\n`src:` and `imagesize:`. These operators only work on Google Images;\nthey have no effect on other Google properties.\n\n`src:` search operator\n----------------------\n\n\nThe `src:` search operator returns pages that reference the image URL in the `src` attribute\nthat's provided in the operator. For example: \n\n```actionscript-3\nsrc:https://example.com/media/carrot.jpg\n```\n\n\nThe operator returns pages from any domain, not just the domain of the URL specified in the\noperator. This may be helpful to learn which images you're hosting on your site are\n[hotlinked](https://en.wikipedia.org/wiki/Hotlink) by other sites.\n\n`imagesize:` search operator\n----------------------------\n\n\nThe `imagesize:` search operator returns images of the dimension specified in the\noperator. You must specify the dimension in width `x` height format. For example: \n\n```actionscript-3\nimagesize:1500x1000\n```\n\n\nThis operator can be helpful in conjunction with the `src:` and `site:`\noperator. For example, you can find an image of a certain size that was indexed on your site: \n\n```html\nsrc:https://example.com/media/carrot.jpg imagesize:500x1200\n```\n\n\nUsing `imagesize:` with the `site:` operator, you can find images of the\nexact size: \n\n```html\nsite:https://example.com/ imagesize:500x1200\n```\n\nLimitations\n-----------\n\n\nBecause image search operators are bound by indexing and retrieval limits, you might not see\nall of the results that may appear for a standard search query."]]