# Image Tag Finder and Larger Copy Retriever

**Use case:** 

Run reverse image searches on Yandex to retrieve image tags and larger versions. Get a comprehensive dataset for your specified images.

## Input

```json
{
  "imageUrls": [
    "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"
  ],
  "maxResultsPerImage": 20,
  "onlyNewMatches": false,
  "monitoringStateName": "default",
  "includeSimilarImages": false,
  "includeMatchingPages": false,
  "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": "Tag / label",
    "format": "string"
  },
  "otherSizeGroup": {
    "label": "Size group",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "number"
  },
  "height": {
    "label": "Height",
    "format": "number"
  },
  "url": {
    "label": "Link",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "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.