def check_for_hits(url)
  
    response = http_fetch(url).body

    response_html = Nokogiri::HTML(response)