컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google 이미지 검색 연산자
웹 검색과 마찬가지로 Google 이미지는 전용 검색 연산자(src:
, imagesize:
)를 지원합니다. 이러한 연산자는 Google 이미지에서만 작동하고, 다른 Google 서비스에는 영향을 미치지 않습니다.
src:
검색 연산자
src:
검색 연산자는 연산자에 제공된 src
속성의 이미지 URL을 참조하는 페이지를 반환합니다. 예:
src:https://example.com/media/carrot.jpg
연산자는 연산자에 지정된 URL의 도메인뿐만 아니라 모든 도메인의 페이지를 반환합니다. 이는 사이트에서 호스팅하는 이미지가 다른 사이트에서 핫링크되어 있는지 파악하는 데 도움이 될 수 있습니다.
imagesize:
검색 연산자
imagesize:
검색 연산자는 연산자에 지정된 크기의 이미지를 반환합니다. 너비 x
높이 형식으로 크기를 지정해야 합니다. 예:
imagesize:1500x1000
이 연산자는 src:
및 site:
연산자와 함께 사용할 수 있습니다. 예를 들어 사이트에서 색인이 생성된 특정 크기의 이미지를 찾을 수 있습니다.
src:https://example.com/media/carrot.jpg imagesize:500x1200
site:
연산자와 함께 imagesize:
를 사용하면 정확한 크기의 이미지를 찾을 수 있습니다.
site:https://example.com/ imagesize:500x1200
제한사항
이미지 검색 연산자는 색인 생성 및 검색 제한을 따르므로 표준 검색어에 표시될 수 있는 검색결과가 일부만 표시될 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-04(UTC)
[null,null,["최종 업데이트: 2025-08-04(UTC)"],[[["\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."]]