www.toysrus.com.sg Open in urlscan Pro
104.17.245.189  Public Scan

Submitted URL: http://toysrus.com.sg/
Effective URL: https://www.toysrus.com.sg/
Submission Tags: tranco_l324
Submission: On March 16 via api from DE — Scanned from SG

Form analysis 2 forms found in the DOM

Name: simpleSearchGET /search

<form class="search-form" role="search" action="/search" method="get" name="simpleSearch">
  <div class="input-container">
    <span class="nav-button js-search-toggle">
      <svg class="icon -search d-none d-md-block">
        <use xlink:href="#search"></use>
      </svg>
      <svg class="icon -chevron-left d-md-none">
        <use xlink:href="#chevron-left"></use>
      </svg>
    </span>
    <input type="search" name="q" class="form-control input" placeholder="what are you looking for?" aria-label="what are you looking for?" data-search-input="" autocomplete="off">
    <div class="suggestions-wrapper" data-url="/on/demandware.store/Sites-ToysRUs_SG-Site/en_SG/SearchServices-GetSuggestions?q="></div>
    <div class="suggestions-container">
      <div class="top-suggestions-container noresult">
        <div class="html-slot-wrapper">
          <div class="html-slot-container">
            <a href="https://www.toysrus.com.sg/whats-on/new-arrivals-1/" class="btn btn-suggestion">
                    <span class="cat-label">new arrivals</span>
                </a>
            <a href="https://www.toysrus.com.sg/whats-on/toy-sale/" class="btn btn-suggestion">
                    <span class="cat-label">sale</span>
                </a>
            <a href="https://www.toysrus.com.sg/whats-on/exclusive/" class="btn btn-suggestion">
                    <span class="cat-label">exclusive</span>
                </a>
          </div>
        </div>
      </div>
      <div class="now-trending-container noresult">
        <!-- =============== This snippet of JavaScript handles fetching the dynamic recommendations from the remote recommendations server
