steamshop.pk Open in urlscan Pro
2606:4700:20::681a:fcf  Public Scan

URL: https://steamshop.pk/
Submission: On March 03 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://steamshop.pk/catalogsearch/result/

<form class="form minisearch search-content" id="search_mini_form" action="https://steamshop.pk/catalogsearch/result/" method="get">
  <div class="field-by-cat-search">
    <select name="cat" id="choose_category" style="display: none;">
      <option value="">All Categories</option>
      <option value="191">GIFT CARDS</option>
      <option value="208">TOP-UP</option>
      <option value="273">GAME CARDS</option>
      <option value="258">SUBSCRIPTIONS</option>
      <option value="268">PAYMENT CARDS</option>
      <option value="209">GAMES</option>
      <option value="222">PLAYSTATION</option>
      <option value="223">XBOX LIVE</option>
      <option value="224">NINTENDO</option>
      <option value="210">GAMING CONSOLES</option>
    </select>
    <div class="chosen-container chosen-container-single" style="width: 155px;" title="" id="choose_category_chosen"><a class="chosen-single" tabindex="-1"><span>All Categories</span><div><b></b></div></a>
      <div class="chosen-drop">
        <div class="chosen-search"><input type="text" autocomplete="off"></div>
        <ul class="chosen-results"></ul>
      </div>
    </div>
  </div>
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search-input-autocomplate" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" aria-expanded="false"
        autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div data-bind="scope: 'searchsuiteautocomplete_form'">
        <!-- ko template: getTemplate() -->
        <div id="searchsuite-autocomplete" class="searchsuite-autocomplete" data-bind="visible: showPopup()" style="display: none;">
          <div data-bind="visible: anyResultCount()" style="display: none;">
            <div class="suggest" data-bind="visible: result.suggest.data().length > 0" style="display: none;">
              <div class="title"><!-- ko i18n: 'Suggested'--><span>Suggested</span><!-- /ko --></div>
              <ul id="suggest" role="listbox" data-bind="foreach: result.suggest.data"></ul>
            </div>
            <div class="product" data-bind="visible: result.product.data().length > 0" style="display: none;">
              <div class="title">
                <!-- ko i18n: 'Products'--><span>Products</span><!-- /ko -->
                <a class="see-all" data-bind="attr: {href: result.product.url}" href="">
                    <!-- ko i18n: 'See All' --><span>See All</span><!-- /ko -->
                    <span data-bind="text: result.product.size">0</span>
                </a>
              </div>
              <ul id="product" role="listbox" data-bind="foreach: result.product.data"></ul>
            </div>
          </div>
          <div class="no-result" data-bind="visible: !anyResultCount()"><!-- ko i18n: 'No Result'--><span>No Result</span><!-- /ko --></div>
        </div><!-- /ko -->
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" disabled="disabled">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://steamshop.pk/checkout/cart/add/uenc/aHR0cHM6Ly9zdGVhbXNob3AucGsv/product/1788/

<form data-role="tocart-form" action="https://steamshop.pk/checkout/cart/add/uenc/aHR0cHM6Ly9zdGVhbXNob3AucGsv/product/1788/" method="post">
  <input type="hidden" name="product" value="1788">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly9zdGVhbXNob3AucGsv">
  <input name="form_key" type="hidden" value="wP8KrMHCilUayEVl"> <button type="submit" title="Add to Cart" class="btn-add-to-cart">
    <span>Add to Cart</span>
  </button>
</form>

POST https://steamshop.pk/checkout/cart/add/uenc/aHR0cHM6Ly9zdGVhbXNob3AucGsv/product/1789/

<form data-role="tocart-form" action="https://steamshop.pk/checkout/cart/add/uenc/aHR0cHM6Ly9zdGVhbXNob3AucGsv/product/1789/" method="post">
  <input type="hidden" name="product" value="1789">
  <input type="hidden" name="uenc" value="aHR0cHM6Ly9zdGVhbXNob3AucGsv">
  <input name="form_key" type="hidden" value="wP8KrMHCilUayEVl"> <button type="submit" title="Add to Cart" class="btn-add-to-cart">
    <span>Add to Cart</span>
  </button>
</form>

