diff --git a/metager/app/Models/parserSkripte/Yandex.php b/metager/app/Models/parserSkripte/Yandex.php
index 1668cdb348cbe12ad9a855f533f3471b6ce9b08d..743e6471a7a8f0005717b14347d7c39b7027aaed 100644
--- a/metager/app/Models/parserSkripte/Yandex.php
+++ b/metager/app/Models/parserSkripte/Yandex.php
@@ -12,6 +12,8 @@ class Yandex extends Searchengine
 
     public function __construct($name, SearchengineConfiguration $configuration)
     {
+        $configuration->monthlyRequests = 6000000; // Rate Limit Yandex searches to 6 Mio
+
         parent::__construct($name, $configuration);
     }