# 图片盗用检测：查找使用您图片的网页

**Use case:** 

精确匹配模式返回每个使用相同图片的页面：网址、站点名称与显示日期，适合摄影师与品牌方批量核查版权、生成下架清单，并可定时扫描新增盗用。

## Input

```json
{
  "image_url": "https://i.imgur.com/HBrB8p0.png",
  "search_type": "exact_matches",
  "max_results": 50
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "Page URL",
    "format": "string"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "string"
  },
  "imageWidth": {
    "label": "Image width",
    "format": "integer"
  },
  "imageHeight": {
    "label": "Image height",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Lens API | Reverse Image and Visual Product Search](https://apify.com/johnvc/google-lens-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-lens-api) to learn more, explore other use cases, and run it yourself.