snatcher.co.za Open in urlscan Pro
35.190.15.171  Public Scan

Submitted URL: https://snatcher.evlink9.net/servlet/link/31480/677560/139216347/2786846
Effective URL: https://snatcher.co.za/kids-gps-smart-watches/?utm_source=Everlytic&utm_medium=email&utm_campaign=2022%2F03%2F10-02&utm...
Submission: On March 10 via api from ZA — Scanned from DE

Form analysis 6 forms found in the DOM

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <div class="form-prefixPostfix wrap">
        <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off">
        <input type="submit" class="button button--primary form-prefixPostfix-button--postfix" value="Search">
      </div>
    </div>
  </fieldset>
</form>

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query_mobile">Search</label>
      <div class="form-prefixPostfix wrap">
        <input class="form-input" data-search-quick="" name="search_query" id="search_query_mobile" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off">
        <input type="submit" class="button button--primary form-prefixPostfix-button--postfix" value="Search">
      </div>
    </div>
  </fieldset>
</form>

POST https://snatcher.co.za/cart.php

<form class="form form--addToCart" method="post" action="https://snatcher.co.za/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="62662">
  <div class="emthemesModez-productView-optionsGrid">
    <div data-product-option-change="" style="">
      <div class="form-field" data-product-attribute="set-select">
        <label class="form-label form-label--alternate form-label--inlineSmall" for="attribute_select_6474"> Colour: <small>Required</small>
        </label>
        <select class="form-select form-select--small" name="attribute[6474]" id="attribute_select_6474" required="">
          <option value="">Choose Options</option>
          <option data-product-attribute-value="28298" value="28298">Blue</option>
          <option data-product-attribute-value="28299" value="28299">Pink</option>
        </select>
      </div>
    </div>
  </div>
  <div class="form-field form-field--stock u-hiddenVisually">
    <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock=""></span>
    </label>
  </div>
  <div class="form-field form-field--increments _addToCartVisibility">
    <label class="form-label form-label--alternate" for="qty[]">Quantity:</label>
    <div class="form-increment" data-quantity-change="">
      <button class="button button--icon" data-action="dec">
        <span class="is-srOnly">Decrease Quantity:</span>
        <i class="icon" aria-hidden="true">
                                            <svg>
                                                <use xlink:href="#icon-keyboard-arrow-down"></use>
                                            </svg>
                                        </i>
      </button>
      <input class="form-input form-input--incrementTotal" id="qty[]" name="qty[]" type="tel" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
      <button class="button button--icon" data-action="inc">
        <span class="is-srOnly">Increase Quantity:</span>
        <i class="icon" aria-hidden="true">
                                            <svg>
                                                <use xlink:href="#icon-keyboard-arrow-up"></use>
                                            </svg>
                                        </i>
      </button>
    </div>
  </div>
  <div class="alertBox productAttributes-message" style="display:none">
    <div class="alertBox-column alertBox-icon">
      <icon glyph="ic-success" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path>
        </svg></icon>
    </div>
    <p class="alertBox-column alertBox-message"></p>
  </div>
  <div class="form-action _addToCartVisibility">
    <input data-product-id="62662" id="form-action-addToCart" data-wait-message="Adding to cart…" class="button button--primary" type="submit" value="Add to Cart">
  </div>
  <!-- snippet location product_addtocart -->
</form>

POST /wishlist.php?action=add&product_id=62662

<form action="/wishlist.php?action=add&amp;product_id=62662" class="form form-wishlist form-action" data-wishlist-add="" method="post">
  <a aria-controls="wishlist-dropdown" aria-expanded="false" class="button dropdown-menu-button" data-dropdown="wishlist-dropdown">
        <span>Add to Wish List</span>
        <i aria-hidden="true" class="icon">
            <svg>
                <use xlink:href="#icon-chevron-down"></use>
            </svg>
        </i>
    </a>
  <ul aria-hidden="true" class="dropdown-menu" data-dropdown-content="" id="wishlist-dropdown" tabindex="-1">
    <li>
      <input class="button" type="submit" value="Add to My Wish List">
    </li>
    <li>
      <a data-wishlist="" class="button" href="/wishlist.php?action=addwishlist&amp;product_id=62662">Create New Wish List</a>
    </li>
  </ul>
</form>

POST /subscribe.php

