diff --git a/search_api_saved_searches.module b/search_api_saved_searches.module
index 73c1a31..3e44d4d 100644
--- a/search_api_saved_searches.module
+++ b/search_api_saved_searches.module
@@ -1190,6 +1190,7 @@ function search_api_saved_searches_check_updates(array $search_ids) {
         $query->condition($settings->options['date_field'], $search->last_execute, '>');
       }
       $response = $query->execute();
+      drupal_alter('search_api_saved_searches_response', $response, $search);
       if (!empty($response['results'])) {
         $old = array();
         $new = $results = drupal_map_assoc(array_keys($response['results']));