POST https://steamshop.pk/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://steamshop.pk/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email here..." data-validate="{required:true, 'validate-email':true}">
      <div class="actions">
        <button class="action subscribe primary" title="Subscribe" type="submit">
          <span>Subscribe</span>
        </button>
      </div>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" placeholder="demo@gmail.com" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}"
          data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" placeholder="Password" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
      <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://steamshop.pk/customer/account/forgotpassword/">
							<span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
						</a>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <a class="action-register" data-bind="attr: {href: registerUrl}" href="https://steamshop.pk/customer/account/create/">
							<span data-bind="i18n: 'Create an Account'">Create an Account</span>
						</a>
    </div>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

The Most Trusted Digital Store in Pakistan
 * My Account
 * My Wish List
 * Sign In
   

Call / WhatsApp03-111-133-144
 * Blog
 * About Us
 * Contact

0 My Cart: RS 0.00
My Cart
Close You have no items in your shopping cart.

All Categories GIFT CARDSTOP-UPGAME CARDSSUBSCRIPTIONSPAYMENT
CARDSGAMESPLAYSTATIONXBOX LIVENINTENDOGAMING CONSOLES
All Categories


Search
Suggested
Products See All 0
No Result
Search
 * Home
 * FAQs
 * About Us
 * Contact Us


Toggle Nav


SHOP BY CATEGORIES

 * 
   GIFT CARDSHot!
    * Steam Wallet Codes
    * PlayStation Network Card
    * Xbox Live Gift Card
    * Nintendo eShop Card
    * Google Play Gift Card
    * Apple iTunes Gift Card
    * Fortnite V-Bucks Card
    * Razer Gold Card
    * Battlenet Gift Card
    * Amazon Gift Card
    * eBay Gift Card
    * Netflix Gift Card
    * Minecraft Game Card
    * Roblox Game Card
    * G2A Gift Card
    * Riot Access Code
    * League of Legends RP
    * IMVU Prepaid Card
    * Skype Prepaid Card
    * Spotify Gift Card
    * Microsoft Gift Card
    * EA Origin Cash Card
    * Discord Nitro Subscription
    * Multi Game Cards
    * OpenBucks Gift Cards
    * MINT Prepaid Cards
    * Twitch Gift Cards
    * Call Of Duty Mobile CP
    * Huawei Gift Card
   
   

 * 
   TOP-UP
    * PUBG Mobile UC
    * PUBG: NEW STATE NC
    * Fortnite
    * VALORANT Points
    * Roblox Robux
    * Apex Legends Coins
    * Minecraft Minecoins

 * 
   GAME CARDS
    * Webzen Wcoins
    * Carrom Gold Coins

 * 
   SUBSCRIPTIONSNew!
    * Battleping
    * BoostSpeed (Global)
    * ExitLag (Global)
    * NordVPN (Global)
    * WTFast

 * 
   PAYMENT CARDS
    * Astropay Gift Cards
    * CashtoCode eVouchers
    * Flexepin Vouchers

 * 
   GAMES
    * Battlenet
    * Origin
    * Rockstar
    * Steam
    * Uplay
    * PC

 * PLAYSTATION
 * XBOX LIVE
 * NINTENDO
 * 
   GAMING CONSOLES
    * 
      PLAYSTATION
      * CONSOLES
      * ACCESSORIES

 * All Categories


0

INSTANT DELIVERY

Fast Delivery through Email
2

ONLINE SUPPORT

Live / Technical Support
3

SECURE PAYMENT

All Cards Accepted
4

BEST PRICE

Lowest Price Guaranteed
1

SATISFACTION

100% customer satisfaction.



CATEGORIES



 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 


DEALS OF THE DAY

-6%


EUR 10 VALORANT POINTS

Add Review
Special Price RS 2,900 Regular Price RS 3,100
Don't miss this special offer!
Hurry Up! Offer ends in:
28Days
20Hours
34Mins
38Secs
-6%


EUR 20 VALORANT POINTS

Add Review
Special Price RS 5,800 Regular Price RS 6,150
Don't miss this special offer!
Hurry Up! Offer ends in:
28Days
20Hours
34Mins
38Secs
-11%


USD 10 ROBLOX GAME CARD

Add Review
Special Price RS 2,550 Regular Price RS 2,850
Don't miss this special offer!
Hurry Up! Offer ends in:
28Days
20Hours
34Mins
38Secs
-11%