<form class="form" action="/subscribe.php" method="post" data-omnisend-captured-form="true">
  <fieldset class="form-fieldset">
    <input type="hidden" name="action" value="subscribe">
    <input type="hidden" name="nl_first_name" value="bc">
    <input type="hidden" name="check" value="1">
    <div class="form-field">
      <label class="form-label is-srOnly" for="nl_email">Email Address</label>
      <div class="form-prefixPostfix wrap">
        <input class="form-input form-prefixPostfix-input" id="nl_email" name="nl_email" type="email" value="" placeholder="Your email address">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Subscribe">
      </div>
    </div>
  </fieldset>
</form>

Name: omnisend-form

<form class="soundest-form-simple-form" aria-labelledby="soundest_header_label" name="omnisend-form">
  <div class="soundest-form-simple-headline" id="soundest_header_label" aria-level="2">Claim Your 10% Discount</div>
  <div class="soundest-form-simple-space"></div>
  <div id="soundest-form-simple-field-3BI6JI0wEnsWOCjkyfvL9ADcT1emLjcpEK0t-container"> <input id="soundest-form-simple-field-3BI6JI0wEnsWOCjkyfvL9ADcT1emLjcpEK0t" class="soundest-form-simple-field" type="email" name="omnisend-email"
      placeholder="Enter your email" aria-label="Enter your email" aria-autocomplete="none" autocomplete="off" tabindex="0">
    <div class="soundest-form-simple-field-inline-error-invalid soundest-form-simple-hidden" role="alert">Email is incorrect!</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-email-empty" role="alert">Enter your email</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-name-empty" role="alert">Enter your first name</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-surname-empty" role="alert">Enter your last name</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-city-empty" role="alert">Enter your city</div>
  </div>
  <div id="soundest-form-simple-field-ytgH9S1AQ8aVJccD8mg1pjn8BrCnSdWg7TBs-container"> <input id="soundest-form-simple-field-ytgH9S1AQ8aVJccD8mg1pjn8BrCnSdWg7TBs" class="soundest-form-simple-field" type="text" name="omnisend-name"
      placeholder="Enter your first name" aria-label="Enter your first name" aria-autocomplete="none" autocomplete="off" tabindex="0">
    <div class="soundest-form-simple-field-inline-error-invalid soundest-form-simple-hidden" role="alert">Email is incorrect!</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-email-empty" role="alert">Enter your email</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-name-empty" role="alert">Enter your first name</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-surname-empty" role="alert">Enter your last name</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-city-empty" role="alert">Enter your city</div>
  </div>
  <div id="soundest-form-simple-field-BQuv2qovoR353JL0lcEYO0cQSnjyxbM5IY5R-container"> <input id="soundest-form-simple-field-BQuv2qovoR353JL0lcEYO0cQSnjyxbM5IY5R" class="soundest-form-simple-field" type="text" name="omnisend-surname"
      placeholder="Enter your last name" aria-label="Enter your last name" aria-autocomplete="none" autocomplete="off" tabindex="0">
    <div class="soundest-form-simple-field-inline-error-invalid soundest-form-simple-hidden" role="alert">Email is incorrect!</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-email-empty" role="alert">Enter your email</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-name-empty" role="alert">Enter your first name</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-surname-empty" role="alert">Enter your last name</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-city-empty" role="alert">Enter your city</div>
  </div>
  <div id="soundest-form-simple-field-gjbX2GTtrpjoxlvsOIBEAVLAgTWbt4wX9SGf-container">
    <div class="soundest-form-simple-field-label" id="soundest_bd_label">Birthdate</div>
    <div class="soundest-form-simple-field-center" aria-labelledby="soundest_bd_label">
      <div class="soundest-form-simple-col-left"><input id="soundest-form-simple-field-gjbX2GTtrpjoxlvsOIBEAVLAgTWbt4wX9SGf-year" class="soundest-form-simple-field-birthday" type="text" name="omnisend-birthdateYear" placeholder="YYYY" tabindex="0"
          aria-label="Birthday-YYYY" aria-autocomplete="none" autocomplete="off"></div>
      <div class="soundest-form-simple-col-center"><input id="soundest-form-simple-field-gjbX2GTtrpjoxlvsOIBEAVLAgTWbt4wX9SGf-month" class="soundest-form-simple-field-birthday" type="text" name="omnisend-birthdateMonth" placeholder="MM" tabindex="0"
          aria-label="Birthday-MM" aria-autocomplete="none" autocomplete="off"></div>
      <div class="soundest-form-simple-col-right"><input id="soundest-form-simple-field-gjbX2GTtrpjoxlvsOIBEAVLAgTWbt4wX9SGf-day" class="soundest-form-simple-field-birthday" type="text" name="omnisend-birthdateDay" placeholder="DD" tabindex="0"
          aria-label="Birthday-DD" aria-autocomplete="none" autocomplete="off"></div>
    </div>
    <div class="soundest-form-simple-field-inline-error-invalid soundest-form-simple-hidden" role="alert">Birthdate is incorrect!</div>
    <div class="soundest-form-simple-field-inline-error-empty soundest-form-simple-hidden soundest-form-simple-birthdate-empty" role="alert">Enter your birthdate</div>
  </div>
  <div class="soundest-form-simple-error-empty soundest-form-simple-hidden" role="alert">Please fill in all required form fields!</div>
  <div class="soundest-form-simple-error-unexpected soundest-form-simple-hidden" role="alert">Something went wrong!</div><input class="soundest-form-simple-submit" type="submit" value="Give My Discount!" tabindex="0">