and then makes a call to render the configured template with the returned recommended products: ================= -->
        <script>
          (function() {
            // window.CQuotient is provided on the page by the Analytics code:
            var cq = window.CQuotient;
            if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) {
              var recommender = '[[&quot;TRU-Now-Trending&quot;]]';
              // removing any leading/trailing square brackets and escaped quotes:
              recommender = recommender.replace(/\[|\]|&quot;/g, '');
              var separator = '|||';
              var slotConfigurationUUID = '2353a743923c966031fafa98dd';
              var contextAUID = 'tru';
              var contextSecondaryAUID = '';
              var contextAltAUID = '';
              var contextType = '';
              var anchorsArray = [];
              var contextAUIDs = contextAUID.split(separator);
              var contextSecondaryAUIDs = contextSecondaryAUID.split(separator);
              var contextAltAUIDs = contextAltAUID.split(separator);
              var contextTypes = contextType.split(separator);
              var slotName = 'show-trending-products';
              var slotConfigId = 'recommendationContentType - 2022-07-22 18:18:00';
              var slotConfigTemplate = 'slots/recommendation/trendingProducts.isml';
              if (contextAUIDs.length == contextSecondaryAUIDs.length) {
                for (i = 0; i < contextAUIDs.length; i++) {
                  anchorsArray.push({
                    id: contextAUIDs[i],
                    sku: contextSecondaryAUIDs[i],
                    type: contextTypes[i],
                    alt_id: contextAltAUIDs[i]
                  });
                }
              } else {
                anchorsArray = [{
                  id: contextAUID,
                  sku: contextSecondaryAUID,
                  type: contextType,
                  alt_id: contextAltAUID
                }];
              }
              var urlToCall = '/on/demandware.store/Sites-ToysRUs_SG-Site/en_SG/CQRecomm-Start';
              var params = {
                userId: cq.getCQUserId(),
                cookieId: cq.getCQCookieId(),
                emailId: cq.getCQHashedEmail(),
                loginId: cq.getCQHashedLogin(),
                anchors: anchorsArray,
                slotId: slotName,
                slotConfigId: slotConfigId,
                slotConfigTemplate: slotConfigTemplate,
                ccver: '1.03'
              };
              if (cq.getRecs) {
                cq.getRecs(cq.clientId, recommender, params, cb);
              } else {
                cq.widgets = cq.widgets || [];
                cq.widgets.push({
                  recommenderName: recommender,
                  parameters: params,
                  callback: cb
                });
              }
            };

            function cb(parsed) {
              var arr = parsed[recommender].recs;
              if (arr && 0 < arr.length) {
                var filteredProductIds = '';
                for (i = 0; i < arr.length; i++) {
                  filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&';
                }
                filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1); //to remove the trailing '&'
                var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds;
                var request = new XMLHttpRequest();
                request.open('POST', urlToCall, true);
                request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
                request.onreadystatechange = function() {
                  if (this.readyState === 4) {
                    // Got the product data from DW, showing the products now by changing the inner HTML of the DIV:
                    var divId = 'cq_recomm_slot-' + slotConfigurationUUID;
                    document.getElementById(divId).innerHTML = this.responseText;
                    //find and evaluate scripts in response:
                    var scripts = document.getElementById(divId).getElementsByTagName('script');
                    if (null != scripts) {
                      for (var i = 0; i < scripts.length; i++) { //not combining script snippets on purpose
                        var srcScript = document.createElement('script');
                        srcScript.text = scripts[i].innerHTML;
                        srcScript.asynch = scripts[i].asynch;
                        srcScript.defer = scripts[i].defer;
                        srcScript.type = scripts[i].type;
                        srcScript.charset = scripts[i].charset;
                        document.head.appendChild(srcScript);
                        document.head.removeChild(srcScript);
                      }
                    }
                  }
                };
                request.send(formData);
                request = null;
              }
            };
          })();
        </script>
        <!-- The DIV tag id below is unique on purpose in case there are multiple recommendation slots on the same .isml page: -->
        <div id="cq_recomm_slot-2353a743923c966031fafa98dd">
          <div class="html-slot-wrapper">
            <p class="now-trending-title">now trending</p>
            <div data-list="Three Trending Products">
              <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
              <script type="text/javascript">
                //<!--
                /* <![CDATA[ */
                (function() {
                  try {
                    if (window.CQuotient) {
                      var cq_params = {};
                      cq_params.cookieId = window.CQuotient.getCQCookieId();
                      cq_params.userId = window.CQuotient.getCQUserId();
                      cq_params.emailId = CQuotient.getCQHashedEmail();
                      cq_params.loginId = CQuotient.getCQHashedLogin();
                      cq_params.accumulate = true;
                      cq_params.products = [{
                        id: '1023367',
                        sku: '',
                        type: '',
                        alt_id: ''
                      }];
                      cq_params.recommenderName = 'TRU-Now-Trending';
                      cq_params.realm = "BDGJ";
                      cq_params.siteId = "ToysRUs_SG";
                      cq_params.instanceType = "prd";
                      cq_params.locale = window.CQuotient.locale;
                      cq_params.slotId = 'show-trending-products';
                      cq_params.slotConfigId = 'recommendationContentType - 2022-07-22 18:18:00';
                      cq_params.slotConfigTemplate = 'slots\/recommendation\/trendingProducts.isml';
                      if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                      else window.CQuotient.activities.push({
                        activityType: 'viewReco',
                        parameters: cq_params
                      });
                    }
                  } catch (err) {}
                })();
                /* ]]> */
                // -->
              </script>
              <!-- Facebook Activity Tracking (viewContent-facebook.js) -->
              <script type="text/javascript">
                //<!--
                /* <![CDATA[ */
                (function() {
                  try {
                    fbq && fbq('track', 'ViewContent', {
                      content_ids: ['1023367'],
                      content_type: 'product'
                    });
                  } catch (e) {}
                })();
                /* ]]> */
                // -->
              </script>
              <script type="text/javascript">
                //<!--
                /* <![CDATA[ (viewProduct-active_data.js) */
                dw.ac._capture({
                  id: "1023367",
                  type: "recommendation"
                });
                /* ]]> */
                // -->
              </script>
              <div class="column">
                <!-- dwMarker="product" dwContentID="29344febfabaa694bc74992a8c" -->
                <div class="product-tile product" data-pid="1023367" itemscope="" itemtype="http://schema.org/Product"
                  data-metadata="{&quot;id&quot;:&quot;922148&quot;,&quot;name&quot;:&quot;Dyson Toy Cordless Stick Vacuum&quot;,&quot;price&quot;:&quot;49.99&quot;,&quot;sku&quot;:&quot;1023367&quot;,&quot;brand&quot;:&quot;dyson&quot;,&quot;name_local&quot;:&quot;Dyson Toy Cordless Stick Vacuum&quot;,&quot;category&quot;:&quot;cleaning&quot;,&quot;akeneo_categoryNumber&quot;:[&quot;31&quot;],&quot;akeneo_catAndSubCatNumber&quot;:&quot;3109&quot;,&quot;akeneo_ageRangeYears&quot;:&quot;3_4yrs,5_7yrs&quot;,&quot;akeneo_ageRangeMonths&quot;:&quot;&quot;,&quot;quantity&quot;:1}">
                  <div class="product-wrapper d-flex align-items-center">
                    <a href="/dyson-toy-cordless-stick-vacuum-1023367.html" class="product-image" data-gtm-product-link="">
            <img class="tile-image card-image lazyloaded" data-parent-fit="contain" data-parent-container=".card-image-container" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-master-catalog-toysrus/default/dw3004f060/9/6/1/b/961b8962c2a159908f3100d3e87efa3183962ee5_922148_i2.jpg?sw=394&amp;sh=394&amp;q=75" alt="Dyson Toy Cordless Stick Vacuum" title="Dyson Toy Cordless Stick Vacuum" itemprop="image" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-master-catalog-toysrus/default/dw3004f060/9/6/1/b/961b8962c2a159908f3100d3e87efa3183962ee5_922148_i2.jpg?sw=394&amp;sh=394&amp;q=75">
        </a>
                    <a class="card-link -plain" href="/dyson-toy-cordless-stick-vacuum-1023367.html" itemprop="url" data-gtm-product-link="">
            <span itemprop="name">Dyson Toy Cordless Stick Vacuum</span>
        </a>
                  </div>
                </div>
                <!-- END_dwmarker -->
              </div>
              <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
              <script type="text/javascript">
                //<!--
                /* <![CDATA[ */
                (function() {
                  try {
                    if (window.CQuotient) {
                      var cq_params = {};
                      cq_params.cookieId = window.CQuotient.getCQCookieId();
                      cq_params.userId = window.CQuotient.getCQUserId();
                      cq_params.emailId = CQuotient.getCQHashedEmail();
                      cq_params.loginId = CQuotient.getCQHashedLogin();
                      cq_params.accumulate = true;
                      cq_params.products = [{
                        id: '1005892',
                        sku: '',
                        type: '',
                        alt_id: ''
                      }];
                      cq_params.recommenderName = 'TRU-Now-Trending';
                      cq_params.realm = "BDGJ";
                      cq_params.siteId = "ToysRUs_SG";
                      cq_params.instanceType = "prd";
                      cq_params.locale = window.CQuotient.locale;
                      cq_params.slotId = 'show-trending-products';
                      cq_params.slotConfigId = 'recommendationContentType - 2022-07-22 18:18:00';
                      cq_params.slotConfigTemplate = 'slots\/recommendation\/trendingProducts.isml';
                      if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                      else window.CQuotient.activities.push({
                        activityType: 'viewReco',
                        parameters: cq_params
                      });
                    }
                  } catch (err) {}
                })();
                /* ]]> */
                // -->
              </script>
              <!-- Facebook Activity Tracking (viewContent-facebook.js) -->
              <script type="text/javascript">
                //<!--
                /* <![CDATA[ */
                (function() {
                  try {
                    fbq && fbq('track', 'ViewContent', {
                      content_ids: ['1005892'],
                      content_type: 'product'
                    });
                  } catch (e) {}
                })();
                /* ]]> */
                // -->
              </script>
              <script type="text/javascript">
                //<!--
                /* <![CDATA[ (viewProduct-active_data.js) */
                dw.ac._capture({
                  id: "1005892",
                  type: "recommendation"
                });
                /* ]]> */
                // -->
              </script>
              <div class="column">
                <!-- dwMarker="product" dwContentID="b7cf7cea03ff713a8b3a5a1ba2" -->
                <div class="product-tile product" data-pid="1005892" itemscope="" itemtype="http://schema.org/Product"
                  data-metadata="{&quot;id&quot;:&quot;58747&quot;,&quot;name&quot;:&quot;LEGO Classic Large Creative Brick Box 10698&quot;,&quot;price&quot;:&quot;84.99&quot;,&quot;sku&quot;:&quot;1005892&quot;,&quot;brand&quot;:&quot;lego_classic, lego&quot;,&quot;name_local&quot;:&quot;LEGO Classic Large Creative Brick Box 10698&quot;,&quot;category&quot;:&quot;building_blocks_lego&quot;,&quot;akeneo_categoryNumber&quot;:[&quot;55&quot;],&quot;akeneo_catAndSubCatNumber&quot;:&quot;5501&quot;,&quot;akeneo_ageRangeYears&quot;:&quot;3_4yrs,5_7yrs&quot;,&quot;akeneo_ageRangeMonths&quot;:&quot;&quot;,&quot;quantity&quot;:1}">
                  <div class="product-wrapper d-flex align-items-center">
                    <a href="/lego-classic-large-creative-brick-box-10698-1005892.html" class="product-image" data-gtm-product-link="">
            <img class="tile-image card-image lazyloaded" data-parent-fit="contain" data-parent-container=".card-image-container" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-master-catalog-toysrus/default/dw8bf469cc/3/6/8/7/3687efdb541a79457b9d1d42d939eb88a03cbe93_49110_i1.jpg?sw=394&amp;sh=394&amp;q=75" alt="LEGO Classic Large Creative Brick Box 10698" title="LEGO Classic Large Creative Brick Box 10698" itemprop="image" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-master-catalog-toysrus/default/dw8bf469cc/3/6/8/7/3687efdb541a79457b9d1d42d939eb88a03cbe93_49110_i1.jpg?sw=394&amp;sh=394&amp;q=75">
        </a>
                    <a class="card-link -plain" href="/lego-classic-large-creative-brick-box-10698-1005892.html" itemprop="url" data-gtm-product-link="">
            <span itemprop="name">LEGO Classic Large Creative Brick Box 10698</span>
        </a>
                  </div>
                </div>
                <!-- END_dwmarker -->
              </div>
              <!-- CQuotient Activity Tracking (viewReco-cquotient.js) -->
              <script type="text/javascript">
                //<!--
                /* <![CDATA[ */
                (function() {
                  try {
                    if (window.CQuotient) {
                      var cq_params = {};
                      cq_params.cookieId = window.CQuotient.getCQCookieId();
                      cq_params.userId = window.CQuotient.getCQUserId();
                      cq_params.emailId = CQuotient.getCQHashedEmail();
                      cq_params.loginId = CQuotient.getCQHashedLogin();
                      cq_params.accumulate = true;
                      cq_params.products = [{
                        id: '1023888',
                        sku: '',
                        type: '',
                        alt_id: ''
                      }];
                      cq_params.recommenderName = 'TRU-Now-Trending';
                      cq_params.realm = "BDGJ";
                      cq_params.siteId = "ToysRUs_SG";
                      cq_params.instanceType = "prd";
                      cq_params.locale = window.CQuotient.locale;
                      cq_params.slotId = 'show-trending-products';
                      cq_params.slotConfigId = 'recommendationContentType - 2022-07-22 18:18:00';
                      cq_params.slotConfigTemplate = 'slots\/recommendation\/trendingProducts.isml';
                      if (window.CQuotient.sendActivity) window.CQuotient.sendActivity(CQuotient.clientId, 'viewReco', cq_params);
                      else window.CQuotient.activities.push({
                        activityType: 'viewReco',
                        parameters: cq_params
                      });
                    }
                  } catch (err) {}
                })();
                /* ]]> */
                // -->
              </script>
              <!-- Facebook Activity Tracking (viewContent-facebook.js) -->
              <script type="text/javascript">
                //<!--
                /* <![CDATA[ */
                (function() {
                  try {
                    fbq && fbq('track', 'ViewContent', {
                      content_ids: ['1023888'],
                      content_type: 'product'
                    });
                  } catch (e) {}
                })();
                /* ]]> */
                // -->
              </script>
              <script type="text/javascript">
                //<!--
                /* <![CDATA[ (viewProduct-active_data.js) */
                dw.ac._capture({
                  id: "1023888",
                  type: "recommendation"
                });
                /* ]]> */
                // -->
              </script>
              <div class="column">
                <!-- dwMarker="product" dwContentID="46d86120762a0983a0d6b5a7e6" -->
                <div class="product-tile product" data-pid="1023888" itemscope="" itemtype="http://schema.org/Product"
                  data-metadata="{&quot;id&quot;:&quot;121304&quot;,&quot;name&quot;:&quot;LEGO Super Mario Adventures With Mario Starter Course 71360&quot;,&quot;price&quot;:&quot;84.99&quot;,&quot;sku&quot;:&quot;1023888&quot;,&quot;brand&quot;:&quot;legosupermario, supermario, lego&quot;,&quot;name_local&quot;:&quot;LEGO Super Mario Adventures With Mario Starter Course 71360 &quot;,&quot;category&quot;:&quot;building_blocks_lego&quot;,&quot;akeneo_categoryNumber&quot;:[&quot;55&quot;],&quot;akeneo_catAndSubCatNumber&quot;:&quot;5503&quot;,&quot;akeneo_ageRangeYears&quot;:&quot;5_7yrs,8_11yrs&quot;,&quot;akeneo_ageRangeMonths&quot;:&quot;&quot;,&quot;quantity&quot;:1}">
                  <div class="product-wrapper d-flex align-items-center">
                    <a href="/lego-super-mario-adventures-with-mario-starter-course-71360--1023888.html" class="product-image" data-gtm-product-link="">
            <img class="tile-image card-image lazyloaded" data-parent-fit="contain" data-parent-container=".card-image-container" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-master-catalog-toysrus/default/dw1ca313df/b/f/3/3/bf333e0b14397a3f40f496c6809adb8e45eaf024_121304_a.jpg?sw=394&amp;sh=394&amp;q=75" alt="LEGO Super Mario Adventures With Mario Starter Course 71360 " title="LEGO Super Mario Adventures With Mario Starter Course 71360 " itemprop="image" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-master-catalog-toysrus/default/dw1ca313df/b/f/3/3/bf333e0b14397a3f40f496c6809adb8e45eaf024_121304_a.jpg?sw=394&amp;sh=394&amp;q=75">
        </a>
                    <a class="card-link -plain" href="/lego-super-mario-adventures-with-mario-starter-course-71360--1023888.html" itemprop="url" data-gtm-product-link="">
            <span itemprop="name">LEGO Super Mario Adventures With Mario Starter Course 71360 </span>
        </a>
                  </div>
                </div>
                <!-- END_dwmarker -->
              </div>
            </div>
          </div>
        </div>
        <!-- ====================== snippet ends here ======================== -->
      </div>
      <div class="trending-brands-container">
        <div class="brands-wrapper d-flex align-items-center justify-content-around">
          <div class="category-box column">
            <a class="category-link" href="/barbie/">
                        <img class=" lazyloaded" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw9ea3e5e5/0/3/2/a/032aa1da5be928251f20d94191d635792cb33f0e_Barbie_color_logo_343x343.png?q=75&amp;sw=60" alt="Barbie" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw9ea3e5e5/0/3/2/a/032aa1da5be928251f20d94191d635792cb33f0e_Barbie_color_logo_343x343.png?q=75&amp;sw=60">
                    </a>
          </div>
          <div class="category-box column">
            <a class="category-link" href="/lego/">
                        <img class=" lazyloaded" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw3a0f45d0/6/9/5/7/6957365fd06de0da313b28d433e8c00d09bec704_lego_343x343_color.png?q=75&amp;sw=60" alt="LEGO" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw3a0f45d0/6/9/5/7/6957365fd06de0da313b28d433e8c00d09bec704_lego_343x343_color.png?q=75&amp;sw=60">
                    </a>
          </div>
          <div class="category-box column">
            <a class="category-link" href="/nerf/">
                        <img class=" lazyloaded" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw7e47edde/9/e/5/e/9e5e8bcfcd6cee795a540228cafc6abf092eaea0_nerf_logo_343x343.png?q=75&amp;sw=60" alt="NERF" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw7e47edde/9/e/5/e/9e5e8bcfcd6cee795a540228cafc6abf092eaea0_nerf_logo_343x343.png?q=75&amp;sw=60">
                    </a>
          </div>
          <div class="category-box column">
            <a class="category-link" href="/hot-wheels/">
                        <img class=" lazyloaded" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw66eaa604/f/f/0/8/ff08aa7b7f89066e3fa7af61d06ae4953af8335c_hot_wheels_color_logo_343x343.png?q=75&amp;sw=60" alt="Hot Wheels" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw66eaa604/f/f/0/8/ff08aa7b7f89066e3fa7af61d06ae4953af8335c_hot_wheels_color_logo_343x343.png?q=75&amp;sw=60">
                    </a>
          </div>
        </div>
      </div>
      <div class="trending-categories-container">
        <div class="brands-wrapper d-flex align-items-center justify-content-around">
          <div class="category-round column">
            <a class="category-link" href="/action-figures-and-hero-play/">
                        <span class="image-circle d-flex align-items-center justify-content-around">
                            <img class="category-thumbnail lazyloaded" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dwebf80b75/categories/action_figures_hero_play/action-figure-hero-play-iron-man-circle-2.jpg?q=75&amp;sw=60" alt="Action Figures &amp; Hero Play" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dwebf80b75/categories/action_figures_hero_play/action-figure-hero-play-iron-man-circle-2.jpg?q=75&amp;sw=60">
                        </span>
                    </a>
          </div>
          <div class="category-round column">
            <a class="category-link" href="/bikes-scooters-and-ride-ons/">
                        <span class="image-circle d-flex align-items-center justify-content-around">
                            <img class="category-thumbnail lazyloaded" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dwbf9e54ff/categories/bikes_scooters_ride_ons/12in-bikes-circle.jpg?q=75&amp;sw=60" alt="Bikes, Scooters &amp; Ride-ons" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dwbf9e54ff/categories/bikes_scooters_ride_ons/12in-bikes-circle.jpg?q=75&amp;sw=60">
                        </span>
                    </a>
          </div>
          <div class="category-round column">
            <a class="category-link" href="/building-blocks-and-lego/">
                        <span class="image-circle d-flex align-items-center justify-content-around">
                            <img class="category-thumbnail lazyloaded" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dwf2b149a6/categories/building_blocks_lego/building-blocks-&amp;-lego.jpg?q=75&amp;sw=60" alt="Building Blocks &amp; LEGO" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dwf2b149a6/categories/building_blocks_lego/building-blocks-&amp;-lego.jpg?q=75&amp;sw=60">
                        </span>
                    </a>
          </div>
          <div class="category-round column">
            <a class="category-link" href="/cars-trucks-trains-and-rc/">
                        <span class="image-circle d-flex align-items-center justify-content-around">
                            <img class="category-thumbnail lazyloaded" data-src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw7b54e318/categories/cars_trucks_trains_rc/cars-vehicles-circle.jpg?q=75&amp;sw=60" alt="Cars, Trucks, Trains &amp; RC" src="https://www.toysrus.com.sg/dw/image/v2/BDGJ_PRD/on/demandware.static/-/Sites-storefront-catalog-toysrus-sg/default/dw7b54e318/categories/cars_trucks_trains_rc/cars-vehicles-circle.jpg?q=75&amp;sw=60">
                        </span>
                    </a>
          </div>
        </div>
      </div>
      <div class="search-form-suggestions -no-input" data-url="/on/demandware.store/Sites-ToysRUs_SG-Site/en_SG/SearchServices-GetSuggestions?cgid=getPopularSearches"></div>
      <div class="bar-code-container">
        <button type="button" class="button -barcode" data-toggle="modal" data-barcode-button="" data-library-url="/on/demandware.static/Sites-ToysRUs_SG-Site/-/en_SG/v1710576086424/js/barcode-scanner.js">
          <svg class="icon">
            <use xlink:href="#bar-code"></use>
          </svg> Scan Barcode </button>
      </div>
    </div>
  </div>
  <input type="hidden" value="en_SG" name="lang">
  <input type="hidden" data-cgid-input="" name="cgid">