800 ROBUX ROBLOX

Add Review
Special Price RS 2,550 Regular Price RS 2,850
Don't miss this special offer!
Hurry Up! Offer ends in:
28Days
20Hours
34Mins
38Secs
-18%


1 MONTH XBOX GAME PASS ULTIMATE MEMBERSHIP

Add Review
Special Price RS 3,100 Regular Price RS 3,800
Don't miss this special offer!
Hurry Up! Offer ends in:
28Days
20Hours
34Mins
38Secs
-18%


3 MONTHS XBOX GAME PASS ULTIMATE MEMBERSHIP

Add Review
Special Price RS 8,650 Regular Price RS 10,500
Don't miss this special offer!
Hurry Up! Offer ends in:
28Days
20Hours
34Mins
38Secs
-7%


3 MONTHS XBOX LIVE GOLD MEMBERSHIP

Add Review
Special Price RS 3,850 Regular Price RS 4,150
Don't miss this special offer!
Hurry Up! Offer ends in:
28Days
20Hours
34Mins
38Secs



FEATURED PRODUCTS

 * 
 * 


MINECRAFT: JAVA EDITION FOR PC/MAC

Rating:
95% of 100
7 Reviews Add Your Review
RS 6,550
Add to Cart
 * 
 * 


GRAND THEFT AUTO V (PC)

Rating:
100% of 100
6 Reviews Add Your Review
RS 3,400
Add to Cart
prev
next


BEST SELLING






PLAYSTATION NETWORK PRODUCTS

 * PlayStation Network Card


PSN GIFT CARD (US)

Rating:
98% of 100
17 Reviews Add Your Review
RS 2,700 - RS 25,900 Regular Price RS 2,700


PSN GIFT CARD (UK)

Rating:
100% of 100
4 Reviews Add Your Review
RS 1,800 - RS 34,250


PSN GIFT CARD (AE)

Add Review
RS 1,400 - RS 27,900


PSN GIFT CARD (SA)

Add Review
RS 1,450 - RS 28,500


PSN GIFT CARD (CA)

Add Review
RS 2,500 - RS 26,150


PSN GIFT CARD (AU)

Add Review
RS 3,950 - RS 28,000


PSN GIFT CARD (AT)

Add Review
RS 1,600 - RS 28,950


PSN GIFT CARD (BE)

Add Review
RS 7,200 - RS 25,500


PSN GIFT CARD (BH)

Add Review
RS 1,400 - RS 27,900


PSN GIFT CARD (BR)

Add Review
RS 2,100 - RS 18,400


PSN GIFT CARD (CH)

Add Review
RS 1,750 - RS 31,250


PSN GIFT CARD (DE)

Add Review
RS 1,600 - RS 29,250
prev
next


NINTENDO ESHOP PRODUCTS

 * Nintendo eShop Card


NINTENDO ESHOP CARD (US)

Rating:
100% of 100
2 Reviews Add Your Review
RS 2,600 - RS 13,450


NINTENDO ESHOP CARD (UK)

Add Review
RS 6,350 - RS 17,000


NINTENDO ESHOP CARD (AU)

Add Review
RS 4,050 - RS 16,050


NINTENDO ESHOP CARD (CA)

Add Review
RS 5,350 - RS 13,350


NINTENDO ESHOP CARD (CH)

Add Review
RS 6,600 - RS 23,950


NINTENDO ESHOP CARD (EU)

Add Review
RS 5,200 - RS 16,550


NINTENDO ESHOP CARD (HK)

Add Review
RS 4,550 - RS 22,250


NINTENDO ESHOP CARD (JP)

Add Review
RS 1,650 - RS 25,400


NINTENDO ESHOP CARD (KR)

Add Review
RS 1,500 - RS 14,550


NINTENDO ESHOP CARD (MX)

Add Review
RS 3,600 - RS 8,950


NINTENDO ESHOP CARD (PL)

Add Review
RS 5,300 - RS 18,800
prev
next


XBOX LIVE PRODUCTS

 * Xbox Live Gift Card


XBOX MEMBERSHIPS (GLOBAL)

Add Review
RS 2,450 - RS 30,250 Regular Price RS 2,450


XBOX LIVE GIFT CARD (US)

Add Review
RS 1,350 - RS 30,400 Regular Price RS 1,350