</form>

Text Content

Snatcher Online Shopping
Toggle menu

 * Sign in Register
 * Wish Lists
 * Compare
 * Gift Certificates
 * Cart 0
   


Search


Categories
 * Home & Living
    * All Home & Living
    * Home & Decor
      * All Home & Decor
      * Home Appliances
      * Other Home & Living
      * Furniture
      * Home & Living
      * Bathroom Accessories
      * Cleaning
      * General Accessories
      * Linen & Accessories
      * Other Home & Living
    * Kitchen & Dining
      * All Kitchen & Dining
      * Bakeware
      * Cookware
      * Cutlery & Accessories
      * Drinkware
      * Food
      * Kitchen Accessories
      * Small Kitchen Appliances
    * Pets
      * All Pets
      * Comfort & Carriers
      * Feeders
      * Pet Toys
      * Pets Grooming & Accessories
    * Storage Solutions
      * All Storage Solutions
      * Homeware Storage
      * Kitchenware Storage

 * Beauty & Lifestyle
    * All Beauty & Lifestyle
    * Health & Fitness
      * All Health & Fitness
      * Aromatherapy & Massage
      * Fitness & Exercise
      * Health & Medical
      * Hygiene
      * Other Health & Accessories
      * Skin Care
    * Beauty
      * All Beauty
      * Beauty
      * Beauty - Storage & Organization
      * Beauty Accessories
      * Cosmetics
      * Personal Appliances
    * Luggage & Travel
      * All Luggage & Travel
      * Backpacks
      * Bags
      * Laptop Bags
      * Luggage
      * Shopping Bags
      * Travel Accessories
    * Fashion
      * All Fashion
      * Clothing
      * Fashion & Jewellery Accessories
      * Jewellery
    * Gift Sets
      * All Gift Sets
      * Gift Sets

 * DIY & Outdoor
    * All DIY & Outdoor
    * Outdoor
      * All Outdoor
      * Solar
      * All Patio
      * Braai & Camping
      * Garden Tools & Accessories
      * Lighting
      * Outdoor Umbrellas & Gazebos
      * Pool Accessories
    * DIY Tools
      * All DIY Tools
      * DIY Tools
      * Drill Bits
      * Other Tools
      * Power Tools
      * Screwdriver Sets
      * Spanner Sets
    * DIY
      * All DIY
      * Automotive
      * Automotive Accessories
      * DIY Consumables
      * Generators & Inverters
      * Home Improvement

 * Electronics & Gadgets
    * All Electronics & Gadgets
    * Computers & Accessories
      * All Computers & Accessories
      * Components
      * Computer Components
      * Desktops
      * Hard Drives & Accessories
      * Laptops
      * Mouse & Keyboards
      * Other Computer Accessories
      * PC Mouse
      * USB & Cable Accessories
    * Cellular
      * All Cellular
      * Cellphone Accessories
      * Kindle
      * Power Banks
      * Cellphones
      * Tablets
    * TV & Video
      * All TV & Video
      * Media Players
      * Monitors
      * Projectors & Accessories
      * TVs
    * Gaming
      * All Gaming
      * Consoles & Controllers
      * Gaming Accessories
      * Gaming Chairs
      * Headsets & Accessories
    * Audio
      * All Audio
      * Audio Accessories
      * Headphones & Earphones
      * Speakers
    * Other Electronics
    * Printing
      * All Printing
      * Printers
    * Wearable Tech
      * All Wearable Tech
      * Smart Watches

 * Toys & Games
    * All Toys & Games
    * Hobbies
      * All Hobbies
      * Drones
      * Hoverboards
    * Toys
      * All Toys
      * Building Block Toys
      * Playsets
      * Plush Toys
      * Toys For Boys
      * Toys For Girls
    * Games
      * All Games
      * Adult Games
      * Board Games
    * Educational
      * All Educational
      * Arts & Crafts
      * Educational
    * Kids Ride On
    * Novelty

 * Kids & Baby
    * All Kids & Baby
    * Baby & Toddler Clothing
      * All Baby & Toddler Clothing
      * Kids Clothing
      * Kids Costumes
      * Kids Electronics
    * Baby Strollers & Seats
      * All Baby Strollers & Seats
      * Car Seats
      * High Chairs
      * Sleepers & Swings
      * Strollers
    * Baby Feeding & Nursing
      * All Baby Feeding & Nursing
      * Baby Feeding
      * Other Feeding & Nursing
    * Baby Toys
      * All Baby Toys
      * Baby Toys

 * Promotions
    * All Promotions
    * Daily Deals
      * All Daily Deals
      * Mondays Daily Deals
      * Tuesdays Daily Deals
      * Wednesdays Daily Deals
      * Thursdays Daily Deals
      * Fridays Daily Deals
    * Top Rated
      * All Top Rated
      * 1 Day Birthday Sale
      * 6th MEGA Birthday Bash Sale
      * The Mancave
      * Blackout Warehouse Clearance
      * R249 Bargain Box
      * Shop Clearance
      * Most Wanted
      * Best Buy
      * BLACK FRIDAY SALE
    * Home & Decor
      * All Home & Decor
      * Elegant Light Style
      * Kit Out Your Pad
      * Fans & Cooling
      * Furniture Frenzy
      * The Pet Shop
      * Home Appliances Blowout
      * Healthy Living
      * Home Accessories
      * Kit Out Your Kitchen
      * Lets Get Organized
      * Turn Up The Heat
    * Health & Beauty
      * All Health & Beauty
      * Aromatherapy Store
      * Beauty Sale
      * For The Girls
      * Home Gym On A Budget
    * Outdoor
      * All Outdoor
      * Beach Ready
      * Fine Living Outdoor
      * Fun Floats For Summer
      * Garden & Outdoor Accessories
      * Garden Goodness
      * Home Security
      * The Solar Shop
      * Tools and Auto
      * FriYay Backyard Fun
    * Electronics
      * All Electronics
      * Computer Accessories
      * Load Shedding Essentials
      * Outdoor Tech
      * Refurbished Shop
      * Tech Bonanza
      * Turn It Up
      * Gaming Galore
    * Kids & Baby
      * All Kids & Baby
      * Baby Accessories
      * Boredom Busters
      * Easter Shop
      * School Accessories
      * The Toy Box
      * The Character Shop

 * Books
    * All Books
    * Fiction
      * All Fiction
      * Fiction - Classics
      * Fiction - Crime
      * Fiction - Graphic Novels
      * Fiction - Historical and Western
      * Fiction - Modern
      * Fiction - Romance
      * Fiction - Science Fiction
      * Fiction - Young Adult
      * Fiction Boxsets
    * Non Fiction
      * All Non Fiction
      * Biographies
      * Business and Finance
      * History Books
      * Personal Development Books
      * Philosophy
      * Religious Books
      * Travel Guides
      * True Crime
      * Games and Craft Books
      * Memoires And True Stories
    * Children
      * All Children
      * Children - Activity
      * Children - First Readers
      * Children - Kids Novels and Joke Books
      * Children - Picture Books
      * Children Early Learning
      * Children Education Books
    * Get Learning
      * All Get Learning
      * Gaming Books
      * Language Books
      * Parenting and Family Books
      * Physics & Chemistry Books
      * Psychology & Sociology Books
      * Wildlife & Nature
    * Health & Fitness
      * All Health & Fitness
      * Fitness & Diet Books
      * Sport Books
    * Boxsets & Collections
      * All Boxsets & Collections
      * Children Box Set & Collections
      * Young Adult Box Sets & Collections

 * Office & Stationery
 * Brands
    * All Brands
    * Character Group
    * Fine Living
    * Simon Baker
    * Volkano
    * Wildberry
    * Dog-O-Pedic
    * DR Rashel
    * Igia
    * Lego
    * Mellerware
    * Mr Muscle
    * Nu Home
    * SA Vitamins
    * Therapy Tools

 * Best Sellers
 * New Arrivals
 * Snatch of the Week
 * Featured

 * Home
 * Snatch of the Week
 * New Arrivals
 * Best Sellers
 * Featured Products
 * Contact Us

 * Gift Certificates
 * Sign in Register

