# Find Websites Using an Image on Yandex

**Use case:** 

Identify web pages using a specific image. Get pages from Yandex that display the provided image URL.

## Input

```json
{
  "imageUrls": [
    "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"
  ],
  "maxResultsPerImage": 20,
  "onlyNewMatches": false,
  "monitoringStateName": "default",
  "includeSimilarImages": false,
  "includeMatchingPages": true,
  "includeTags": false,
  "includeOtherSizes": false,
  "includeShoppingMatches": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "inputImageUrl": {
    "label": "Input image",
    "format": "string"
  },
  "title": {
    "label": "Page title",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "sourceDomain": {
    "label": "Domain",
    "format": "string"
  },
  "url": {
    "label": "Page URL",
    "format": "string"
  },
  "imageUrl": {
    "label": "Thumbnail",
    "format": "string"
  },
  "originalImageWidth": {
    "label": "Original width",
    "format": "number"
  },
  "originalImageHeight": {
    "label": "Original height",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Yandex Reverse Image Search Scraper (Яндекс)](https://apify.com/getascraper/yandex-reverse-image-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/yandex-reverse-image-scraper) to learn more, explore other use cases, and run it yourself.