www.petsmart.com
Open in
urlscan Pro
104.83.4.42
Public Scan
Submitted URL: https://tinyurl.com/3durcm7k
Effective URL: https://www.petsmart.com/small-pet/live-small-pets/hamsters-guinea-pigs-and-more/chinese-dwarf-hamster-15329.html?cgid=60...
Submission: On February 16 via manual from GB — Scanned from GB
Effective URL: https://www.petsmart.com/small-pet/live-small-pets/hamsters-guinea-pigs-and-more/chinese-dwarf-hamster-15329.html?cgid=60...
Submission: On February 16 via manual from GB — Scanned from GB
Form analysis
7 forms found in the DOMName: simpleSearch — GET /search/
<form role="search" action="/search/" method="get" name="simpleSearch" novalidate="novalidate">
<input class="dp-search-input" type="text" name="q" placeholder="search" title="Search" autocomplete="off">
<input type="submit" value="" title="Search">
</form>
Name: signInForm — POST /on/demandware.store/Sites-PetSmart-Site/default/AccountController-ProcessCaptchaLogin
<form name="signInForm" id="signInFormModal" action="/on/demandware.store/Sites-PetSmart-Site/default/AccountController-ProcessCaptchaLogin" method="POST" accept-charset="UTF-8" data-isplaceholderrequired="true" data-resetname="signInForm"
autocomplete="on" novalidate="novalidate">
<div class="login-errors" style="display:none;"></div>
<div class="row">
<div class="col-md-12">
<div class="input-wrapper waterfall-animation">
<label for="username">
<span class="hide">email address</span>
<input type="text" name="username" value="" autocapitalize="none" class="rule-email required" data-msg-required="Please enter your email." autocomplete="username" aria-required="true">
<span data-placeholder="email address" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="input-wrapper waterfall-animation">
<label for="password">
<span class="hide">current password</span>
<input type="password" name="password" value="" class="required fs-exclude" data-msg-required="Please enter password." autocomplete="current-password" aria-required="true">
<span data-placeholder="current password" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="label-inline remember-me">
<input class="input-checkbox capture-rememberMe" type="checkbox" id="capture_signIn_rememberMe">
<label for="capture_signIn_rememberMe">remember me</label>
</div>
</div>
<div class="col-md-6">
<button type="button" class="password-reset">forgot password?</button>
</div>
</div>
<div class="row">
<div class="col-md-12">
<br>
<div class="g-recaptcha-wrapper" style="display: none" data-googlecaptchainstance="accountloginformmodal">
<div id="g-recaptcha-accountloginformmodal">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw&co=aHR0cHM6Ly93d3cucGV0c21hcnQuY29tOjQ0Mw..&hl=en&v=tNAc29ZZrpcOCErva2nr4BS9&size=normal&sa=login&cb=fyrx9mxo3dtf"
width="304" height="78" role="presentation" name="a-pl1102awr5x0" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div>
</div>
<input class="hidden-recaptcha-required" name="hiddenrecaptcha" id="hiddenrecaptcha" style="visibility: hidden; height: 1px; padding: 0px; margin: 0;">
<div class="custom-error-msg hidden-recaptcha-required"> Please complete the captcha </div>
<script>
var enableEnterpriseRecaptcha = "true" == "true";
//If there's already a captcha instance go ahead and re-render it (necessary for forms that could be submitted and then editted such as aboutYou in checkout)
if (typeof app != "undefined" && typeof app.googlecaptcha != "undefined" && typeof app.googlecaptcha.googleRecaptchaInstances != "undefined" && app.googlecaptcha.googleRecaptchaInstances.hasOwnProperty("accountloginformmodal")) {
var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
var renderObj = {
'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
'callback': "googleCaptchaFilledOutCallback",
'expired-callback': "googleCaptchaExpiredCallback",
}
if (enableEnterpriseRecaptcha && "true" == "true") {
renderObj.action = "login"
renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw"
}
app.googlecaptcha.googleRecaptchaInstances["accountloginformmodal"] = render('g-recaptcha-accountloginformmodal', renderObj);
}
/**
* This script does the following:
* Renders the captcha and holds on to a reference to that instance
* Registers a callback function we use to revalidate when the captcha is completed
*/
$(document).on('grecaptchaAndDocumentReady grecaptchaEnterpriseAndDocumentReady', function(e) {
try {
if (typeof app.googlecaptcha.googleRecaptchaInstances == "undefined") {
app.googlecaptcha.googleRecaptchaInstances = {}
}
//Explicityly render this captcha
var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
var renderObj = {
'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
'callback': "googleCaptchaFilledOutCallback",
'expired-callback': "googleCaptchaExpiredCallback",
}
if ("true" == "true" && e.type == "grecaptchaEnterpriseAndDocumentReady") {
renderObj.action = "login";
renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw";
app.googlecaptcha.googleRecaptchaInstances["accountloginformmodal"] = render('g-recaptcha-accountloginformmodal', renderObj);
} else if ("true" != "true" && e.type == "grecaptchaAndDocumentReady") {
app.googlecaptcha.googleRecaptchaInstances["accountloginformmodal"] = render('g-recaptcha-accountloginformmodal', renderObj);
}
//Weirdly this is where the callback needs to live for it to be in scope for the captcha
window.googleCaptchaFilledOutCallback = function() {
app.googlecaptcha.analyticsCaptchaSolved();
//sorry about this...
if ((typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutccrecap == 'undefined') || (typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutgiftrecap == 'undefined')) {
window.app.googlecaptcha.scrollToJoinNearBottom();
}
window.app.validator.doGoogleCaptchaValidation();
};
window.googleCaptchaExpiredCallback = function() {
window.app.validator.doGoogleCaptchaValidation();
};
} catch (e) {
console.log('grecaptchaAndDocumentReady : ' + e);
}
});
</script>
</div>
<script>
//TECHDEBT IE 11 in prod needs some help
try {
if (!!navigator.userAgent.match(/Trident\/7.0/)) {
console.info('IE11 init recaptcha in checkout');
var googleRecaptchaScriptURL = 'https://www.google.com/recaptcha/api.js?onload=gRecaptchaOnloadCallback';
var thereAreInstancesOfRecaptchaOnPage = $('.g-recaptcha-wrapper').length > 0;
if (thereAreInstancesOfRecaptchaOnPage) {
window.gRecaptchaOnloadCallback = function() {
$(document).trigger('grecaptchaAndDocumentReady');
}
$.getScript(googleRecaptchaScriptURL); //This is async
}
};
} catch (e) {
console.error(e);
}
</script>
</div>
</div>
<div class="row login-cta">
<div class="col-md-5">
<div id="login-button-container">
<div id="login-button" class="button-fancy-large">
<button id="login" type="submit" value="log in" class="button-fancy-large ">log in</button>
</div>
<div id="login-action" class="button-fancy-large">
<div class="login-button-icon-container">
<i id="login-action-icon" class="fa-spinner fa-pulse fa-3x fa-fw active-spinner"></i>
</div>
</div>
</div>
</div>
<div class="col-md-7">
<div class="social-signin-disabled">
<div class="social-signin-disabled-head"> we are no longer supporting social sign in </div>
<div class="social-signin-disabled-text"> please click <button type="button" class="password-reset-inline"> forgot password </button> to access your account. </div>
</div>
</div>
</div>
</form>
POST /on/demandware.store/Sites-PetSmart-Site/default/AccountController-RequestReset
<form id="request-password-reset-modal" action="/on/demandware.store/Sites-PetSmart-Site/default/AccountController-RequestReset" method="post" data-isplaceholderrequired="true" data-resetname="forgotpw" novalidate="novalidate">
<p> Enter your email address and we will send you a link to reset your password. </p>
<div class="row notbootstrap">
<div class="col-md-12">
<div class="input-wrapper waterfall-animation">
<label for="email">
<span class="hide">email address</span>
<input type="text" name="email" value="" autocapitalize="none" class="rule-email required" data-msg-required="Please enter your email." aria-required="true">
<span data-placeholder="email address" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
</div>
<div class="row form-row">
<div class="col-md-12 checkout-captcha-wrapper">
<div class="g-recaptcha-wrapper" style="display: none" data-googlecaptchainstance="passwordreset-modal">
<div id="g-recaptcha-passwordreset-modal">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/enterprise/anchor?ar=1&k=6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw&co=aHR0cHM6Ly93d3cucGV0c21hcnQuY29tOjQ0Mw..&hl=en&v=tNAc29ZZrpcOCErva2nr4BS9&size=normal&sa=password_reset&cb=a8dz8dilyujf"
width="304" height="78" role="presentation" name="a-6len1ubp3gyk" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<input class="hidden-recaptcha-required" name="hiddenrecaptcha" id="hiddenrecaptcha" style="visibility: hidden; height: 1px; padding: 0px; margin: 0;">
<div class="custom-error-msg hidden-recaptcha-required"> Please complete the captcha </div>
<script>
var enableEnterpriseRecaptcha = "true" == "true";
//If there's already a captcha instance go ahead and re-render it (necessary for forms that could be submitted and then editted such as aboutYou in checkout)
if (typeof app != "undefined" && typeof app.googlecaptcha != "undefined" && typeof app.googlecaptcha.googleRecaptchaInstances != "undefined" && app.googlecaptcha.googleRecaptchaInstances.hasOwnProperty("passwordreset-modal")) {
var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
var renderObj = {
'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
'callback': "googleCaptchaFilledOutCallback",
'expired-callback': "googleCaptchaExpiredCallback",
}
if (enableEnterpriseRecaptcha && "true" == "true") {
renderObj.action = "password_reset"
renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw"
}
app.googlecaptcha.googleRecaptchaInstances["passwordreset-modal"] = render('g-recaptcha-passwordreset-modal', renderObj);
}
/**
* This script does the following:
* Renders the captcha and holds on to a reference to that instance
* Registers a callback function we use to revalidate when the captcha is completed
*/
$(document).on('grecaptchaAndDocumentReady grecaptchaEnterpriseAndDocumentReady', function(e) {
try {
if (typeof app.googlecaptcha.googleRecaptchaInstances == "undefined") {
app.googlecaptcha.googleRecaptchaInstances = {}
}
//Explicityly render this captcha
var render = enableEnterpriseRecaptcha ? grecaptcha.enterprise.render : grecaptcha.render;
var renderObj = {
'sitekey': "6LcGS3IUAAAAABB1LVzt4qSaxopUuK9h7Ibrrc93",
'callback': "googleCaptchaFilledOutCallback",
'expired-callback': "googleCaptchaExpiredCallback",
}
if ("true" == "true" && e.type == "grecaptchaEnterpriseAndDocumentReady") {
renderObj.action = "password_reset";
renderObj.sitekey = "6Lc8c1MaAAAAAI_EIxnsAY13LiMRKPw2Nh34BUSw";
app.googlecaptcha.googleRecaptchaInstances["passwordreset-modal"] = render('g-recaptcha-passwordreset-modal', renderObj);
} else if ("true" != "true" && e.type == "grecaptchaAndDocumentReady") {
app.googlecaptcha.googleRecaptchaInstances["passwordreset-modal"] = render('g-recaptcha-passwordreset-modal', renderObj);
}
//Weirdly this is where the callback needs to live for it to be in scope for the captcha
window.googleCaptchaFilledOutCallback = function() {
app.googlecaptcha.analyticsCaptchaSolved();
//sorry about this...
if ((typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutccrecap == 'undefined') || (typeof window.app.googlecaptcha.googleRecaptchaInstances.checkoutgiftrecap == 'undefined')) {
window.app.googlecaptcha.scrollToJoinNearBottom();
}
window.app.validator.doGoogleCaptchaValidation();
};
window.googleCaptchaExpiredCallback = function() {
window.app.validator.doGoogleCaptchaValidation();
};
} catch (e) {
console.log('grecaptchaAndDocumentReady : ' + e);
}
});
</script>
</div>
</div>
</div>
<div class="request-errors" style="display:none;">
</div>
<div class="row form-row form-row-button">
<div class="col-md-12">
<div id="request-reset-button-container">
<div id="request-reset-button" class="button-fancy-large">
<button id="request-reset" type="submit" value="submit" class="button-fancy-large ">submit</button>
</div>
<div id="request-reset-action" class="button-fancy-large">
<div class="request-reset-button-icon-container">
<i id="request-reset-action-icon" class="fa-spinner fa-pulse fa-3x fa-fw active-spinner"></i>
</div>
</div>
</div>
<div class="unknown-user">
<p> We apologize for the inconvenience. <a href="javascript:void(0)" class="create-account">
Try creating a new account.
</a>
</p>
</div>
</div>
</div>
</form>
POST /on/demandware.store/Sites-PetSmart-Site/default/AccountController-ResetPassword
<form id="set-password-reset-modal" action="/on/demandware.store/Sites-PetSmart-Site/default/AccountController-ResetPassword" method="post" data-isplaceholderrequired="true" novalidate="novalidate">
<p> Please enter your new password. </p>
<div class="row notbootstrap compare-common-parent">
<div class="col-md-12">
<div class="input-wrapper waterfall-animation">
<label for="password">
<span class="hide">password</span>
<input type="password" name="newPassword" value="" class="rule-password comparewith required fs-exclude" data-msg-required="Please enter password." aria-required="true">
<span data-placeholder="password*" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
<div class="col-md-12">
<div class="input-wrapper ">
<label for="confirmPassword">
<span class="hide">confirm password</span>
<input type="password" name="newPasswordConfirm" value="" class="rule-equal-password required fs-exclude" data-msg-required="Please reenter your password." aria-required="true">
<span data-placeholder="confirm password*" class="placeholder"></span>
</label>
<div class="error"></div>
</div>
</div>
</div>
<div class="request-errors" style="display:none;">
</div>
<div class="row notbootstrap form-row form-row-button">
<div class="col-md-12">
<div id="reset-pw-button-container">
<div id="reset-pw-button" class="button-fancy-large">
<button id="reset-pw" type="submit" value="submit" class="button-fancy-large ">submit</button>
</div>
<div id="reset-pw-action" class="button-fancy-large">
<div class="reset-pw-button-icon-container">
<i id="reset-pw-action-icon" class="fa-spinner fa-pulse fa-3x fa-fw active-spinner"></i>
</div>
</div>
</div>
</div>
<div class="col-md-12">
<div class="password-info"> *Passwords must be at least 8 characters long, contain at least one letter and contain at least one of the following: upper case letter, number, or special character. </div>
</div>
</div>
</form>
Name: simpleSearch — GET /search/
<form role="search" action="/search/" method="get" name="simpleSearch" novalidate="novalidate">
<input class="dp-search-input" type="text" name="q" placeholder="search" title="Search">
<input type="submit" value="" title="Search">
</form>
Name: simpleSearch — GET /search/
<form role="search" action="/search/" method="get" name="simpleSearch" novalidate="novalidate">
<input class="dp-search-input" type="text" name="q" placeholder="search" title="Search" autocomplete="off">
<input type="submit" value="" title="Search">
</form>
Name: storesearch —
<form name="storesearch" id="storesearch" novalidate="novalidate">
<div id="search-parent-wrapper">
<div class="appdotinteractionspetsmartoverlay storelocator-init-dogloader">
<img src="/on/demandware.static/Sites-PetSmart-Site/-/default/dwcab2dc18/images/dog_loader_250x250.gif" alt="Loading..." id="dog_loader_image">
</div>
<div class="store-search-input-wrapper">
<input type="text" name="dwfrm_storelocator_postalCode" autocomplete="off" value="" title="Search for stores and events">
<div class="button-fancy-large">
<button type="submit" id="storesearchbutton">
<div class="ajax-button-text"><em class="icon-search"></em></div>
</button>
</div>
</div>
<div class="store-max-distance">
<label for="searchradius">
<span class="stores-count"></span> stores within</label>
<select name="searchradius" id="searchradius">
<option value="5">5 miles</option>
<option value="10">10 miles</option>
<option value="20" selected="">20 miles</option>
<option value="40">40 miles</option>
<option value="75">75 miles</option>
</select>
</div>
</div>
<fieldset>
<legend>
<div class="row search-text notbootstrap mobile-map-filters">
<a href="#" class="toggle-services brand-blue-bold" tabindex="0">Only show stores with
<ahref="#" class="" "toggle-stores-switch"="">+</ahref="#"></a>
<a href="#" class="toggle-map brand-blue-bold">see map view</a>
</div>
</legend>
<div class="row notbootstrap services-filter-container">
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="grooming" name="grooming" class="servicesfilter">Grooming</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="training" name="training" class="servicesfilter">Training</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="doggie day camp" name="doggiedaycamp" class="servicesfilter">Doggie Day Camp</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="petshotel" name="petshotel" class="servicesfilter">PetsHotel</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="veterinary" name="veterinary" class="servicesfilter">Veterinary</label>
</div>
<div class="row notbootstrap filter-input">
<label class="filter"><input type="checkbox" value="adoptions" name="adoptions" class="servicesfilter">Adoptions</label>
</div>
<br>
<div class="row notbootstrap brand-bold-blue">
<a href="#" class="select-all-services-button">
select all
</a>
</div>
</div>
</fieldset>
</form>
Text Content
Skip to content enable accessibility | gift card | track your order 10,405,789 lives saved. sign up, earn points, get treats PetSmart Start typing, then use the up and down arrows to select an option from the list Related Products Global Source Single Door Folding Wire Dog Crate Hill's® Science Diet® Sensitive Stomach & Skin Adult Dry Dog Food - Chicken & Barley ExquisiCat Naturals Multi-Cat Paper Pellet Cat Litter - Unscented, Low Dust, Low Tracking, Natural Top Paw® X-Large Adhesive Leakproof Dog Pads - 28" x 34" Top Fin® Essentials Aquarium Starter Kit Oxbow Western Timothy Hay Trending Categories Food Treats Dog beds Litter boxes Aquariums Fish Trending Brands Purina Pro Plan Simply Nourish Scoop Free Kong Full Cheeks Top Fin Related Products Global Source Single Door Folding Wire Dog Crate Hill's® Science Diet® Sensitive Stomach & Skin Adult Dry Dog Food - Chicken & Barley ExquisiCat Naturals Multi-Cat Paper Pellet Cat Litter - Unscented, Low Dust, Low Tracking, Natural Top Paw® X-Large Adhesive Leakproof Dog Pads - 28" x 34" Top Fin® Essentials Aquarium Starter Kit Oxbow Western Timothy Hay Trending Categories Food Treats Dog beds Litter boxes Aquariums Fish Trending Brands Purina Pro Plan Simply Nourish Scoop Free Kong Full Cheeks Top Fin sign in Treats & Account Join our loyalty program & earn points every time you shop! sign up login Time to start shopping! * shop by brand * shop all brands * shop by pet * * dog * cat * fish * bird * reptile * small pet * Food Dry Food Canned Food Veterinary Authorized Diets Food Toppers Puppy Food Shop All * Treats Biscuits & Bakery Bones & Rawhide Chewy Treats Dental Treats Jerky Training Treats Puppy Treats * Supplies Beds & Furniture Bowls & Feeders Cleaning Supplies Clothing & Shoes Collars, Harnesses & Leashes Crates, Gates & Containment * Vitamins & Supplements Health & Wellness Flea & Tick Grooming Supplies Pharmacy Toys Training & Behavior * Dog Deals * Food & Treats Wet Food Dry Food Treats Veterinary Authorized Diets Kitten Food toppers Catnip & Grass Shop All * Litter Deodorizers & Filters Litter Litter Boxes Mats & Liners Waste Disposal * Supplies Beds & Furniture Bowls & Feeders Cleaning & Repellents Collars, Harnessess & Leashes Crates, Gates & Containment Vitamins & Supplements * Health & Wellness Flea & Tick Grooming Supplies Pharmacy Toys * Cat Deals * Fish Shop Tropical & Freshwater Goldfish Koi & Pond Betta Shrimp Cichlid Live Fish Shop All * Food Feeders Food * Tanks & Accessories Starter Kits Tanks & Aquariums Decor, Gravel & Substrate Heating and Lighting Filters, Media & Pumps Maintenance & Repair * Wellness Disease Treatment Water Care & Conditioning Water Quality Testers * Care Plant Care Pond Care Saltwater Aquarium Care * Featured Shops Fish Deals Build Your Tank * Bird Shop Conure Cockatiel Parakeet Finch & Canary Parrot Lovebird Wild Bird Chicken Shop All * Food & Treats Pet Bird Food Treats Feeders & Waterers * Habitats Starter Kits Cages Stands Carriers Litter & Nesting * Care Vitamins & Supplements Grooming Cleaning & Odor Control * Accessories Toys, Perches, & Décor * Featured Shops Wild Bird Shop * Bird Deals * Reptile Shop Bearded Dragon Gecko & Lizard Snake Frog Turtle Hermit Crab Shop All * Food Feeders & Food Storage Food * Habitats Starter Kits Terrariums * Accessories & Decor Habitat Accessories Habitat Decor Substrate & Bedding * Heating & Lighting Bulbs & Lamps Heaters Light Fixture Humidity & Temperature Control * Care & Wellness Cleaning & Water Care Vitamins & Supplements * Live Reptiles * Reptile Deals * Small Pet Shop Hamster & Gerbil Guinea Pig Rabbit Ferret Hedgehog & Sugar Glider Chinchilla Rat & Mouse Shop All Live Small Pet * Food Hay Food Treats * Habitats Cages, Habitats & Hutches Starter Kits * Accessories Harnesses & Travel Carriers Toys & Habitat Accessories Litter & Bedding * Care & Health Health & Grooming Cleaning & Odor Removal * Featured Shops Small Pet Deals Essentials Shop Full Cheeks * pet services * Pet Services Grooming Salon Training Classes PetsHotel Boarding Doggie Day Camp Veterinary Care Adoption Pet Adoption PetSmart Charities Learning Center Dog Care Cat Care Fish Care Bird Care Reptile Care Small Pet Care * deals * * Shop All Deals * Dog Deals * Cat Deals * Fish Deals * Bird Deals * Reptile Deals * Small Pet Deals * featured * * New Pet * Curbside & In-Store Pickup * Free Same-Day Delivery * Save with Autoship * pharmacy * Dog Flea & Tick Dewormers & Parasite Care Heartworm Allergy Relief Arthritis & Pain Relief Ear & Eye Care Anxiety & Calming Antibiotics Joint Care Shop All Cat Flea & Tick Antibiotics Ear & Eye Care Dewormers & Parasite Care Allergy Relief Urinary Tract & Kidney Asthma & Respiratory Diabetes & Insulin Arthritis & Pain Relief Shop All Farm Animal Antibiotics Arthritis & Pain Relief Digestive Tract, Liver & Pancreas Thyroid & Hormone Ear & Eye Care Dewormers & Parasite Care Joint Care Shop All * help * our experts are available to help: Contact Us Track Your Order * find a store my store $10 OFF $50+ with FREE Same-Day Delivery thru 2/20, terms apply > ACCOUNT LOG IN email address current password remember me forgot password? Please complete the captcha log in we are no longer supporting social sign in please click forgot password to access your account. ACCOUNT SIGN UP New customer? Create a Treats™ account now to start earning points on future purchases. create an account LOGIN REQUIRED Autoship orders require an account for recurring orders. Please sign in or create an account to complete your purchase. sign in create account FORGOT PASSWORD Enter your email address and we will send you a link to reset your password. email address Please complete the captcha submit We apologize for the inconvenience. Try creating a new account. If an account exists for this email, we've sent a temporary link to reset your password. If you don’t receive this email, check your SPAM folder or create an account. return to sign in CHANGE PASSWORD Please enter your new password. password confirm password submit *Passwords must be at least 8 characters long, contain at least one letter and contain at least one of the following: upper case letter, number, or special character. Password has been successfully updated. return to sign in enable accessibility PetSmart Time to start shopping! Start typing, then use the up and down arrows to select an option from the list Related Products Global Source Single Door Folding Wire Dog Crate Hill's® Science Diet® Sensitive Stomach & Skin Adult Dry Dog Food - Chicken & Barley ExquisiCat Naturals Multi-Cat Paper Pellet Cat Litter - Unscented, Low Dust, Low Tracking, Natural Top Paw® X-Large Adhesive Leakproof Dog Pads - 28" x 34" Top Fin® Essentials Aquarium Starter Kit Oxbow Western Timothy Hay Trending Categories Food Treats Dog beds Litter boxes Aquariums Fish Trending Brands Purina Pro Plan Simply Nourish Scoop Free Kong Full Cheeks Top Fin * Shop by Brand * featured * New Pet * Curbside & In-Store Pickup * Free Same-Day Delivery * Save with Autoship * dog * Food * Shop All Dog Food * Canned Food * Dry Food * Food Toppers * Fresh Food * Frozen Food * Milk Replacers * Veterinary Diets * Puppy Food * Treats * Shop All Dog Treats * Biscuits & Bakery * Bones & Rawhide * Chewy Treats * Dental Treats * Jerky * Training Treats * Puppy Treats * Crates, Gates & Containment * Crates & Kennels * Carriers & Backpacks * Mat & Crate Covers * Dog Doors & Gates * Houses & Pens * Car Booster Seats * Fence Systems * Car Barriers * Strollers & Bicycle Baskets * Collars, Harnesses & Leashes * Collars * Harnesses * ID Tags * Leashes * Tie Outs * Flea & Tick Collars * Toys * Shop All Dog Toys * Plush Toys * Interactive Toys * Fetch Toys * Chew Toys * Rope & Tug Toys * Toy Storage * Cleaning Supplies * Waste Disposal * Stain & Odor Removers * Furniture & Car Protection * Pet Hair Removers * Vacuums * Health & Wellness * Shop All Health & Wellness * Dental & Breath Care * First Aid & Recovery * Vitamins & Supplements * Anxiety & Calming Care * Dewormers * Diarrhea & Digestion Relief * Ear & Eye Care * Hot Spot & Itch Relief * Milk Replacers & Nursing Kits * Pill Administration * Nose & Paw Care * Test Kits * Vitamins & Supplements * Shop All Vitamins & Supplements * Anxiety & Calming * Dietary Supplements * Probiotic & Digestive * Eye Care * Heart & Liver * Hip & Joint * Immune System & Allergy * Multivitamins * Skin & Coat * Urinary & Kidney * Stool Eating Deterrent * Pharmacy * Flea & Tick * Shop All Flea & Tick * Spot Ons * Flea & Tick Pills * Flea & Tick Collars * Flea Shampoos & Dips * Combs & Tools * Flea & Tick Pet Sprays * Home & Yard Treatment * Beds & Furniture * Pillow Beds * Cuddler Beds * Orthopedic Beds * Crate Mats * Elevated Beds * Ramps & Steps * Cooling & Heating Beds * Blankets * Pet Memorials * Bowls & Feeders * Automatic Feeders * Elevated Stands * Placemats * Storage & Scoops * Food & Water Bowls * Clothing & Shoes * Costumes * Sweaters & Coats * Jerseys & Team Sports * Bandanas, Bows & Hats * Dresses * Life Jackets & Swim Suits * Shoes & Socks * T-shirts & Tank Tops * Stress & Anxiety * Grooming Supplies * Shop All Grooming Supplies * Shampoos & Conditioners * Wipes & Deodorizers * Shower & Bathing Supplies * Hair Clippers & Trimmers * Brushes, Combs & Blowdryers * Nail Clippers & Grinders * Eye, Ear, Nose & Paw Care * Training & Behavior * Shop All Training & Behavior * Potty Training * Bark Control * Training Collars, Leashes & Harnesses * Training & Behavior Accessories * Clicker Training * Deterrents * Cameras & Monitors * Training Treats * cat * Food & Treats * Wet Food * Dry Food * Catnip & Grass * Food Toppers * Frozen Food * Freeze Dried Food * Milk Replacers * Treats * Veterinary Diets * Litter & Waste Disposal * Litter * Litter Boxes * Mats & Liners * Waste Disposal * Deodorizers & Filters * Toys * Plush, Balls & Mice * Teasers & Wands * Interactive & Electronic * Catnip & Grass * Tunnels, Tents & Sacks * Scratchers * Toy Storage * Health & Wellness * Shop All Health & Wellness * Dental & Breath Care * Hairball Remedy * First Aid & Recovery * Vitamins & Supplements * Milk Replacers & Nursing Kits * Anxiety & Calming Care * Dewormers * Diarrhea & Digestion Relief * Ear & Eye Care * Pill Administration * Hot Spot & Itch Relief * Vitamins & Supplements * Shop All Vitamins & Supplements * Anxiety & Calming * Dietary Supplements * Probiotic & Digestive * Eye Care * Hairball Control * Urinary & Kidney * Hip & Joint * Immune System & Allergy * Multivitamins * Skin & Coat * Flea & Tick * Shop All Flea & Tick * Spot On * Flea & Tick Collars * Flea Shampoos & Dips * Combs & Tools * Flea & Tick Pet Sprays * Flea & Tick Pills * Home & Yard Treatment * Pharmacy * Cleaning & Repellents * Stain & Odor Removers * Repellents * Furniture & Home Protection * Pet Hair Removers * Vacuums * Crates, Gates & Containment * Carriers * Doors * Pens * Beds & Furniture * Covered Beds * Cuddler Beds * Furniture & Towers * Heated Beds * Pet Memorials * Scratchers * Window Perches * Bowls & Feeders * Automatic Feeders * Elevated Stands * Food & Water Bowls * Placemats * Storage & Scoops * Collars, Harnesses & Leashes * Collars * Flea & Tick Collars * Harnesses * ID Tags * Leashes * Tie Outs * Grooming Supplies * Nail Clippers & Caps * Brushes, Combs & Blowdryers * Wipes & Deodorizers * Shampoos & Conditioners * fish * Fish Shops * Food & Care * Disease Treatment * Feeders * Food * Plant Care * Pond Care * Salt Water Aquarium Care * Water Care & Conditioning * Water Quality Testers * Shrimp Care * Tanks, Aquariums & Nets * Aquariums * Aquarium Stands * Tank Dividers & Containers * Maintenance & Repair * Adhesives & Sealants * Brushes & Tank Cleaners * Vacuums * Water Changers * Breeders & Nets * Filters & Pumps * Air & Water Pumps * Filters * Filter Media * Replacement Parts * Decor, Gravel & Substrate * Artificial Plants * Aquarium Substrate * Backgrounds * Gravel, Sand & Stones * Live Plants * Ornaments * Plant Food & Fertilizers * Heating & Lighting * Heaters * Hoods & Glass Canopies * Heating & Lighting Accessories * Lights * Live Fish * Goldfish, Betta & More * Starter Kits * bird * Bird Shops * Food & Treats * Pet Bird Food * Treats * Wild Bird Food * Cages & Stands * Cages * Cage Covers * Stands * Travel Carriers * Litter & Nesting * Cage Liners * Litter & Bedding * Nesting Supplies * Toys, Perches & Decor * Ladders * Mirrors * Perches & Swings * Toys * Grooming * Bath Sprays * Bird Baths * Nail & Beak Trimmers * Health Care & Vitamins * Treatments * Vitamins & Supplements * Cleaning & Odor Control * Brushes & Scrubbers * Cage Liners * Deodorizers & Waste Cleanup * Bowls & Feeders * Feeders & Treat Holders * Cups * Live Birds * Conure, Parakeets & More * Starter Kits * Wild Bird Food & Supplies * Coops & Outdoor Habitats * Outdoor Bird Baths * Outdoor Feeders * Wild Bird Food * reptile * Food * Habitats & Decor * Habitat Accessories * Habitat Décor * Terrariums * Environmental Control & Lighting * Bulbs & Lamps * Heaters * Humidity & Temperature Control * Light Fixtures * Cleaning & Water Care * Filter Systems & Pumps * Filter Media * Deodorizers * Sanitizers * Waste Removers * Water Conditioners * Substrate & Bedding * Vitamins & Supplements * Feeders & Food Storage * Feeding Accessories * Food & Water Bowls * Food Storage * Starter Kits * Live Reptiles * Snakes, Turtles & More * Reptile Shop * Bearded Dragon * Gecko & Lizard * Snake * Frog * Turtle * Hermit Crab * small pet * Small Pet Shops * Hamster & Gerbil * Food, Treats & Hay * Cages, Habitats & Hutches * Toys & Habitat Accessories * Care & Health * Guinea Pig * Habitats * Toys & Habitat Accessories * Care & Health * Rabbit * Food, Treats & Hay * Habitats * Toys & Habitat Accessories * Care & Health * Ferret * Food & Treats * Habitats * Toys & Habitat Accessories * Care & Health * Rat & Mouse * Food, Treats & Hay * Habitats * Toys & Habitat Accessories * Care & Health * Chinchilla * Food, Treats & Hay * Habitats * Toys & Habitat Accessories * Care & Health * Hedgehog & Sugar Glider * Food, Treats & Hay * Habitats * Toys & Habitat Accessories * Care & Health * Food, Treats & Hay * Food * Hay * Treats * Cages, Habitats & Hutches * Habitat Expansions * Hutches * Play Pens * Cages * Tunnels & Hideouts * Litter & Bedding * Litter & Bedding * Litter Pans * Toys & Habitat Accessories * Feeders & Water Bottles * Small Pet Costumes * Toys * Tunnels & Hideouts * Cleaning & Odor Removers * Brushes & Scrubbers * Sanitizers * Stain & Odor Removers * Deodorizers * Harnesses & Travel Carriers * Harnesses * Travel Carriers * Health & Grooming * Grooming Supplies * Vitamins & Supplements * Live Small Pets * Hamsters, Guinea Pigs & More * Starter Kits * Pharmacy * Dog * Shop All Dog Pharmacy * Flea & Tick * Dewormers & Parasite Care * Heartworm * Allergy Relief * Arthritis & Pain Relief * Ear & Eye Care * Joint Care * Anxiety & Calming * Digestive Tract, Liver & Pancreas * Heart & Blood Pressure * Antibiotics * Thyroid & Hormone * Asthma & Respiratory * Urinary Tract & Kidney * Seizure & Epilepsy * Immune Support * Medical Supplies * Skin & Coat Care * Vitamins & Electrolytes * Diabetes & Insulin * Antifungal * Cat * Shop All Cat Pharmacy * Flea & Tick * Antibiotics * Ear & Eye Care * Dewormers & Parasite Care * Allergy Relief * Digestive Tract, Liver & Pancreas * Diabetes & Insulin * Urinary Tract & Kidney * Medical Supplies * Anxiety & Calming * Arthritis & Pain Relief * Antifungal * Heart & Blood Pressure * Asthma & Respiratory * Thyroid & Hormone * Heartworm * Skin & Coat Care * Vitamins & Electrolytes * Immune Support * Seizure & Epilepsy * Joint Care * Farm Animal * Antibiotics * Arthritis & Pain Relief * Thyroid & Hormone * Ear & Eye Care * Dewormers & Parasite Care * Digestive Tract, Liver & Pancreas * Joint Care * Medical Supplies * Vitamins & Electrolytes * Asthma & Respiratory * Immune Support * Allergy Relief * Skin & Coat Care * Anxiety & Calming * Heart & Blood Pressure * Urinary Tract & Kidney * deals * Shop All Deals * Dog Deals * Cat Deals * Fish Deals * Bird Deals * Reptile Deals * Small Pet Deals * Pet Services * Adoption adoptions * adopt a dog * adopt a cat * free adoption kit * PetSmart Charities 10,316,479 lives saved. At PetSmart, we never sell dogs or cats. Together with PetSmart Charities, we help save over 1,500 pets every day through adoption. PetSmart is The Adopt Spot Find an adoption event near you * Gift Card * Track Your Order * Create Account sign in 1-888-839-9638 Menu skip navigation PetSmart Time to start shopping! Start typing, then use the up and down arrows to select an option from the list Trending Categories Food Treats Dog beds Litter boxes Aquariums Fish Trending Brands Purina Pro Plan Simply Nourish Scoop Free Kong Full Cheeks Top Fin Trending Categories Food Treats Dog beds Litter boxes Aquariums Fish Trending Brands Purina Pro Plan Simply Nourish Scoop Free Kong Full Cheeks Top Fin $10 OFF $50+ with FREE Same-Day Delivery thru 2/20, terms apply > top Your browser's Javascript functionality is turned off. Please turn it on so that you can experience the full capabilities of this site. small pet Live Small Pets Hamsters, Guinea Pigs & More * * * CHINESE DWARF HAMSTER Item #4051173 4.7 out of 5 stars. 109 reviews Standard Price$22.99 Earn Treats on this purchase! Sign Up X PETSMART TREATS™ LOYALTY PROGRAM POINTS FOR EVERY PURCHASE earn 8 points for every $1 spent in stores & online • earn points on pet services including Grooming, PetsHotel, Doggie Day Camp & Training • earn points for donating to PetSmart Charities® REDEMPTION AT CHECKOUT redeem points for discounts on any product or pet service for up to a year — no exclusions! • redeem in stores or online • start getting treats at 1,000 points • download our FREE mobile app to easily redeem points in stores MORE TREATS! enjoy even more treats & celebrate the pets in your life! • FREE surprise on your pet's birthday • FREE shipping on orders over $49 • FREE Doggie Day Camp session when you buy 10 EXCLUSIVE DEALS & DISCOUNTS receive member-only deals & discounts & advance notice of sales & in-store events • exclusive offers sent via email • bonus points for completing your profile • special bonus point offers Live pets are available in-store only. State and local regulations may vary. Some pets may not be available at all stores and may be seasonal. Pet size, gender and color may vary by store. Stop by your nearest PetSmart to find your next family pet. PURCHASE IN-STORE Check nearby stores Sign up. Earn points. FREE shipping on orders over $49. Learn more * Description * Directions DESCRIPTION Chinese Dwarf Hamsters are energetic and athletic creatures that make great pets. Their fur-lined pouches extend from their head to their shoulders, which helps them to transport food. Learn more about these fascinating creatures, their behaviors, and how to care for them in the sections below. Experience Level: Beginner Expected Size: Dwarf hamsters grow up to 3 to 4 inches (8-10 cm). Syrian hamsters grow up to 5 to 7 inches (13-18 cm). Lifespan: On average, they live for 2 years. Behavior: Hamsters are nocturnal and love running on their hamster wheels at night Diet: Hamsters are omnivores. Social: While Syrian hamsters are sociable with humans, they are solitary animals and should live alone. Most Dwarf hamsters, however, are social animals and can be housed with another of the same sex. Vet Assured: Pets purchased at PetSmart are part of our exclusive Vet Assured program, designed by PetSmart veterinarians to help improve the health and well-being of our pets. Our vendors meet a high standard in caring for pets and screening them for common illnesses, including Zoonotic diseases. This program also includes specific standards for in-store pet care. The PetSmart Promise: If your pet becomes ill during the initial 14-day period, or if you're not satisfied for any reason, PetSmart will gladly replace the pet or refund the purchase price. Safety tips for you and your pet: 1. ALL ANIMALS can potentially carry viral, bacterial, fungal, and parasitic diseases contagious to humans. 2. Thoroughly wash your hands with warm, soapy water before and after contact with any pet or its habitat. 3. Adults should assist children with hand washing after contact with a pet or its enclosure. 4. Use caution when handling pets, and remember they may bite or scratch, especially when stressed. 4051173 ★★★★★ ★★★★★ 4.7 out of 5 stars. Read reviews for Chinese Dwarf Hamster 4.7 109 Reviews This action will navigate to reviews. Search topics and reviews ϙ ✘ Close ϙ Search * 109 Reviews * 46 Questions * 70 Answers REVIEWS Write a review . This action will open a modal dialog. RATING SNAPSHOT Select a row below to filter reviews. 5★ stars 96 96 reviews with 5 stars. Select to filter reviews with 5 stars. 4★ stars 6 6 reviews with 4 stars. Select to filter reviews with 4 stars. 3★ stars 1 1 review with 3 stars. Select to filter reviews with 3 stars. 2★ stars 2 2 reviews with 2 stars. Select to filter reviews with 2 stars. 1★ stars 4 4 reviews with 1 star. Select to filter reviews with 1 star. AVERAGE CUSTOMER RATINGS Overall ★★★★★ ★★★★★ 4.7 Overall, average rating value is 4.7 of 5. Quality * * * * * * 4.6 Quality, average rating value is 4.6 of 5. Value * * * * * * 4.6 Value, average rating value is 4.6 of 5. Pet Satisfaction * * * * * * 4.7 Pet Satisfaction, average rating value is 4.7 of 5. MOST HELPFUL FAVORABLE REVIEW ★★★★★ ★★★★★ 5 out of 5 stars. ChipNibble · 8 years ago REVIEW BY CHIPNIBBLE. WRITTEN 8 YEARS AGO. 5 OUT OF 5 STARS. OH MY GOSH! THE BEST HAMSTER EVER! These are the absolute sweetest animals I have ever handled! Not genetically a hamster, despite the … Show Full Review This action will open a modal dialog. 403 of 425 people found this helpful See more 4 and 5 star reviews MOST HELPFUL CRITICAL REVIEW ★★★★★ ★★★★★ 1 out of 5 stars. TheyAreNotDwarfs · 7 years ago REVIEW BY THEYARENOTDWARFS. WRITTEN 7 YEARS AGO. 1 OUT OF 5 STARS. SOLITARY ANIMALS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! They are not social within the same family!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Howev… Show Full Review This action will open a modal dialog. 101 of 236 people found this helpful See more 1, 2 and 3 star reviews 1–8 of 109 Reviews Sort by: Most Helpful ▼ Menu Most Helpful Highest to Lowest Rating Lowest to Highest Rating Most Recent ≡ Filter Reviews Clicking on the following button will update the content below ▼ Rating Menu Filter by Rating Filter by Rating 1 star 2 stars 3 stars 4 stars 5 stars ▼ What is your gender? Menu Filter by What is your gender? Filter by What is your gender? M F ▼ How many pets do you have? Menu Filter by How many pets do you have? Filter by How many pets do you have? 1 2 3 4 5 or more ▼ How often do you shop at PetSmart? Menu Filter by How often do you shop at PetSmart? Filter by How often do you shop at PetSmart? Weekly Monthly A few times a year First time ▼ Locale Menu Filter by Locale Filter by Locale English English (United States) Active Filters * 1 star ✘ Remove Filter * 2 stars ✘ Remove Filter * 3 stars ✘ Remove Filter * 4 stars ✘ Remove Filter * 5 stars ✘ Remove Filter * M ✘ Remove Filter * F ✘ Remove Filter * 1 ✘ Remove Filter * 2 ✘ Remove Filter * 3 ✘ Remove Filter * 4 ✘ Remove Filter * 5 or more ✘ Remove Filter * Weekly ✘ Remove Filter * Monthly ✘ Remove Filter * A few times a year ✘ Remove Filter * First time ✘ Remove Filter * English ✘ Remove Filter * English (United States) ✘ Remove Filter * Clear All ✘ Clear All Filters 1. ★★★★★ ★★★★★ 5 out of 5 stars. Miss Noodle · a year ago SO SWEET! I absolutely love my hamster! She is the sweetest thing. She will just sit and fall asleep in my hands. * Received free sample or gift * No * ✔ Yes, * I recommend this product. * Review photo 1 Photo This action will open a modal dialog. * Quality * * * * * * Quality, 5 out of 5 * Value * * * * * * Value, 5 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 5 out of 5 Helpful? Yes · 24 24 people found this review helpful. Click to agree. No · 0 0 people did not find this review helpful. Click to agree. Report 2. ★★★★★ ★★★★★ 5 out of 5 stars. Sarahwolf1648 · 3 years ago SUCH A SWEET CREATURE I got my little Hamplet from the N. Military location and he was the sweetest creature from the get go. He loves to cuddle and is very social. * Received free sample or gift * No * ✔ Yes, * I recommend this product. * Quality * * * * * * Quality, 5 out of 5 * Value * * * * * * Value, 5 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 5 out of 5 Helpful? Yes · 27 27 people found this review helpful. Click to agree. No · 1 1 person did not find this review helpful. Click to agree. Report 3. ★★★★★ ★★★★★ 5 out of 5 stars. Micah10 · 3 years ago VERY PLEASED! Purchased little “Bitsy” four years ago and enjoyed all the years with this special pet. My son bonded with her on day one and was fortunate to have her live so long. After a few months of grieving we are ready for a new friend! * ✔ Yes, * I recommend this product. * Quality * * * * * * Quality, 5 out of 5 * Value * * * * * * Value, 5 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 5 out of 5 Helpful? Yes · 64 64 people found this review helpful. Click to agree. No · 3 3 people did not find this review helpful. Click to agree. Report 4. ★★★★★ ★★★★★ 5 out of 5 stars. JYJ6 · 6 years ago SHE'S THE PERFECT HAMSTER! I bought the love of my life, Pixie, last december and it was the greatest present i could have ever given to my myself, family, and life. Pixie is chubby with the cutest eyes that a glub like me could possibly ask for. No need for an alarm clock, my amazing hamster runs at the speed of light at exactly 8 am everyday for her morning run, and the sound of her spinning wheel is truly music to my unworthy ears. When she snuggles in my hand and nudges my fingers my heart beats with purpose and joy. I never thought I could love a hamster so much. Thanks Petsmart. * ✔ Yes, * I recommend this product. Helpful? Yes · 57 57 people found this review helpful. Click to agree. No · 3 3 people did not find this review helpful. Click to agree. Report 5. ★★★★★ ★★★★★ 5 out of 5 stars. ChipNibble · 8 years ago OH MY GOSH! THE BEST HAMSTER EVER! These are the absolute sweetest animals I have ever handled! Not genetically a hamster, despite the name, more of a chipmunk species. Tame down in a day, nibble a bit but never bite, unbelievable little personality that is calm and baby like. They sleep in your shirt or in your hand. I would say they 'bond' in a way to you. Fragile tiny creatures, treat them with utmost care. * ✔ Yes, * I recommend this product. Helpful? Yes · 403 403 people found this review helpful. Click to agree. No · 22 22 people did not find this review helpful. Click to agree. Report 6. ★★★★★ ★★★★★ 5 out of 5 stars. hamsterhair54 · 2 years ago ABSOLUTELY ADORABLE I bought this adorable this little guy a few weeks ago and he's the best!! He loves to cuddle on my shoulder and rub against me!! would definitely recommend for anyone!! * Received free sample or gift * No * ✔ Yes, * I recommend this product. * Quality * * * * * * Quality, 5 out of 5 * Value * * * * * * Value, 5 out of 5 * Pet Satisfaction * * * * * * Pet Satisfaction, 5 out of 5 Helpful? Yes · 18 18 people found this review helpful. Click to agree. No · 1 1 person did not find this review helpful. Click to agree. Report 7. ★★★★★ ★★★★★ 5 out of 5 stars. AandMHamsters · 7 years ago AWESOME Hi there, I give the Chinese Dwarf Hamster 5 stars because, I have own a Chinese Dwarf and she was lovely so sweet and kind laid back never bite me or anyone I love her miss her so much and if you are looking into buying one go for it because, your going to 100% love the Chinese Dwarf. * ✔ Yes, * I recommend this product. Helpful? Yes · 110 110 people found this review helpful. Click to agree. No · 8 8 people did not find this review helpful. Click to agree. Report 8. ★★★★★ ★★★★★ 5 out of 5 stars. mmcpob04 · 6 years ago AMAZING PET!! I got my 2 boys 2 years ago (theyre separated, NEVER put them TOGETHER theyre solitary!!! NOT ACTUALLY DWARVES!) and they're amazing! Never bit me so far! Theyre gentle, and even have their own personalities! My boy Chester loves to talk to you and chitter while Mowgli likes to keep it calm. Definitely recommend them.. Despite their "mousy" look theyre phenomenal pets! * ✔ Yes, * I recommend this product. Helpful? Yes · 66 66 people found this review helpful. Click to agree. No · 5 5 people did not find this review helpful. Click to agree. Report 1–8 of 109 Reviews * Previous Reviews ◄ * Next Reviews ► QUESTIONS Ask a question 1–10 of 46 Questions Sort by: ▼ Menu Newest questions 1. EMRlove hamster · 2 years ago IS THIS TYPE OF HAMSTER FRIENDLY AND DOES IT BITE. 4 answers Answer this Question 1. Has fog o · a month ago Been there before and it is so beautiful and beautiful to walk around with it and I am very jealous that I have to do that for my daughter to see the beautiful place that she lives and that she is very beautiful my hamster is my daughter Helpful? Yes · 0 0 people found this answer helpful. Click to agree. No · 1 1 person did not find this answer helpful. Click to agree. Report 2. Megan the Hamster Nerd · a year ago all hamsters are different and have there own personalities Helpful? Yes · 8 8 people found this answer helpful. Click to agree. No · 8 8 people did not find this answer helpful. Click to agree. Report 3. adam z · a year ago i have this hamster she is really cute she does not bite Helpful? Yes · 3 3 people found this answer helpful. Click to agree. No · 2 2 people did not find this answer helpful. Click to agree. Report 4. ShotoTodorokiSimp · 2 years ago After taming the hamster, he/she will be super sweet. Good luck! Helpful? Yes · 2 2 people found this answer helpful. Click to agree. No · 2 2 people did not find this answer helpful. Click to agree. Report 2. petgirl234580 · a year ago ARE THESE GOOD PETS? 2 answers Answer this Question 1. zeldaplays · 9 months ago yes get ready for biting at first butv easy to tame Helpful? Yes · 8 8 people found this answer helpful. Click to agree. No · 0 0 people did not find this answer helpful. Click to agree. Report 2. Animal Advocate · 9 months ago These are the most amazing hamsters ever. I love these guys very dearly. I've owned one in the past and they're so adorable :) Helpful? Yes · 2 2 people found this answer helpful. Click to agree. No · 1 1 person did not find this answer helpful. Click to agree. Report 3. kkre · 4 years ago WHICH IS RECOMMENDED FOR BEGINNERS SYRIAN HAMSTERS OR CHINESE HAMSTERS? 6 answers Answer this Question 1. rj aret · a year ago i have a syrain and cheinese dwarf hamster i recomend for beginars a cheinese dwarf hamster Helpful? Yes · 10 10 people found this answer helpful. Click to agree. No · 2 2 people did not find this answer helpful. Click to agree. Report 2. rj aret · a year ago i have a syrain and cheinese dwarf hamster i recomend for beginars a cheinese dwarf hamster Helpful? Yes · 0 0 people found this answer helpful. Click to agree. No · 0 0 people did not find this answer helpful. Click to agree. Report 3. Megan the Hamster Nerd · a year ago I don't recommend hamsters for beginners as they are extremely hard to keep pleased. Try plants if your new to owning pets and do your research I recommend watching @victoria raechel on youtube she can help you find out whats best and what will fit your life best Helpful? Yes · 1 1 person found this answer helpful. Click to agree. No · 6 6 people did not find this answer helpful. Click to agree. Report 4. Emberz · 3 years ago Well, the dwarves(Chinese hamsters aren’t dwarves) are very fast, and can be harder to tame(especially robos.) It all really depends on the specific hamster, but those species of hamster are more likely to be easy and nice. But they need to live away from other hamsters. Helpful? Yes · 9 9 people found this answer helpful. Click to agree. No · 6 6 people did not find this answer helpful. Click to agree. Report 5. thats enough · 3 years ago I reccomend syrians because they come in different colors but chinese hamster's faces are super cute. ( I have a chinese hamster but not a syrian hamster and I do not regret getting cloud my hamster.) Helpful? Yes · 0 0 people found this answer helpful. Click to agree. No · 3 3 people did not find this answer helpful. Click to agree. Report 6. Cajunboy · 4 years ago Chinese are very small but they bond to you a lot better than others do they are one of the most compassionate hamster you can get Helpful? Yes · 2 2 people found this answer helpful. Click to agree. No · 1 1 person did not find this answer helpful. Click to agree. Report 4. Jacki 27 · 4 years ago ARE HAMSTERS HARD TO TAKE CARE OF. AND DO THE FOOD COST A LOT?????? 2 answers Answer this Question 1. Megan the Hamster Nerd · a year ago Hamsters are extremely hard to take care of you need at least 450 sqin of running floor space, at minimum 8-10in of bedding that is safe (unsafe bedding is pine and ceadar) sand that isnt too dusty, a high variety and high quality seed mix with enough protien the right sized wheel, 10-12 for chinese and syrians and 8-12 for dwarfs, multi chamber hides, sprays, chews, forage, there is so much that a hamster needs and i recommend watching @ victoria raechel on youtube Helpful? Yes · 14 14 people found this answer helpful. Click to agree. No · 12 12 people did not find this answer helpful. Click to agree. Report 2. Cajunboy · 4 years ago very easy to take care of you can get a bag of food for under five bucks that will last you a month Helpful? Yes · 7 7 people found this answer helpful. Click to agree. No · 4 4 people did not find this answer helpful. Click to agree. Report 5. gunina pig boy bot123 · 2 years ago CAN I HAVE TWO OF THEASE LITTLE GUYS IN THE SAME CAGE AND I WANT ONE THAT DOSE NOT GO UNDER THE SHAVINGS 1 answer Answer this Question 1. Animal Advocate · a year ago No, if you put two of these together they will fight like crazy, even though the hamsters in petsmart are together. I've seen hamsters die because of being together. Also, every hamster goes under the bedding. It's just natural for them, just like walking on top of the earth is natural for us. They do come up from time to time, just be patient. If you want two hamsters that can live peacefully together then maybe go for a dwarf ( chinese hamsters aren't dwarves, petsmart labeled them wrong) also, if you want two hamsters I reccomend you buy double of water bottles, bowls ( unless it's pretty big ), wheels and hidey homes. Helpful? Yes · 16 16 people found this answer helpful. Click to agree. No · 3 3 people did not find this answer helpful. Click to agree. Report 6. Cesarbeu · 2 years ago CAN I ADOPT AN ANIMAL 1 answer Answer this Question 1. Animal Advocate · a year ago Sometimes there are special needs hamsters up for adoption in petsmart. You just have to ask. The other hamsters are in display cages, and yes, you can buy them. Helpful? Yes · 8 8 people found this answer helpful. Click to agree. No · 2 2 people did not find this answer helpful. Click to agree. Report 7. Ribonuke211 · 2 years ago AM I ABLE TO ORDER A MALE CHINESE DWARF HAMSTER, OR DO YOU ONLY STOCK FEMALES? EVERY STORE I'VE CHECKED CARRIES ONLY FEMALES... 1 answer Answer this Question 1. Animal Advocate · a year ago Some stores only sell females, and some only males. But no, you are not able to "order" a male hamster from petsmart. You could probably order one from a breeder, but I don't reccomend it because some of them can be cruel. But hey, Females are cool too! They're really sweet and cuddly, so you might want to consider a female, eh? Helpful? Yes · 13 13 people found this answer helpful. Click to agree. No · 2 2 people did not find this answer helpful. Click to agree. Report 8. Leilani55 · 2 years ago HELLO. DOES THIS HAMSTER COME WITH THE CAGE SHOWN OR DO WE HAVE TO BUY A CAGE SEPARATELY? THANK YOU 1 answer Answer this Question 1. ShotoTodorokiSIMP · 2 years ago You must purchase a cage separately, and the minimum size is 450 square inches. Helpful? Yes · 18 18 people found this answer helpful. Click to agree. No · 1 1 person did not find this answer helpful. Click to agree. Report 9. hamster guy2001 · 2 years ago HEY DO CHINESE HAMSTERS BITE OUT OF THERE CARDBOARD THING WHEN YOU FIRST BY IT? 1 answer Answer this Question 1. Animal Advocate · 2 years ago Yes, sometimes they do, so bring an extra cage or thick box. Helpful? Yes · 9 9 people found this answer helpful. Click to agree. No · 0 0 people did not find this answer helpful. Click to agree. Report 10. Animal Advocate · 3 years ago PLEASE HELP!!!!! MY POOR HAMSTER BROKE ONE OF HIS TEETH!!!! WHAT SHOULD I DO???? 4 answers Answer this Question 1. Animal Advocate · 2 years ago Hey guys, just an update here. My hamster is fine and has all of his teeth fully grown now as you can expect. Even though I doubt you are here, akkkkkkkkkkkkkkkk, my hamster didn't break his teeth because of his food. I did some investigating and found out one of his chew toys was made out of some extremely hard wood. Helpful? Yes · 11 11 people found this answer helpful. Click to agree. No · 2 2 people did not find this answer helpful. Click to agree. Report 2. HamsterArrow3 · 3 years ago This has happened to my winter white hamster here is what you do Replace the food with a new brand. See a vet. And stop giving it chew sticks until your not worried about the tooth unless the other tooth is getting longer fast Helpful? Yes · 11 11 people found this answer helpful. Click to agree. No · 0 0 people did not find this answer helpful. Click to agree. Report 3. taekook · 3 years ago See a vet!! Helpful? Yes · 3 3 people found this answer helpful. Click to agree. No · 0 0 people did not find this answer helpful. Click to agree. Report 4. okkkkkkkkkkkkkkkkkkkkkkkk · 3 years ago it broke becuz of the food you used Helpful? Yes · 7 7 people found this answer helpful. Click to agree. No · 1 1 person did not find this answer helpful. Click to agree. Report 1–10 of 46 Questions * Previous Questions ◄ * Next Questions ► FIND A STORE stores within 5 miles 10 miles 20 miles 40 miles 75 miles Only show stores with + see map view Grooming Training Doggie Day Camp PetsHotel Veterinary Adoptions select all With over 1,500 stores nationwide, you can find the products, PetSmart Grooming, training, PetsHotel boarding, Doggie Day Camp, and Banfield veterinary services you need. see all locations 10,405,789 lives saved. Pet Services Help Center Treats program Track your order Accessibility Statement About Careers PetSmart Charities US Site Canada Site * * * * Copyright © 2023 PetSmart LLC Recalls | Terms of Use | Privacy Policy | Interest-Based Ads | CA Supply Chain Act | CA Privacy Rights | Your Privacy Choices *Offer valid 1/30/2023 – 2/26/2023 with Treats membership in stores & online. While supplies last. Prices & selection may vary by store & online. Must activate offer prior to purchase to receive bonus points. Must be signed in to your Treats account prior to purchase or use Treats membership ID in stores at checkout. May not be combinable with other available bonus points offers. Points will be credited to your Treats account 24-72 hours of your purchase. Treats rules apply. See www.petsmart.com/treats for details. ***Offer valid 2/13/23 – 2/19/23 with Treats membership in stores & online. While supplies last. Prices & selection may vary by store & online. Must activate offer prior to purchase to receive bonus points. Must be signed in to your Treats account prior to purchase or use Treats membership ID in stores at checkout. May not be combinable with other available bonus points offers. Points will be credited to your Treats account 24-72 hours of your purchase. Treats rules apply. See www.petsmart.com/treats for details. †Offer valid 1/30/23 - 2/26/23 with Treats membership in stores & online. While supplies last. Prices & selection may vary by store & online. Must activate offer prior to purchase to receive bonus points. Must be signed in to your Treats account prior to purchase or use Treats membership ID in stores at checkout. May not be combinable with other available bonus points offers. Points will be credited to your Treats account 24-72 hours of your purchase. Treats rules apply. See www.petsmart.com/treats for details. Save $10 off your first purchase of $50 or more in Pharmacy. Offer valid with Treats membership online only at petsmart.com or on the app. Must be signed into your Treats account prior to purchase. Discount taken off highest priced qualifying item in cart. Offer not valid on services, gift cards, gift certificates, previous purchases, charitable donations, and may exclude all or select items from various brands. Offer may not be combined with other promotional offers or discounts and specifically excludes any available Autoship offers. Limited to one time per customer during the offer period. Transaction total is prior to taxes & after discounts are applied. Terms and conditions of this offer are subject to change at the sole discretion of PetSmart. Offer valid through 2/26/23. Save 35% on your first Autoship order up to a maximum savings of $20.00 and 5% on all recurring orders. Certain products and brands are not eligible for sitewide offers or promotions and specifically excludes: select products from The Pharmacy at PetSmart, all Royal Canin and Eukanuba products, all services, give cards, gift certificates, previous purchases and charitable donations. Must be signed in to your Treats account to receive discount. Savings will automatically reflect in shopping cart with purchase of qualifying product and enrollment in Autoship. Offer may not be combinable with other promotional offers or discounts. Treats members receive free shipping on select orders over $49.00, prior to taxes & after discounts are applied. Add'l terms apply. Prices & selection may vary. While supplies last. Quantities may be limited and deliveries may be delayed. Terms and conditions of this offer are subject to change in the sole discretion of PetSmart. Treats members enjoy Free Standard Shipping on orders over $49. Must be signed into your Treats account prior to purchase. Transaction total is prior to taxes & after discounts are applied. Savings will automatically reflect in shopping cart with the purchase of qualifying merchandise. Maximum value $75. Due to size and/or weight, certain items bear an additional shipping surcharge or special handling fee. Valid only on orders shipped within the contiguous 48 U.S. states, military APO/FPO addresses and select areas throughout Canada. Offer not valid on all or select products in the following categories: live pets, canned, fresh or frozen foods, select cat litters. Offer may not be combinable with other promotional offers or discounts. Terms and conditions of this offer are subject to change at the sole discretion of PetSmart. Delivery may be delayed due to acts beyond our reasonable control, which may include, but are not limited to, weather, strikes, power outages, shutdowns, local, provincial or federal governmental actions, and other similar acts. Offer valid on PetSmart.com. Free Same-Day Delivery offer valid on select merchandise purchased at petsmart.com when choosing Same-Day Delivery. Same-day delivery is available in most areas. Order by 9am for delivery between 12pm-3pm, by 1pm for delivery between 3pm-6pm, & by 3pm for delivery between 6pm-8pm. Orders placed after 3pm will be fulfilled the next day. Delivery may be delayed due to acts beyond our reasonable control, which may include, but are not limited to, weather, strikes, power outages, shutdowns, local, provincial or federal governmental actions, and other similar acts. While delivery is contact-free, be sure to be home during your delivery window to bring any perishable items inside right away. Prices & selection may vary in stores & online. While supplies last. Quantities may be limited. See www.petsmart.com/help or store associate for more details. Curbside orders must be picked up two hours prior to store closing time. In store pickup available during all store hours. Orders must be placed three hours prior to store closing for same day pickup. Store hours may vary. Check your local store for details & current store hours. Prices & selection may vary by store & online. While supplies last. Quantities may be limited. See www.petsmart.com/help or store associate for more details. OOPS! SOMETHING WENT WRONG WE ARE FACING SOME TECHNICAL ISSUES. PLEASE TRY AGAIN LATER. close YOUR PRIVACY CHOICES PetSmart does not share your information with third parties in exchange for money. We may, however, share your information with certain third parties to show you the most relevant ads and enhance your customer experience. Some of these disclosures may be considered a “sale” or “share” under some privacy laws. Depending on the state you live in, you may have the right to opt out of the selling or sharing of your personal information for targeted advertising. You can opt out of these disclosures below and by submitting the formhere. We may also collect your precise geolocation data, and race and ethnicity, which are considered "sensitive” under some privacy laws. California residents have the right to request that we limit the use and disclosure of this information, which you can dohere. For more on how PetSmart processes personal information, please read our Privacy Policy. MANAGE CONSENT PREFERENCES MARKETING COOKIES Marketing Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant advertisements on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. SOCIAL MEDIA COOKIES Social Media Cookies These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sharing tools. PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. BACK BUTTON PERFORMANCE COOKIES Vendor Search Search Icon Filter Icon Clear checkbox label label Apply Cancel Consent Leg.Interest checkbox label label checkbox label label checkbox label label * 33ACROSS HOST DESCRIPTION VIEW COOKIES * Name cookie name * 33ACROSS View Privacy Notice Confirm My Choices * 2023-02-16T02:07+00:00 * bvseo_fps, prod_bvrr, vn_firebird_1.0.70 * cp_1, bvpage1 * loc_en_US, 15329, prd, sort_mostHelpful * co_hasreviews, co_hasquestionsanswers, tv_109, tr_105 Feedback