Search




Categories
 * Home & Living
    * All Home & Living
    * Home & Decor
      * All Home & Decor
      * Home Appliances
      * Other Home & Living
      * Furniture
      * Home & Living
      * Bathroom Accessories
      * Cleaning
      * General Accessories
      * Linen & Accessories
      * Other Home & Living
    * Kitchen & Dining
      * All Kitchen & Dining
      * Bakeware
      * Cookware
      * Cutlery & Accessories
      * Drinkware
      * Food
      * Kitchen Accessories
      * Small Kitchen Appliances
    * Pets
      * All Pets
      * Comfort & Carriers
      * Feeders
      * Pet Toys
      * Pets Grooming & Accessories
    * Storage Solutions
      * All Storage Solutions
      * Homeware Storage
      * Kitchenware Storage

 * Beauty & Lifestyle
    * All Beauty & Lifestyle
    * Health & Fitness
      * All Health & Fitness
      * Aromatherapy & Massage
      * Fitness & Exercise
      * Health & Medical
      * Hygiene
      * Other Health & Accessories
      * Skin Care
    * Beauty
      * All Beauty
      * Beauty
      * Beauty - Storage & Organization
      * Beauty Accessories
      * Cosmetics
      * Personal Appliances
    * Luggage & Travel
      * All Luggage & Travel
      * Backpacks
      * Bags
      * Laptop Bags
      * Luggage
      * Shopping Bags
      * Travel Accessories
    * Fashion
      * All Fashion
      * Clothing
      * Fashion & Jewellery Accessories
      * Jewellery
    * Gift Sets
      * All Gift Sets
      * Gift Sets

 * DIY & Outdoor
    * All DIY & Outdoor
    * Outdoor
      * All Outdoor
      * Solar
      * All Patio
      * Braai & Camping
      * Garden Tools & Accessories
      * Lighting
      * Outdoor Umbrellas & Gazebos
      * Pool Accessories
    * DIY Tools
      * All DIY Tools
      * DIY Tools
      * Drill Bits
      * Other Tools
      * Power Tools
      * Screwdriver Sets
      * Spanner Sets
    * DIY
      * All DIY
      * Automotive
      * Automotive Accessories
      * DIY Consumables
      * Generators & Inverters
      * Home Improvement

 * Electronics & Gadgets
    * All Electronics & Gadgets
    * Computers & Accessories
      * All Computers & Accessories
      * Components
      * Computer Components
      * Desktops
      * Hard Drives & Accessories
      * Laptops
      * Mouse & Keyboards
      * Other Computer Accessories
      * PC Mouse
      * USB & Cable Accessories
    * Cellular
      * All Cellular
      * Cellphone Accessories
      * Kindle
      * Power Banks
      * Cellphones
      * Tablets
    * TV & Video
      * All TV & Video
      * Media Players
      * Monitors
      * Projectors & Accessories
      * TVs
    * Gaming
      * All Gaming
      * Consoles & Controllers
      * Gaming Accessories
      * Gaming Chairs
      * Headsets & Accessories
    * Audio
      * All Audio
      * Audio Accessories
      * Headphones & Earphones
      * Speakers
    * Other Electronics
    * Printing
      * All Printing
      * Printers
    * Wearable Tech
      * All Wearable Tech
      * Smart Watches

 * Toys & Games
    * All Toys & Games
    * Hobbies
      * All Hobbies
      * Drones
      * Hoverboards
    * Toys
      * All Toys
      * Building Block Toys
      * Playsets
      * Plush Toys
      * Toys For Boys
      * Toys For Girls
    * Games
      * All Games
      * Adult Games
      * Board Games
    * Educational
      * All Educational
      * Arts & Crafts
      * Educational
    * Kids Ride On
    * Novelty

 * Kids & Baby
    * All Kids & Baby
    * Baby & Toddler Clothing
      * All Baby & Toddler Clothing
      * Kids Clothing
      * Kids Costumes
      * Kids Electronics
    * Baby Strollers & Seats
      * All Baby Strollers & Seats
      * Car Seats
      * High Chairs
      * Sleepers & Swings
      * Strollers
    * Baby Feeding & Nursing
      * All Baby Feeding & Nursing
      * Baby Feeding
      * Other Feeding & Nursing
    * Baby Toys
      * All Baby Toys
      * Baby Toys

 * Promotions
    * All Promotions
    * Daily Deals
      * All Daily Deals
      * Mondays Daily Deals
      * Tuesdays Daily Deals
      * Wednesdays Daily Deals
      * Thursdays Daily Deals
      * Fridays Daily Deals
    * Top Rated
      * All Top Rated
      * 1 Day Birthday Sale
      * 6th MEGA Birthday Bash Sale
      * The Mancave
      * Blackout Warehouse Clearance
      * R249 Bargain Box
      * Shop Clearance
      * Most Wanted
      * Best Buy
      * BLACK FRIDAY SALE
    * Home & Decor
      * All Home & Decor
      * Elegant Light Style
      * Kit Out Your Pad
      * Fans & Cooling
      * Furniture Frenzy
      * The Pet Shop
      * Home Appliances Blowout
      * Healthy Living
      * Home Accessories
      * Kit Out Your Kitchen
      * Lets Get Organized
      * Turn Up The Heat
    * Health & Beauty
      * All Health & Beauty
      * Aromatherapy Store
      * Beauty Sale
      * For The Girls
      * Home Gym On A Budget
    * Outdoor
      * All Outdoor
      * Beach Ready
      * Fine Living Outdoor
      * Fun Floats For Summer
      * Garden & Outdoor Accessories
      * Garden Goodness
      * Home Security
      * The Solar Shop
      * Tools and Auto
      * FriYay Backyard Fun
    * Electronics
      * All Electronics
      * Computer Accessories
      * Load Shedding Essentials
      * Outdoor Tech
      * Refurbished Shop
      * Tech Bonanza
      * Turn It Up
      * Gaming Galore
    * Kids & Baby
      * All Kids & Baby
      * Baby Accessories
      * Boredom Busters
      * Easter Shop
      * School Accessories
      * The Toy Box
      * The Character Shop

 * Books
    * All Books
    * Fiction
      * All Fiction
      * Fiction - Classics
      * Fiction - Crime
      * Fiction - Graphic Novels
      * Fiction - Historical and Western
      * Fiction - Modern
      * Fiction - Romance
      * Fiction - Science Fiction
      * Fiction - Young Adult
      * Fiction Boxsets
    * Non Fiction
      * All Non Fiction
      * Biographies
      * Business and Finance
      * History Books
      * Personal Development Books
      * Philosophy
      * Religious Books
      * Travel Guides
      * True Crime
      * Games and Craft Books
      * Memoires And True Stories
    * Children
      * All Children
      * Children - Activity
      * Children - First Readers
      * Children - Kids Novels and Joke Books
      * Children - Picture Books
      * Children Early Learning
      * Children Education Books
    * Get Learning
      * All Get Learning
      * Gaming Books
      * Language Books
      * Parenting and Family Books
      * Physics & Chemistry Books
      * Psychology & Sociology Books
      * Wildlife & Nature
    * Health & Fitness
      * All Health & Fitness
      * Fitness & Diet Books
      * Sport Books
    * Boxsets & Collections
      * All Boxsets & Collections
      * Children Box Set & Collections
      * Young Adult Box Sets & Collections

 * Office & Stationery
 * Brands
    * All Brands
    * Character Group
    * Fine Living
    * Simon Baker
    * Volkano
    * Wildberry
    * Dog-O-Pedic
    * DR Rashel
    * Igia
    * Lego
    * Mellerware
    * Mr Muscle
    * Nu Home
    * SA Vitamins
    * Therapy Tools

 * Best Sellers
 * New Arrivals
 * Snatch of the Week
 * Featured

