www.spypoint.com Open in urlscan Pro
192.99.45.57  Public Scan

Submitted URL: http://spypoint.com/
Effective URL: https://www.spypoint.com/en
Submission: On June 30 via manual from IN — Scanned from CA

Form analysis 4 forms found in the DOM

POST https://www.spypoint.com/en/change-location

<form id="form62bdb233cce8e" action="https://www.spypoint.com/en/change-location" method="post" role="form" class="change-location-form">
  <input type="hidden" name="_token" value="bWKu53jUlBqqQjpRagCKMrr45SLbzqPulYHzDVfM"> <input type="hidden" name="country" class="country-hidden">
  <div class="btn-group">
    <button class="dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
      <img src="https://www.spypoint.com/img/icons/flags/ca.png" alt="Canada"> Canada </button>
    <div class="dropdown-menu">
      <button data-val="us" type="button" class="change-lang dropdown-item"><img src="https://www.spypoint.com/img/icons/flags/us.png" alt="United States"> United States</button>
      <button data-val="ca" type="button" class="change-lang dropdown-item" disabled=""><img src="https://www.spypoint.com/img/icons/flags/ca.png" alt="Canada"> Canada</button>
      <button data-val="eu" type="button" class="change-lang dropdown-item"><img src="https://www.spypoint.com/img/icons/flags/europeanunion.png" alt="Europe"> Europe</button>
    </div>
  </div>
</form>

POST https://www.spypoint.com/en/change-location

<form id="form62bdb233d3766" action="https://www.spypoint.com/en/change-location" method="post" role="form" class="change-location-form">
  <input type="hidden" name="_token" value="bWKu53jUlBqqQjpRagCKMrr45SLbzqPulYHzDVfM"> <input type="hidden" name="country" class="country-hidden">
  <div class="btn-group">
    <button class="dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
      <img src="https://www.spypoint.com/img/icons/flags/ca.png" alt="Canada"> Canada </button>
    <div class="dropdown-menu">
      <button data-val="us" type="button" class="change-lang dropdown-item"><img src="https://www.spypoint.com/img/icons/flags/us.png" alt="United States"> United States</button>
      <button data-val="ca" type="button" class="change-lang dropdown-item" disabled=""><img src="https://www.spypoint.com/img/icons/flags/ca.png" alt="Canada"> Canada</button>
      <button data-val="eu" type="button" class="change-lang dropdown-item"><img src="https://www.spypoint.com/img/icons/flags/europeanunion.png" alt="Europe"> Europe</button>
    </div>
  </div>
</form>

https://www.spypoint.com/en/retailers

<form action="https://www.spypoint.com/en/retailers" class="">
  <div class="row justify-content-center search">
    <input type="text" name="address" id="addressInput" placeholder="Postal Code / Zip Code*">
    <button id="searchButton" class="btn-orange btn-small">Search</button>
  </div>
  <div id="location-supported">
    <label id="location-controls" class="mx-auto">
      <input type="checkbox" id="use-my-location">
      <i class="ico"><svg xmlns="http://www.w3.org/2000/svg" width="17" height="22" viewBox="0 0 17 22" fill="none" class="">
    <path fill-rule="evenodd" clip-rule="evenodd" d="M8.89844 0.234375C4.46478 0.234375 0.875 3.85154 0.875 8.3086C0.875 11.2993 1.87755 12.2339 7.19642 20.8162C7.98143 22.0828 9.81633 22.0813 10.6004 20.8162C15.9221 12.2294 16.9219 11.2987 16.9219 8.3086C16.9219 3.84687 13.3275 0.234375 8.89844 0.234375ZM8.89844 19.7471C3.57355 11.155 2.88086 10.6126 2.88086 8.3086C2.88086 4.96415 5.57502 2.25293 8.89844 2.25293C12.2219 2.25293 14.916 4.96415 14.916 8.3086C14.916 10.6027 14.2822 11.0599 8.89844 19.7471ZM5.55536 8.30861C5.55536 6.45057 7.05211 4.94435 8.89846 4.94435C10.7448 4.94435 12.2416 6.45057 12.2416 8.30861C12.2416 10.1666 10.7448 11.6729 8.89846 11.6729C7.05211 11.6729 5.55536 10.1666 5.55536 8.30861Z" fill="#F89021"></path>
</svg></i> Use my location </label>
    <div id="location-messages"></div>
    <input type="hidden" name="lat" id="location-lat">
    <input type="hidden" name="lng" id="location-lng">
  </div>
</form>