</form>

Name: dwfrm_newsletterPOST /on/demandware.store/Sites-ToysRUs_SG-Site/en_SG/Newsletter-Handler

<form action="/on/demandware.store/Sites-ToysRUs_SG-Site/en_SG/Newsletter-Handler" method="POST" class="footer-signup" data-newsletter-form="" data-newsletter-success="Email subscription successful"
  data-newsletter-error="Something went wrong, please try again" name="dwfrm_newsletter" id="dwfrm_newsletter">
  <input type="hidden" name="csrf_token" value="ODpm16_v804DkALvHWcwD60mOd6-AORF4qwuC5sIQHeY37ro5hqtLkDld3OOfCrEzT5KeviZARLcud8RVuIF4v8NS1rGTP7P629TWupx8iUUyqDYIJp-kB3U56ASla1cjNwYGgr0njUNM0DUa14e41X4_sZXJu0rlNRIbGqFAoCAUnf8zsU=">
  <div class="form-group required">
    <input type="email" class="form-control" id="newsletter-form-email" data-pattern-mismatch="Please enter a valid email address" data-missing-error="Please fill out this field" placeholder="enter your email" name="dwfrm_newsletter_email"
      required="" aria-required="true" value="" maxlength="50" pattern="^[\w.%+-]+@[\w.-]+\.[\w]{2,6}$">
    <div class="invalid-feedback"></div>
    <button type="submit" class="btn btn-primary">subscribe</button>
  </div>
