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-02-17 (世界標準時間)。
[null,null,["上次更新時間:2025-02-17 (世界標準時間)。"],[[["Google Images uses special search operators, `src:` and `imagesize:`, to refine image searches beyond basic keywords."],["The `src:` operator helps find webpages that use a specific image URL, potentially revealing unauthorized use (hotlinking)."],["The `imagesize:` operator filters results by image dimensions (width x height), useful for finding images of a specific size on a site or across the web."],["These operators can be combined with other search operators like `site:` for more targeted results."],["Due to indexing limitations, using these operators might not show all possible results compared to a regular image search."]]],[]]