# Yandex Image Search Results for Similar Photos

**Use case:** 

Search Yandex for websites using specific images. Receive similar images, source pages, tags, and other size matches in JSON format.

## Input

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

## Output

```json
{
  "inputImageUrl": {
    "label": "Input image",
    "format": "string"
  },
  "matchType": {
    "label": "Match type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "sourceDomain": {
    "label": "Domain",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "number"
  },
  "height": {
    "label": "Height",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## 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.