{
  "manifest_version": 1,
  "name": "yandeximg",
  "version": "1.0.0",
  "description": "Yandex reverse image search via Apify — the reverse-image counterpart of lens (Google), strongest for faces/places. Ref/query = image URL or local image path.",
  "entries": [
    {
      "kind": "source",
      "type": "yandeximg",
      "label": "Yandex reverse image (Apify)",
      "summary": "Yandex reverse image search via Apify — the reverse-image counterpart of lens (Google), strongest for faces/places. Ref/query = image URL or local image path.",
      "env": [
        "APIFY_TOKEN"
      ],
      "base": [
        "bash",
        "shipped:providers/sources/yandeximg/yandeximg.sh"
      ],
      "needs": "APIFY_TOKEN",
      "timeoutMs": 360000,
      "refForms": [
        {
          "form": "yandeximg:<image url|path>"
        }
      ]
    }
  ]
}