Nationwide Delivery
Dedicated Service
Free Returns
Secure Online Payments
The Best Brands






 * Home
 * Electronics & Gadgets
 * Kids GPS Smart Watches


KIDS GPS SMART WATCHES



* Read Our FAQ Here



SKU: UPC: MPN:

-58%
FLASH DEAL
Previous

Next

Now: R249.00

Was: R599.00
— You save


Colour: Required Choose Options Blue Pink
Current Stock:
Quantity:
Decrease Quantity: Increase Quantity:




Add to Wish List
 * 
 * Create New Wish List

Secure payment options



 * Facebook
 * Email
 * Print
 * Twitter
 * Pinterest


 * Description
 * Additional Information
 * Our Delivery Process


DESCRIPTION


KIDS GPS SMART WATCH

Features:

 * Base station positioning
 * Card-operable two-way call
 * Phone book (APP address book 10 is a single call, phone 10 is a two-way call)
 * SOS emergency alarm, remote shutdown, safe area, low battery alarm, voice
   monitoring, historical track, voice intercom, love reward, watch alarm
 * Card specifications: Standard Micro SIM card (supports mobile Unicom card, to
   open 2G network data traffic)
 * Card specifications: install a standard micro SIM card
 * Cleverly designed so that children have more fun and parents can monitor
   their children without notice.
 * SOS Call,Remote monitoringVoice micro chat
 * Low radiationEye protection color screen
 * LBS base station positioning, Beidou positioning (no GPS positioning)

