watchsuggestor.com Open in urlscan Pro
194.60.201.156  Public Scan

URL: https://watchsuggestor.com/
Submission: On December 15 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form class="settings-form">
  <div class="mb-3">
    <span class="nav-link">Genres</span>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-28" value="28">
      <label class="form-check-label" for="genre-28"> Action </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-12" value="12">
      <label class="form-check-label" for="genre-12"> Adventure </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-16" value="16">
      <label class="form-check-label" for="genre-16"> Animation </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-35" value="35">
      <label class="form-check-label" for="genre-35"> Comedy </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-80" value="80">
      <label class="form-check-label" for="genre-80"> Crime </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-99" value="99">
      <label class="form-check-label" for="genre-99"> Documentary </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-18" value="18">
      <label class="form-check-label" for="genre-18"> Drama </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-10751" value="10751">
      <label class="form-check-label" for="genre-10751"> Family </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-14" value="14">
      <label class="form-check-label" for="genre-14"> Fantasy </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-36" value="36">
      <label class="form-check-label" for="genre-36"> History </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-27" value="27">
      <label class="form-check-label" for="genre-27"> Horror </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-10402" value="10402">
      <label class="form-check-label" for="genre-10402"> Music </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-9648" value="9648">
      <label class="form-check-label" for="genre-9648"> Mystery </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-10749" value="10749">
      <label class="form-check-label" for="genre-10749"> Romance </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-878" value="878">
      <label class="form-check-label" for="genre-878"> Science Fiction </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-10770" value="10770">
      <label class="form-check-label" for="genre-10770"> TV Movie </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-53" value="53">
      <label class="form-check-label" for="genre-53"> Thriller </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-10752" value="10752">
      <label class="form-check-label" for="genre-10752"> War </label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input genre" type="checkbox" id="genre-37" value="37">
      <label class="form-check-label" for="genre-37"> Western </label>
    </div>
  </div>
  <span class="nav-link">Year</span>
  <div class="input-group mb-3 grouped">
    <input type="number" class="form-control number" name="yearStart" id="minYear" value="2020" maxlength="4" min="1970">
    <span class="input-group-text">-</span>
    <input type="number" class="form-control number" name="yearEnd" value="2023" maxlength="4" min="1970" id="maxYear" max="2023">
  </div>
  <span class="nav-link">Rate</span>
  <div class="input-group mb-3 grouped">
    <input type="number" class="form-control number" name="rangeStart" value="7" maxlength="1" min="1" max="9" id="minRate">
    <span class="input-group-text">-</span>
    <input type="number" class="form-control number" name="rangeEnd" value="10" maxlength="2" min="1" max="10" id="maxRate">
  </div>
  <div class="support-text">
    <a href="javascript:void(0)" class="saveBtn">Save</a>
  </div>
  <script type="text/javascript">
    (function() {
      $('.saveBtn').click(function() {
        genres = [];
        $('input.genre:checked').each(function() {
          var $this = $(this);
          genres.push(parseInt($this.val()))
        })
        var settings = {
          filter: {
            genres: genres,
            minYear: $('#minYear').val(),
            maxYear: $('#maxYear').val(),
            minRate: $('#minRate').val(),
            maxRate: $('#maxRate').val(),
          }
        }
        $.ajax({
          url: '/api/v1/settings',
          type: "PUT",
          contentType: "application/json",
          data: JSON.stringify(settings),
          success: function(response) {
            toastr.success('Your settings and filter successfully saved! You are ready for suggestions!', 'Success!')
          },
          error: function(error) {
            toastr.error('An error ocurred while processing your request', 'Error!')
          }
        });
      })
    })()
  </script>
</form>

Text Content

 * Make new suggestion!


 You can tailor your movie and series recommendations to suit your preferences.
Genres
Action
Adventure
Animation
Comedy
Crime
Documentary
Drama
Family
Fantasy
History
Horror
Music
Mystery
Romance
Science Fiction
TV Movie
Thriller
War
Western
Year
-
Rate
-
Save



DATA PROVIDER