</form>

Text Content

StarCardStarCard
Free delivery with $80 or above.Find out more
Buy online & collect in store with Click & Collect.Learn More



 * new arrivals sale exclusive
   
   now trending
   
   Dyson Toy Cordless Stick Vacuum
   LEGO Classic Large Creative Brick Box 10698
   LEGO Super Mario Adventures With Mario Starter Course 71360
   
   
   
   Scan Barcode
   
   
   SCAN A BARCODE
   
   
 * find a store
 * My account
   * Sign in
   * Register
   * My account
   * My orders
   * Star card
   * Gift card
 * wish list
 * cart
   My shopping cart
   
   
   
   REMOVE PRODUCT?
   
   Are you sure you want to remove the following product from the cart?
   
   Cancel Yes

 * Categories
    * Action Figures & Hero Play
    * Bikes, Scooters & Ride-ons
    * Building Blocks & LEGO
    * Cars, Trucks, Trains & RC
    * Craft & Activities
    * Dolls & Collectibles
    * Electronics
    * Games & Puzzles
    * Learning Toys
    * Outdoor & Sports
    * Party
    * Pretend Play & Costumes
    * Soft Toys
    * Summer
    * Toddler & Baby Toys
    * Batteries
    * New Arrivals
    * Toy Sale
    * Toy Clearance

 * brands
   
   
   SHOP POPULAR BRANDS
   
   
   popular brands 0 - 9 A - C D - F G - I J - L M - O P - S T - V W - Z
   
 * age
    * 0~2 Years
    * 3~4 Years
    * 5~7 Years
    * 8~11 Years
    * 12~14 Years
    * 14+

 * sale
 * new
 * toy finder
 * star card
 * gift cards
   