Specifications:

 * Colour: Blue or Pink
 * Strap: Silicone
 * Display: 1.44 color with backlight protection screenResolution: 128*128
 * Battery capacity: 400MAH, gel polymer battery, non-removable
 * Charging time: 1.5 hoursStandby time: 1-2 days
 * Hardware platform: MTK2503
 * Software platform: MTK comes with system
 * Positioning: LBS base station positioning, Beidou positioning (no GPS
   positioning)
 * Communication module: GSM850/900/1800/1900MHZ
 * Radiation: lower than mobile phones, international standards, no impact on
   the human body

View AllClose


ADDITIONAL INFORMATION

Brands:
Snatcher

View AllClose


OUR DELIVERY PROCESS


View AllClose


RELATED ITEMS

 * Kids GPS Smart Watch
   CHN-TWN-C104
   R349.00R499.00
   -30%
 * Globe Drink Dispenser
   CHN-TWN-C104
   R469.00R699.00
   -33%
 * Book Safe
   CHN-TWN-C104
   R219.00R249.00
   -12%
 * Shop Cat
   Readers Warehouse
   R59.00R100.00
   -41%
 * Call Me Evie : The Australian Bestseller with a jaw-dropping twist
   Readers Warehouse
   R129.00
   
 * Tiger Heart
   Readers Warehouse
   R167.00R215.00
   -22%
 * Year Two Forever and Ever
   Readers Warehouse
   R59.00R120.00
   -51%
 * My Little Doll's House My Princess Doll Room Game Book Set
   Readers Warehouse
   R99.00R119.00
   -17%
 * Fig Swims The World
   Readers Warehouse
   R148.00R190.00
   -22%
 * Glimpse
   Readers Warehouse
   R59.00R71.00
   -17%
 * Kids Magazine Glitter Princess Goody Bag Magical World Of Princesses Pack
   Readers Warehouse
   R40.00R105.00
   -62%
 * Are You Watching?
   Readers Warehouse
   R148.00R190.00
   -22%
 * The Big Lie
   Readers Warehouse
   R69.00R175.00
   -61%
 * Kids Magazine Pretty Pony Lipshine And Princess Wand Activity Pack
   Readers Warehouse
   R40.00R105.00
   -62%
 * Kids Magazine Disney Princess Belle Colour In Pack
   Readers Warehouse
   R40.00R105.00
   -62%
 * The Secret Of Zoone
   Readers Warehouse
   R113.00R145.00
   -22%
 * Kids Magazine Pretty Princess Musical Flute Activity Pack
   Readers Warehouse
   R40.00R99.00
   -60%
 * Perfect: Number 3 In Series
   Readers Warehouse
   R79.00R135.00
   -41%
 * Kristy's Big Day-1629164173
   Readers Warehouse
   R109.00
   
 * Kids Magazine Disney Princess Pen and Notepades Activity Pack
   Readers Warehouse
   R40.00R105.00
   -62%