XBOX LIVE GIFT CARD (UK)

Add Review
RS 2,050 - RS 23,400


XBOX LIVE GIFT CARD (EU)

Add Review
RS 1,700 - RS 16,600


XBOX LIVE GIFT CARD (AU)

Add Review
RS 2,450 - RS 24,250


XBOX LIVE GIFT CARD (CA)

Add Review
RS 3,550 - RS 23,500


XBOX LIVE GIFT CARD (AE)

Add Review
RS 5,150 - RS 19,700


XBOX LIVE GIFT CARD (AR)

Add Review



XBOX LIVE GIFT CARD (BR)

Add Review
RS 400 - RS 14,000


XBOX LIVE GIFT CARD (CH)

Add Review
RS 5,250


XBOX LIVE GIFT CARD (HK)

Add Review
RS 6,800 - RS 26,850


XBOX LIVE GIFT CARD (JP)

Add Review
RS 3,150 - RS 30,100
prev
next




SIGN UP TO NEWSLETTER

Get email updates about our latest news and exclusive offers. Avail special
discount offers for a limited time.
Sign Up for Our Newsletter:
Subscribe
Back to Top
Call / WhatsApp03-111-133-144
Email: support@steamshop.pk

OUR TIMINGS:

Mon-Sat: 12:00 PM to 9:00 PM
Sunday: 3:00 PM to 9:00 PM

INFORMATION

 * My Account
 * My Digital Codes
 * Order History
 * Terms Of Use
 * Privacy Policy

QUESTIONS?

 * How to Pay?
 * Why Digital Delivery?
 * How Will I Receive My Gift Cards?
 * When Will I Receive My Card?
 * How to Redeem Your Gift Card?



Amazon Gift Card   Battlenet Gift Card   eBay Gift Card   G2A Gift Card   Google
Play Gift Card   Apple iTunes Gift Card   Minecraft Game Card   Netflix Gift
Card   Nintendo eShop Card   PlayStation Network Card   Razer Gold Card   Roblox
Game Card   Steam Wallet Codes   Xbox Live Gift Card   Fortnite V-Bucks Card  
PUBG Mobile UC   Roblox Robux   Battlenet   Origin   Rockstar   Steam   Uplay  
PC   Apex Legends Coins   Riot Access Code   VALORANT Points   League of Legends
RP   IMVU Prepaid Card   Skype Prepaid Card   Spotify Gift Card   Microsoft Gift
Card   EA Origin Cash Card   PLAYSTATION   Discord Nitro Subscription  
Minecraft Minecoins   NordVPN (Global)   Battleping   BoostSpeed (Global)  
ExitLag (Global)   WTFast   Multi Game Cards   OpenBucks Gift Cards   Astropay
Gift Cards   CashtoCode eVouchers   MINT Prepaid Cards   PUBG: NEW STATE NC  
Fortnite   Twitch Gift Cards   Webzen Wcoins   Flexepin Vouchers   Call Of Duty
Mobile CP   Mobile Legends   Teen Patti Gold   Rules of Survival Diamonds  
Castle Clash Gems Cat   Lifeafter Credits Cat   Garena Shells Cat   Karma Koin
Gift Card Cat   GOcash Game Card Cat   Neosuft Gift Card Cat   Mifinity Evoucher
Cat   Kigso Gift Card Cat   Gamestop Gift Card Cat   Aeria Games Points Cat  
Call Of Duty Mobile Cat   Paladins Crystals   Paladins Crystals Cat   Smite Gems
Cat   Netease Game Code Cat   Softnyx Cash Cat   Game Power 7 Gift Card Cat  
Kinguin Gift Cards Cat   Playwith Gift Cards Cat   Moogold Gift Cards Cat   Hulu
Gift Card Cat   EA Gift Card Cat   Carrom Gold Coins   Huawei Gift Card   Free
Fire Diamonds   Rune Scape Gift Cards   Walmart Gift Card Cat   Target Gift Card
Cat   Wizard101 Gift Card Cat  

Copyright © STEAMSHOP All Rights Reserved. Made with ❤️ by Fayyaz Khattak.
All product names are trademarks of their respective companies



Close
Sign in to continue

Email Address

Password

Forgot Your Password?
Sign In
Create an Account



close