Adopt

Goldendoodle puppies and dogs in Rockaway, New Jersey

Looking for a Goldendoodle puppy or dog in Rockaway, New Jersey? Adopt a Pet can help you find an adorable Goldendoodle near you.

Picture of Goldendoodle

Adopt a Goldendoodle near you in Rockaway, New Jersey

We don't see any Goldendoodles available for adoption right now, but new adoptable pets are added every day. Try a different search below!

Or, how about these Goldendoodles in cities near Rockaway, New Jersey

These Goldendoodles are available for adoption close to Rockaway, New Jersey.
We'll also keep you updated on Sriracha's adoption status with email updates.
Photo of Sriracha

Sriracha

Goldendoodle Poodle (Standard)

Male, 5 yrs
New York, NY
Size
(when grown) Large 61-100 lbs (28-45 kg)
Details
Good with kids, Good with dogs, House-trained, Spayed or Neutered, Shots are up-to-date,
Story
Meet Sriracha, a 5-year old, 72-pound, black-and-white Goldendoodle/ Poodle mix who has a VERY spicy name, but an EXTREMELY mild-mannered soul. This gentle giant is fully housebroken, crate trained, and an absolute angel at home - - no chewing, no mischief, no furniture parkour. Just good vibes and cozy companionship. Sriracha is a certified cuddlebug who loves being petted, hanging close to his people, and lounging like a professional couch potato - - but he’s always down for a robust walk or some outdoor time. Sriracha doesn’t shed, does not overeat, and obediently sits on command. Strong and enthusiastic, Sriracha is still working on his leash skills and may pull toward and bark at other dogs he sees while out and about, most likely because he’s trying to to say hello and wants to play. He’s just a big happy goofball! Uniquely good-looking with extremely interesting markings, Sriracha turns heads wherever he goes. He is friendly, engaging, and sweet toward humans, and seems like the type of fella who would fit in well in just about any type of living arrangement. If you’re looking for a stunning, affectionate, chill shadow who wants to be wherever you are, Sriracha might be the perfect sauce to add a bit of zing to your life. This guy is a real heart throb! If you would like to adopt this wonderful dog, please email rescue@pupstarzrescue.org or visit www.pupstarzrescue.org for an application! www.pupstarzrescue.org Please Follow us on Instagram: @pupstarzrescue Like us on FaceBook! www.facebook.com/PupStarzRescue PupStarz rescue cannot guarantee the breed, size, temperament, or age of any dog.
We'll also keep you updated on Reign's adoption status with email updates.
Photo of Reign

Reign

Goldendoodle

Female, Puppy
New York, NY
Size
(when grown) Small 25 lbs (11 kg) or less
Details
Good with kids, Good with dogs, Good with cats, Needs experienced adopter, House-trained, Shots are up-to-date,
Story
Reign is an amazing Mini Goldendoodle puppy. I got her from a breeder where I selected her among a litter of 7. She is well behaved and easy to train but does have a lot of energy. She is trained to go both outside and inside on her puppy pads and does not require long walks. She just likes to play and loves attention. She would be best in a home where someone is home a lot or works from home. She suffers a little from separation anxiety but is not aggressive about it. She does not bark or wine when I am not home. But she definitely waits for me by the door and is overly excited when I return. She is used to other animals - I have a cat as well. She loves other animals and is very friendly with other people including children. She would be the perfect pet for anyone who is looking for a companion.
We'll also keep you updated on Boo's adoption status with email updates.
Photo of Boo

Boo

Goldendoodle

Female, Senior
Congers, NY
Size
(when grown) Med. 26-60 lbs (12-27 kg)
Details
Good with kids, Good with dogs, Good with cats, Needs experienced adopter,
Story
Boo is a sweet 13 year-old golden doodle who loves holding your hand and getting pets. She was originally my parents’s dog and was with my mom 24/7 almost until she passed 4 years ago. She was left in my care but I have a busy schedule so I cannot give her the attention or care she needs and deserves. She is alone for up to 23 hours a day sometimes. She had a pomapoo sister up until last year and grew up with up to 10 cats in the house, so she is used to other animals. She was never fixed but she is an elderly dog now. At the moment she does go on pee-pee pads in the house but she loves walks and will go to the bathroom outside too. I just do not have time to take her out as much as she needs. Ideally, she would do well with someone who is home a lot. I would be willing to take her to the vet to update her shots before adoption as well.

These pups are in Rockaway, New Jersey too!

Below are our newest added Goldendoodles available for adoption in Rockaway, New Jersey. To see more adoptable Goldendoodles in Rockaway, New Jersey, use the search tool below to enter specific criteria!
We'll also keep you updated on Penny NJ's adoption status with email updates.
Photo of Penny NJ