YOU MAY LIKE

 * Set of 2 Smart Rechargeable Light Bulbs
   CHN-TWN-C101
   R99.00R119.00
   -17%
 * Multifunctional Nano Tape
   CHN-TWN-B19
   R49.00R99.00
   -51%
 * Simon Baker Hotel Collection Towels
   Emirates Textiles
   R19.00R29.00
   -34%
 * 30 LED Solar Motion Sensor Wall Light
   CHN-TWN-B54
   R59.00R149.00
   -60%
 * Tummy Wrap Belt
   CHN-TWN-B19
   R69.00R169.00
   -59%
 * TWS-4 Wireless Earphones
   CHN-TWN-B52
   R159.00R259.00
   -39%
 * Children's LCD Writing Tablet
   CHN-TWN-C104
   R69.00R129.00
   -47%
 * V6 Smart Watch
   CHN-TWN-B64new
   R269.00R399.00
   -33%
 * 12000mAh Portable Mini UPS
   CHN-TWN-B64new
   R679.00R899.00
   -24%
 * Magic Mesh
   CHN-TWN-C104
   R69.00R179.00
   -61%
 * Fly Scare - Fly Repellent
   CHN-TWN-C97
   R89.00R199.00
   -55%
 * Collapsible Waste Bin
   CHN-TWN-F01
   R99.00R199.00
   -50%
 * 3-Wheel Kick Scooter With LED Wheels
   CHN-TWN-B19
   R219.00R499.00
   -56%
 * Nu Home - Serina Headboard
   Homelicious
   R1,399.00R1,999.00
   -30%
 * Queena Indian Straight Hair STW 8"
   CHN-TWN-F07
   R129.00R289.00
   -55%
 * Wall Mounted Toilet Paper Holder
   CHN-TWN-F08
   R159.00R279.00
   -43%
 * 3-in-1 Waist Thigh Trimmer
   CHN-TWN-C97
   R129.00R259.00
   -50%
 * Power Inverter-1629362813
   CHN-TWN-B56
   R449.00R889.00
   -49%
 * Fitness Smartwatch
   CHN-TWN-C101
   R129.00R259.00
   -50%
 * 10pcs BOSCH Granite Coated Pot Set
   CHN-TWN-D403
   R1,449.00R2,799.00
   -48%