CLEARANCE ITEMS FROM AS LOW AS $1

exclusive


reduced



Play Pop Playing Cards Family Game
Price reduced from $7.99 to $1.00

reduced



Crayola Colors Of The World 24 Count Crayons
Price reduced from $7.99 to $1.00

reduced



Crayola Ultimate Crayon Collection Coloring Set
Price reduced from $49.99 to $20.00

exclusive


reduced



Sport Craft Garden House Play Tent
Price reduced from $39.99 to $15.00

shop now


CHECK THESE HOT BRANDS

 * speed city

 * paw patrol

 * play-doh

 * lego

 * barbie

 * nerf


OUR HOTTEST NEW TOYS

new



LEGO Technic Mercedes-AMG F1 W14 E Performance Pull-Back 42165
$42.99

new



Freeny's Hidden Dissection: One Piece (Luffy’s Gears Edition) - Single
$22.99

new



Mga's Miniverse Make It Mini Appliances Mini Collectibles - Assorted
$29.99

new



LEGO Speed Champions 2023 McLaren Formula 1 Race Car 76919
$42.99



THERE'S A BARBIE FOR EVERY IMAGINATION

shop now
Barbie Torys Starter Pack - Assorted
$19.99

sale



Barbie Made To Move - Tennis Player
Price reduced from $36.99 to $29.99