Penny NJ

Poodle (Standard) Golden Retriever

Female, Adult
Rockaway, NJ
Size
(when grown) Large 61-100 lbs (28-45 kg)
Details
Good with dogs, House-trained, Spayed or Neutered,
Story
Penny is a 4–5 year old Goldendoodle with the sweetest soul and the kindest eyes. She was surrendered alongside a Mini Poodle after their owner left the country and left the girls behind. Despite the confusion and sudden change, Penny has remained incredibly loving and gentle through it all. She is super sweet, friendly with everyone she meets, and great with other dogs. Penny also lived with cats in her previous home — she would occasionally chase them, but she never harmed them. She has an easygoing, affectionate personality and would love a home where she can finally feel secure and cherished again. Penny is microchipped, spayed, and up to date on vaccines. If you’re looking for a loyal, loving companion, Penny is ready to start her next chapter with you. Apply at EHRDOGS.ORG       (function () { // Only on animal detail pages if (!/\/animals\/detail/i.test(location.pathname)) return; // Debounce to avoid double-fire (touchend + click, etc.) var lastNavAt = 0; function toFullSize(url) { try { var u = new URL(url, location.href); u.searchParams.delete('width'); u.searchParams.delete('height'); return u.toString(); } catch (e) { return url || ''; } } function looksLikeAnimalPhoto(url) { return /\/pictures\/animals\/\d+\/\d+\/[^?#]+\.(jpg|jpeg|png|gif)/i.test(url || ''); } function handler(e) { var el = e.target; if (!el) return; // Find the closest anchor or image in the click path var a = el.closest ? el.closest('a') : null; var img = el.closest ? el.closest('img') : null; var url = ''; // Prefer anchor href if it points to an animal photo if (a && a.getAttribute) { var href = a.getAttribute('href') || ''; if (href && (href.indexOf('/pictures/animals/') !== -1 || looksLikeAnimalPhoto(href))) { url = href; } } // Otherwise fall back to the image src if (!url && img && img.getAttribute) { var src = img.getAttribute('src') || ''; if (src && (src.indexOf('/pictures/animals/') !== -1 || looksLikeAnimalPhoto(src))) { url = src; } } if (!url) return; // Absolute URL + full-size version try { url = new URL(url, location.href).toString(); } catch (_) {} url = toFullSize(url); // Stop PrettyPhoto (and any other delegated click handlers) e.preventDefault(); e.stopPropagation(); if (e.stopImmediatePropagation) e.stopImmediatePropagation(); // Debounce var now = Date.now(); if (now - lastNavAt < 500) return; lastNavAt = now; // SAME TAB navigation to the full-size image location.href = url; } // Capture phase is the key: we get the event before PrettyPhoto. ['click', 'pointerup', 'touchend'].forEach(function (evt) { document.addEventListener(evt, handler, true); }); })(); March 10, 2026, 1:47 pm
We'll also keep you updated on Pascal Louisiana's adoption status with email updates.
Photo of Pascal Louisiana

Pascal Louisiana

Poodle (Standard)

Male, Adult
Rockaway, NJ
Size
(when grown) Med. 26-60 lbs (12-27 kg)
Details
Good with dogs, Good with cats, House-trained,
Story
Pascal is a sweet poodle boy with a heart as big as his comeback story. He was found in awful condition in Louisiana alongside his presumed brother.. Pascal was dirty, malnourished, and hungry, but through it all, he remained gentle and trusting. Pascal is now on his road to recovery, and after some much-needed care and a good bath, he’s already looking and feeling so much better. He is currently in New Jersey and ready to find a loving forever home where he will be cherished and kept safe. He is good with other dogs, and people. He would do best in a home without young children as he likes to play with his mouth. Pascal is microchipped, up to date on vaccines, and will be neutered prior to adoption. He’s ready for a fresh start and a family who will help him continue healing and thriving.  (function () { // Only on animal detail pages if (!/\/animals\/detail/i.test(location.pathname)) return; // Debounce to avoid double-fire (touchend + click, etc.) var lastNavAt = 0; function toFullSize(url) { try { var u = new URL(url, location.href); u.searchParams.delete('width'); u.searchParams.delete('height'); return u.toString(); } catch (e) { return url || ''; } } function looksLikeAnimalPhoto(url) { return /\/pictures\/animals\/\d+\/\d+\/[^?#]+\.(jpg|jpeg|png|gif)/i.test(url || ''); } function handler(e) { var el = e.target; if (!el) return; // Find the closest anchor or image in the click path var a = el.closest ? el.closest('a') : null; var img = el.closest ? el.closest('img') : null; var url = ''; // Prefer anchor href if it points to an animal photo if (a && a.getAttribute) { var href = a.getAttribute('href') || ''; if (href && (href.indexOf('/pictures/animals/') !== -1 || looksLikeAnimalPhoto(href))) { url = href; } } // Otherwise fall back to the image src if (!url && img && img.getAttribute) { var src = img.getAttribute('src') || ''; if (src && (src.indexOf('/pictures/animals/') !== -1 || looksLikeAnimalPhoto(src))) { url = src; } } if (!url) return; // Absolute URL + full-size version try { url = new URL(url, location.href).toString(); } catch (_) {} url = toFullSize(url); // Stop PrettyPhoto (and any other delegated click handlers) e.preventDefault(); e.stopPropagation(); if (e.stopImmediatePropagation) e.stopImmediatePropagation(); // Debounce var now = Date.now(); if (now - lastNavAt < 500) return; lastNavAt = now; // SAME TAB navigation to the full-size image location.href = url; } // Capture phase is the key: we get the event before PrettyPhoto. ['click', 'pointerup', 'touchend'].forEach(function (evt) { document.addEventListener(evt, handler, true); }); })(); March 9, 2026, 7:19 pm

Search for a Goldendoodle puppy or dog

Use the search tool below to browse adoptable Goldendoodle puppies and adults Goldendoodle in Rockaway, New Jersey.

Goldendoodle puppies and dogs in nearby cities

Goldendoodle Puppies near me Goldendoodle in Airmont, NY Goldendoodle in Allendale, NJ Goldendoodle in Bayonne, NJ Goldendoodle in Bergenfield, NJ Goldendoodle in Bernardsville, NJ Goldendoodle in Bloomingdale, NJ Goldendoodle in Bogota, NJ Goldendoodle in Boonton, NJ Goldendoodle in Bound Brook, NJ Goldendoodle in Bronxville, NY Goldendoodle in Butler, NJ Goldendoodle in Caldwell, NJ Goldendoodle in Carlstadt, NJ Goldendoodle in Carteret, NJ Goldendoodle in Chatham, NJ Goldendoodle in Chestnut Ridge, NY Goldendoodle in Cliffside Park, NJ Goldendoodle in Clifton, NJ Goldendoodle in Closter, NJ Goldendoodle in Cresskill, NJ Goldendoodle in Demarest, NJ Goldendoodle in Dobbs Ferry, NY Goldendoodle in Dover, NJ Goldendoodle in Dumont, NJ Goldendoodle in Dunellen, NJ Goldendoodle in East Orange, NJ Goldendoodle in East Rutherford, NJ Goldendoodle in Edgewater, NJ Goldendoodle in Elizabeth, NJ Goldendoodle in Elmwood Park, NJ Goldendoodle in Emerson, NJ Goldendoodle in Englewood, NJ Goldendoodle in Englewood Cliffs, NJ Goldendoodle in Fair Lawn, NJ Goldendoodle in Fairview, NJ Goldendoodle in Fanwood, NJ Goldendoodle in Florham Park, NJ Goldendoodle in Fort Lee, NJ Goldendoodle in Franklin, NJ Goldendoodle in Franklin Lakes, NJ Goldendoodle in Garfield, NJ Goldendoodle in Glen Ridge, NJ Goldendoodle in Glen Rock, NJ Goldendoodle in Goshen, NY Goldendoodle in Guttenberg, NJ Goldendoodle in Hackensack, NJ Goldendoodle in Hackettstown, NJ Goldendoodle in Haledon, NJ Goldendoodle in Harrison, NJ Goldendoodle in Hasbrouck Heights, NJ Goldendoodle in Hastings on Hudson, NY Goldendoodle in Haverstraw, NY Goldendoodle in Hawthorne, NJ Goldendoodle in Highland Park, NJ Goldendoodle in Hillsdale, NJ Goldendoodle in Hoboken, NJ Goldendoodle in Hopatcong, NJ Goldendoodle in Irvington, NY Goldendoodle in Jersey City, NJ Goldendoodle in Kearny, NJ Goldendoodle in Kenilworth, NJ Goldendoodle in Kinnelon, NJ Goldendoodle in Kiryas Joel, NY Goldendoodle in Leonia, NJ Goldendoodle in Lincoln Park, NJ Goldendoodle in Linden, NJ Goldendoodle in Little Ferry, NJ Goldendoodle in Lodi, NJ Goldendoodle in Madison, NJ Goldendoodle in Manville, NJ Goldendoodle in Maywood, NJ Goldendoodle in Mendham, NJ Goldendoodle in Metuchen, NJ Goldendoodle in Middlesex, NJ Goldendoodle in Midland Park, NJ Goldendoodle in Milltown, NJ Goldendoodle in Monroe, NY Goldendoodle in Montvale, NJ Goldendoodle in Morris Plains, NJ Goldendoodle in Morristown, NJ Goldendoodle in Mountainside, NJ Goldendoodle in Mount Arlington, NJ Goldendoodle in Mount Vernon, NY Goldendoodle in Newark, NJ Goldendoodle in New Brunswick, NJ Goldendoodle in New Milford, NJ Goldendoodle in New Providence, NJ Goldendoodle in New Square, NY Goldendoodle in Newton, NJ Goldendoodle in New York, NY Goldendoodle in North Arlington, NJ Goldendoodle in North Caldwell, NJ Goldendoodle in North Haledon, NJ Goldendoodle in North Plainfield, NJ Goldendoodle in Norwood, NJ Goldendoodle in Nyack, NY Goldendoodle in Oakland, NJ Goldendoodle in Old Tappan, NJ Goldendoodle in Oradell, NJ Goldendoodle in Palisades Park, NJ Goldendoodle in Paramus, NJ Goldendoodle in Park Ridge, NJ Goldendoodle in Passaic, NJ Goldendoodle in Paterson, NJ Goldendoodle in Pelham, NY Goldendoodle in Perth Amboy, NJ Goldendoodle in Plainfield, NJ Goldendoodle in Pompton Lakes, NJ Goldendoodle in Port Jervis, NY Goldendoodle in Prospect Park, NJ Goldendoodle in Rahway, NJ Goldendoodle in Ramsey, NJ Goldendoodle in Raritan, NJ Goldendoodle in Ridgefield, NJ Goldendoodle in Ridgefield Park, NJ Goldendoodle in Ridgewood, NJ Goldendoodle in Ringwood, NJ Goldendoodle in River Edge, NJ Goldendoodle in Roseland, NJ Goldendoodle in Roselle, NJ Goldendoodle in Roselle Park, NJ Goldendoodle in Rutherford, NJ Goldendoodle in Sayreville, NJ Goldendoodle in Secaucus, NJ Goldendoodle in Sleepy Hollow, NY Goldendoodle in Somerville, NJ Goldendoodle in South Amboy, NJ Goldendoodle in South Bound Brook, NJ Goldendoodle in South Plainfield, NJ Goldendoodle in Spring Valley, NY Goldendoodle in Suffern, NY Goldendoodle in Summit, NJ Goldendoodle in Tarrytown, NY Goldendoodle in Tenafly, NJ Goldendoodle in Totowa, NJ Goldendoodle in Tuckahoe, NY Goldendoodle in Union City, NJ Goldendoodle in Upper Saddle River, NJ Goldendoodle in Waldwick, NJ Goldendoodle in Wallington, NJ Goldendoodle in Wanaque, NJ Goldendoodle in Warwick, NY Goldendoodle in Washington, NJ Goldendoodle in Watchung, NJ Goldendoodle in Westfield, NJ Goldendoodle in West Haverstraw, NY Goldendoodle in West New York, NJ Goldendoodle in West Paterson, NJ Goldendoodle in Westwood, NJ Goldendoodle in Wharton, NJ Goldendoodle in White Plains, NY Goldendoodle in Woodcliff Lake, NJ Goldendoodle in Wood Ridge, NJ Goldendoodle in Yonkers, NY

Related breeds in Rockaway, New Jersey

Goldendoodle shelters & rescues in Rockaway, New Jersey

There are animal shelters and rescues that focus specifically on finding great homes for Goldendoodle puppies in Rockaway, New Jersey. Browse these Goldendoodle rescues and shelters below.

Here are a few organizations closest to you:

Rescue

28.8 miles

PupStarz Rescue - NY

New York, NY 10010

Pet Types: cats, dogs, rabbits

More an arrow icon

Looking for a specific shelter or rescue?

If you're not seeing what you're looking for, try our shelter and rescue search. We have more than 17,000 organizations in our database with furry pals waiting for a new home!

magnifying glass with cat and dog

Want to learn more about adopting a Goldendoodle puppy or dog?

We've got all the info you need on adopting and caring for a Goldendoodle puppy. Check out the links below for everything you ever wanted to know about Goldendoodle puppies and adults.

Goldendoodle basics

clipboard with list

Where do Goldendoodles come from? How many types of Goldendoodles are there? From the history of the breed to question about average height, weight and size, brush up on these basic facts about the Goldendoodle.

Learn More an arrow icon