OK





eKomi Rate
4.3/5


based on total 13573 reviews


EKOMI reviews Snatcher.co.za | 10-03-2022
Previous
The service is excellent and have improved since customers are informed prior
regarding delivery of items bought. Keep up. The good work.
Am satisfied thank you
Great service & value for money
First time user
Excellent service so far. Have been buying from Snatcher for 3 years now without
any hassle.
Fast n easy to order
Good service
The offered 10% discount, has not been effected
Only issue I have is that if you have multiple orders they charge you multiple
delivery fees. Why can you not combine all orders and charge 1 delivery fee.
Fast Delivery!!
The service is excellent and have improved since customers are informed prior
regarding delivery of items bought. Keep up. The good work.
Am satisfied thank you
Next

SUBSCRIBE TO OUR NEWSLETTER

Email Address



 * Unit D4, Kimbult Industrial Park, 1504 Coleen Road, Laser Park, Honeydew
 * Call us at 010 020 1980

 * 
 * 
 * 



NAVIGATE

 * Delivery Process
 * FAQ
 * How to Buy
 * Return Policy
 * Terms and Conditions
 * Who is Snatcher?
 * Privacy Policy
 * Contact Us
 * Sitemap



CATEGORIES

 * Home & Living
 * Beauty & Lifestyle
 * DIY & Outdoor
 * Electronics & Gadgets
 * Toys & Games
 * Kids & Baby
 * Promotions
 * Books
 * Office & Stationery
 * Brands



MY ACCOUNT

 * My Account
 * Wishlist
 * Order History
 * Manage My Addresses
 * Submit Return Request




© 2022 Snatcher. Web Design by Simply Ecommerce.



Claim Your 10% Discount

Email is incorrect!
Enter your email
Enter your first name
Enter your last name
Enter your city
Email is incorrect!
Enter your email
Enter your first name
Enter your last name
Enter your city
Email is incorrect!
Enter your email
Enter your first name
Enter your last name
Enter your city
Birthdate

Birthdate is incorrect!
Enter your birthdate
Please fill in all required form fields!
Something went wrong!
Thank you for subscribing!
Thank you! You're already subscribed to this list!

Subscribe!
Claim Your 10% Discount
Give My Discount!