exclusive


clearance



Barbie Doll & Accessories
Price reduced from $79.99 to $39.98

Barbie Fashionistas Ultimate Closet Accessory
$39.99

shop now


30% OFF ON THESE SELECTED SETS

shop now
LEGO Technic 2022 Ford GT 42154
$199.99

star card member price
$139.99
LEGO Ninjago Elemental Dragon vs. The Empress Mech 71796
$169.99

star card member price
$118.99
LEGO Jurassic World Visitor Center: T.rex & Raptor Attack 76961
$209.99

star card member price
$146.99
LEGO Technic PEUGEOT 9X8 24H Le Mans Hybrid Hypercar 42156
$299.99

star card member price
$209.99
shop now


BEST SELLING GAMES

exclusive


sale



Play Pop 2 In 1 Chess & Checker Strategy Game
Price reduced from $24.99 to $16.99

Monopoly Singapore Edition
$49.99

pre-order



UNO Show Em No Mercy
$13.99

exclusive


reduced



Play Pop Bugs In The Tree Action Game
Price reduced from $24.99 to $5.00




WHAT'S ON




SIGN UP TO SAVE

subscribe to our emails to be the first to know about our hottest offers and
latest toys


subscribe

OTHER LOCATIONS

Singapore
 * Brunei
 * China
 * Hong Kong SAR
 * Taiwan
 * Malaysia
 * Singapore
 * Japan
 * Thailand

FOLLOW US



"R" Us

 * About Us
 * Find A Store
 * Catalogue
 * Geoffrey's Fun Zone

help

 * Help Centre
 * Shipping & Delivery
 * Refunds & Returns
 * My Account

services

 * Star Card
 * Gift Cards
 * Wishlist

"R" Us


 * About Us
 * Find A Store
 * Catalogue
 * Geoffrey's Fun Zone

help


 * Help Centre
 * Shipping & Delivery
 * Refunds & Returns
 * My Account

services


 * Star Card
 * Gift Cards
 * Wishlist

Shop Safely and Securely


© 2024

Toys”R”Us Singapore. All Rights Reserved.
Use of this site signifies your acceptance of the Toys”R”Us Website Terms and
Conditions and Privacy Policy.




we collect & store information using cookies to improve your experience.

to find out more click here

close