<form id="chatForm" novalidate="novalidate">
  <h2>Spypoint Live Chat</h2>
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label for="chat_firstname">First Name*</label>
        <input type="text" id="chat_firstname" name="firstname" class="w100" required="" data-val="true" data-msg-required="Please enter your first name." aria-required="true">
        <span class="text-danger" data-valmsg-for="firstname" data-valmsg-replace="true"></span>
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label for="chat_lastname">Last Name*</label>
        <input type="text" id="chat_lastname" name="lastname" class="w100" required="" data-val="true" data-msg-required="Please enter your last name." aria-required="true">
        <span class="text-danger" data-valmsg-for="lastname" data-valmsg-replace="true"></span>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <div class="form-group">
        <label for="chat_email">Email associated with the account*</label>
        <input type="email" id="chat_email" name="email" class="w100" required="" data-val="true" value="" data-msg-email="Please enter a valid email address." data-msg-required="Please enter your email address." aria-required="true">
        <span class="text-danger" data-valmsg-for="email" data-valmsg-replace="true"></span>
      </div>
      <div class="form-group">
        <label for="chat_phone">Phone*</label>
        <input type="text" id="chat_phone" name="phone" class="w100" required="" data-val="true" value="" data-msg-required="Please enter your phone number." aria-required="true">
        <span class="text-danger" data-valmsg-for="phone" data-valmsg-replace="true"></span>
      </div>
      <div class="form-group">
        <label for="chat_nature">Nature of Request*</label>
        <select name="nature" id="chat_nature" class="w100" required="" data-val="true" data-msg-required="Please select a nature of request." aria-required="true">
          <option value=""></option>
          <option value="Camera &amp; Application Support"> Camera &amp; Application Support </option>
          <option value="Online Orders/Billing/Photo Transmission"> Online Orders/Billing/Photo Transmission </option>
          <option value="Warranty/Returns/Replacements"> Warranty/Returns/Replacements </option>
        </select>
        <span class="text-danger" data-valmsg-for="nature" data-valmsg-replace="true"></span>
      </div>
      <div class="form-group">
        <label for="chat_reason">Support Type*</label>
        <select name="reason" id="chat_reason" class="w100" required="" data-val="true" data-msg-required="Please choose a reason." aria-required="true">
        </select>
        <span class="text-danger" data-valmsg-for="reason" data-valmsg-replace="true"></span>
      </div>
      <!--
                <div class="form-group">
                    <textarea id="chat_message" name="message" class="w100" required data-val="true" data-msg-required="Please describe the issue." placeholder="Please describe your issue"></textarea>
                    <span class="text-danger" data-valmsg-for="message" data-valmsg-replace="true"></span>
                </div>
                -->
      <button type="submit" class="btn-orange">Chat now</button>
    </div>
  </div>
</form>

Text Content

 * Find a Retailer
 * Become a Dealer
 * Activate a device
 * Manage your account

 * Canada
   United States Canada Europe
 * English Français

Menu

Products
Trail Cameras FLEX - NEW for 2022 Certified Pre-Owned Accessories Gear
Replacement Parts
Photo & Video Plans
Transmission Plans Full-HD Photos on Request Full-HD Videos on Request
Insiders ClubJoin now
SPYPOINT App
Support
Cart
Login
Login Create an account
Products
Trail Cameras FLEX - NEW for 2022 Certified Pre-Owned Accessories Gear
Replacement Parts
Photo & Video Plans
Transmission Plans Full-HD Photos on Request Full-HD Videos on Request
Insiders Club
Insiders Club Grand Giveaway
SPYPOINT App
Support
Manage your account Create an account Activate a device
 * Find a Retailer
 * Become a Dealer

 * English Français
 * Canada
   United States Canada Europe




FLEX

Available Now!

In store & online

Buy Now


THE DEVICES TO GET PICTURES FROM THE FIELD TO YOUR PHONE


LINK-MICRO-LTE

Small Camera,
Big Value


LINK-MICRO-S-LTE

Never Buy
Batteries Again


LINK-S-DARK

The Most Complete
Trail Camera Ever


FLEX

Available Now!

‹›

Learn more Find a retailer


YOUR ENTIRE HUNT IN THE PALM OF YOUR HAND

Manage cameras and photos, view customizable maps, and check weather conditions
from virtually anywhere – no app does more to make you ready for your hunt.

Learn more



FLEXIBLE PHOTO TRANSMISSION PLANS

From totally free to truly unlimited there is a plan option to fit your needs or
budget.

View plan options

BECOME AN INSIDER & SAVE MORE

Join the Club


#WHYISPYPOINT

‹›



LATESTS POSTS


THE WHITETAIL SLAM: WHAT IS IT?

Ever heard of the whitetail slam? You might already have one and not know it.

Read More >


TRAIL CAM MAINTENANCE CHECKLIST

A little maintenance can go a long way. Here is a checklist to help keep your
trail camera running throughout the coming season.

Read More >


HOW TO SET UP YOUR SPYPOINT FLEX

The new SPYPOINT FLEX is incredibly easy to get into the woods, but you should
still follow some best practices to make sure you're getting off on the right
foot.

Read More >
‹›

Visit Project SPYPOINT



FIND A RETAILER

Search by ZIP/Postal code to find SPYPOINT products near you.

Search
Use my location




SUPPORT

Have questions about your camera or need help troubleshooting? Our support
section has the tools and people to keep your camera performing at its best.

View Now

Subscribe to receive news and promotions

Subscribe
×

SUBSCRIBE TO OUR NEWSLETTER AND BE THE FIRST TO KNOW ABOUT UPCOMING RELEASES AND
PROMOTIONS

Support
 * Product Support
 * Shipping Rates
 * Warranty and Repair
 * Contact Us

Community
 * Project SPYPOINT
 * #TEAMSPYPOINT
 * Referral Program

About
 * About SPYPOINT
 * Media Room
 * Terms and Policies
 * Careers

Support
Product Support Shipping Rates Warranty and Repair Contact Us
Community
Project SPYPOINT #TEAMSPYPOINT Referral Program
About
About SPYPOINT Media Room Terms and Policies Careers
© 2007-2022 SPYPOINT All rights reserved


Start chat



SPYPOINT LIVE CHAT

First Name*
Last Name*
Email associated with the account*
Phone*
Nature of Request* Camera & Application Support Online Orders/Billing/Photo
Transmission Warranty/Returns/Replacements
Support Type*
Chat now