Adopt

Pointer puppies and dogs in Warwick, New York

Looking for a Pointer puppy or dog in Warwick, New York? Adopt a Pet can help you find an adorable Pointer near you.

Picture of Pointer

Adopt a Pointer near you in Warwick, New York

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

Or, how about these Pointers in cities near Warwick, New York

These Pointers are available for adoption close to Warwick, New York.
We'll also keep you updated on Bea 22 lbs's adoption status with email updates.
Photo of Bea 22 lbs

Bea 22 lbs

Pointer Terrier (Unknown Type, Small)

Female, 4 yrs 1 mo
Spring Valley, NY
Size
(when grown) Small 25 lbs (11 kg) or less
Details
Good with kids, Good with dogs, Spayed or Neutered, Shots are up-to-date,
Story
Incredibly Sweet little Bea was running around rural Georgia with her sidekick for several weeks after apparently being dumped. Everybody in the area said they were friendly, but no one knew them so they called animal control. The girls were very bonded at first, but we feel like their first love is people. They want to love people and be loved so badly but when they didn’t have any people, they became very attached to each other. Her sidekick has now found her forever home and it’s Miss Bea’s turn now. She’s exceptionally sweet and outgoing. She loves to go for walks and rides in the car. She also loves to snuggle on the couch. Bea is 22 pounds and between four and five years old. WE ARE ONLY GUESSING AT HER BREED! She does not really have a JRT temperament but she has the size and cute little short tail. She is up-to-date on vaccines, spayed and heartworm tested negative. She appears to be a very healthy and happy girl. She had a couple of accidents the first day in her foster home but now she’s doing very well with house training if you would like to be Miss Bea’s hero and the center of her world, please email omlc7@hotmail.com or Dogs4mylife@gmail.com and we will send you our information and application. If you do not see a response, please check your spam folder.
We'll also keep you updated on Cooper Lizman's adoption status with email updates.
Photo of Cooper Lizman

Cooper Lizman

Pointer Labrador Retriever

Male, Adult
Rockaway, NJ
Size
(when grown) Med. 26-60 lbs (12-27 kg)
Details
Good with kids, Good with dogs, House-trained, Spayed or Neutered,
Story
COPPER'S STORY: Cooper is currently 2.5 years old and 60lbs.  He was found abandoned and skinny on the side of the road, with a scar on his neck from an embedded collar. While it appears Cooper hasn't had the best life, you would never know it from his appreciative nature and friendly disposition! Cooper loves to "hug" his people for affection, and is a very cuddly dog. He has a bunch of energy and would make a fantastic companion for an active owner. Cooper would be best as an only dog for now until he has time to decompress into a home.  Cooper loves people but since he is so energetic, older or considerate kids would be a better fit for this sweet boy.  He is also house trained, and very well crate trained- He doesn’t make a PEEP! Cooper is fully vaccinated, chipped, and neutered. Cooper's adoption fee is SPONSORED through our Diamonds in the Ruff program. Click here to learn more about our Diamond Dogs. Apply to adopt COOPER LIZMAN at www.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 12, 2026, 11:56 pm
We'll also keep you updated on Dexter Dixon's adoption status with email updates.
Photo of Dexter Dixon

Dexter Dixon

English Pointer

Male, Adult
Rockaway, NJ
Size
(when grown) Large 61-100 lbs (28-45 kg)
Details
Good with kids, Good with dogs, House-trained, Spayed or Neutered,
Story
Dexter is a 2-year-old, 57 lb Pointer mix with a great balance of energy and maturity. He’s old enough to have outgrown the puppy chaos, but still young, active, and ready for adventure. He is an easygoing guy with the best personality. Dexter is INCREDIBLY sweet and affectionate. He is good with kids and enjoys being around people, making him a wonderful family companion. Dexter would love a home where he can be included in daily life, whether that’s walks, playtime, or just relaxing with his people at the end of the day. He ADORES other dogs. Upon his arrival to us, we quickly learned  that Dexter CAN CLIMB fences of likely any height (Ours is 7 ft and he got over that!) He also can scale solid fences so he needs to be leash walked or have a long line on in the yard to prevent his curious mind from escaping. Dexter is microchipped, neutered, and up to date on vaccines. He’s ready to settle into a loving home of his own. 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 7, 2026, 5:58 pm
We'll also keep you updated on Zella Dixon's adoption status with email updates.
Photo of Zella Dixon

Zella Dixon

Pointer Great Pyrenees

Female, Adult
Rockaway, NJ
Size
(when grown) Large 61-100 lbs (28-45 kg)
Details
Good with kids, Good with dogs, House-trained, Spayed or Neutered,
Story
Zella is an absolutely adorable and unique mixed-breed girl with both beauty and personality. With her soft features and those distinctive double dew claws on her back legs, we suspect she may have a little Great Pyrenees in her mix! Whatever her breed makeup may be, (and we honestly do not know!) one thing is certain — she is a wonderful dog with so much love to give. Zella has a fantastic temperament and truly enjoys being around people. She is amazing with children and is the kind of dog who fits right into a family environment. She is friendly, gentle, and happy to soak up attention from anyone willing to give it. Zella also gets along well with other dogs and would likely enjoy having a canine friend to play with. This pretty girl is already microchipped, spayed, and up to date on vaccines, so she is ready to head straight into her forever home. Zella is the kind of dog who will bring warmth, companionship, and a lot of smiles to the lucky family who adopts her. If you’re looking for a sweet, family-friendly dog to welcome into your life, Zella might be the perfect match. Applications can be made 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 17, 2026, 7:49 pm
We'll also keep you updated on Vega's adoption status with email updates.
Photo of Vega

Vega

Pointer

Male, Adult
Newburgh, NY
Size
(when grown) Large 61-100 lbs (28-45 kg)
Details
Not good with kids, Not good with dogs, Not good with cats, Needs experienced adopter, House-trained, Spayed or Neutered, Shots are up-to-date,
Story
Vega is about 4-5 yrs old. He isn't quick to trust but loves his toys and cuddles once he does. He needs time to get to know someone but it makes it all worth it.
We'll also keep you updated on Rubix's adoption status with email updates.
Photo of Rubix

Rubix

Pointer

Male, Young
Westwood, NJ
Size
(when grown) Med. 26-60 lbs (12-27 kg)
Details
Good with kids, Good with dogs, House-trained, Spayed or Neutered, Shots are up-to-date,
Story
Meet Rubix - a lovable, playful one-year-old mixed breed weighing 59 lbs. Rescued from NYCACC, his past remains a mystery, but we believe he once had a special boy in his life whom he dearly misses. He’s particularly drawn to his teenage foster brother, showcasing the affectionate bond he can form with older kids. One thing is for sure and his foster family can attest to this: he makes a wonderful companion. Known for his bright personality, Rubix is an absolute sweetheart and so smart with an impressive command of tricks. He responds to commands like sit, down, settle, wait, search, drop it, and is a jokester who can even play dead! He’s house trained and will let you know when it’s time to go outside (and boy does he love playing outdoors). Whether he’s cuddling up for a nap like a full-body pillow with the nearest human or racing around the yard, Rubix brings joy to everyone around him. At the heart of it all, he simply just loves to be loved. This sweet boy is perfect for a family with older kids or empty nesters who can appreciate his energy and love for play. He adores other dogs and enjoys playing with them, though he may need an active family familiar with larger breeds (though in his head, he thinks he's a little guy not aware of his size). Rubix is the quintessential pup who loves toys and is always ready for adventure—whether it’s hiking, beach days, or jogging alongside you. If you’re looking for a loyal companion who thrives on love and play, Rubix is your guy! Let’s give him the fresh start he’s been dreaming of. Apply today to adopt Rubix at https://peace4paws.org/adoption-application using a computer or laptop. Together, we can make a difference for this amazing pup. If you have specific adoption or foster questions, please email: judy.atchison@yahoo.com THANK YOU FOR YOUR INTEREST IN RESCUING A DOG! U.S. shelter and adoption estimates 2012 3,500—Number of animal shelters •  6-8 million—Number of cats and dogs entering shelters each year 25 percent—Percentage of purebred dogs in shelters •  3-4 million—Number cats and dogs adopted from shelters each year 2.7 million—Number of adoptable cats and dogs euthanized in shelters each year 25% of dogs in shelters are pure bred - that's 1 in 4! March 16, 2026, 5:08 pm

Search for a Pointer puppy or dog

Use the search tool below to browse adoptable Pointer puppies and adults Pointer in Warwick, New York.

Pointer puppies and dogs in nearby cities

Pointer Puppies near me Pointer in Airmont, NY Pointer in Allendale, NJ Pointer in Beacon, NY Pointer in Bergenfield, NJ Pointer in Bloomingdale, NJ Pointer in Bogota, NJ Pointer in Boonton, NJ Pointer in Briarcliff Manor, NY Pointer in Butler, NJ Pointer in Caldwell, NJ Pointer in Carlstadt, NJ Pointer in Chestnut Ridge, NY Pointer in Clifton, NJ Pointer in Closter, NJ Pointer in Cresskill, NJ Pointer in Croton on Hudson, NY Pointer in Demarest, NJ Pointer in Dobbs Ferry, NY Pointer in Dover, NJ Pointer in Dumont, NJ Pointer in East Rutherford, NJ Pointer in Elmwood Park, NJ Pointer in Emerson, NJ Pointer in Englewood, NJ Pointer in Englewood Cliffs, NJ Pointer in Fair Lawn, NJ Pointer in Florham Park, NJ Pointer in Fort Lee, NJ Pointer in Franklin, NJ Pointer in Franklin Lakes, NJ Pointer in Garfield, NJ Pointer in Glen Ridge, NJ Pointer in Glen Rock, NJ Pointer in Goshen, NY Pointer in Hackensack, NJ Pointer in Haledon, NJ Pointer in Hasbrouck Heights, NJ Pointer in Hastings on Hudson, NY Pointer in Haverstraw, NY Pointer in Hawthorne, NJ Pointer in Hillsdale, NJ Pointer in Hopatcong, NJ Pointer in Irvington, NY Pointer in Kinnelon, NJ Pointer in Kiryas Joel, NY Pointer in Leonia, NJ Pointer in Lincoln Park, NJ Pointer in Little Ferry, NJ Pointer in Lodi, NJ Pointer in Maywood, NJ Pointer in Middletown, NY Pointer in Midland Park, NJ Pointer in Monroe, NY Pointer in Monticello, NY Pointer in Montvale, NJ Pointer in Morris Plains, NJ Pointer in Morristown, NJ Pointer in Mount Arlington, NJ Pointer in Mount Kisco, NY Pointer in Newburgh, NY Pointer in New Milford, NJ Pointer in New Square, NY Pointer in Newton, NJ Pointer in North Arlington, NJ Pointer in North Caldwell, NJ Pointer in North Haledon, NJ Pointer in Norwood, NJ Pointer in Nyack, NY Pointer in Oakland, NJ Pointer in Old Tappan, NJ Pointer in Oradell, NJ Pointer in Ossining, NY Pointer in Palisades Park, NJ Pointer in Paramus, NJ Pointer in Park Ridge, NJ Pointer in Passaic, NJ Pointer in Paterson, NJ Pointer in Peekskill, NY Pointer in Pleasantville, NY Pointer in Pompton Lakes, NJ Pointer in Port Jervis, NY Pointer in Prospect Park, NJ Pointer in Ramsey, NJ Pointer in Ridgefield Park, NJ Pointer in Ridgewood, NJ Pointer in Ringwood, NJ Pointer in River Edge, NJ Pointer in Rockaway, NJ Pointer in Roseland, NJ Pointer in Rutherford, NJ Pointer in Scarsdale, NY Pointer in Sleepy Hollow, NY Pointer in Spring Valley, NY Pointer in Suffern, NY Pointer in Tarrytown, NY Pointer in Tenafly, NJ Pointer in Totowa, NJ Pointer in Upper Saddle River, NJ Pointer in Walden, NY Pointer in Waldwick, NJ Pointer in Wallington, NJ Pointer in Wanaque, NJ Pointer in Wappingers Falls, NY Pointer in Washingtonville, NY Pointer in West Haverstraw, NY Pointer in West Paterson, NJ Pointer in Westwood, NJ Pointer in Wharton, NJ Pointer in White Plains, NY Pointer in Woodcliff Lake, NJ Pointer in Wood Ridge, NJ Pointer in Yonkers, NY

Related breeds in Warwick, New York

Pointer shelters & rescues in Warwick, New York

There are animal shelters and rescues that focus specifically on finding great homes for Pointer puppies in Warwick, New York. Browse these Pointer rescues and shelters below.

Here are a few organizations closest to you:

Rescue

19.1 miles

One More Last Chance - NY transport

Spring Valley, NY 10977

Pet Types: cats, dogs

More an arrow icon

Rescue

23.2 miles

Eleventh Hour Rescue

P.O. Box 218, Rockaway, NJ 07866

Pet Types: cats, dogs

More an arrow icon

Shelter

23.9 miles

Town of Newburgh Animal Shelter

645 Gidney Avenue, Newburgh, NY 12550

Pet Types: cats, birds, dogs, rabbits, small animals

More an arrow icon

Rescue

25 miles

Peace4Paws Inc.

Westwood, NJ 07675

Pet Types: dogs

More an arrow icon

Rescue

31.6 miles

Paws Crossed Animal Rescue Inc.

100 Warehouse Lane South, Elmsford, NY 10523

Pet Types: cats, dogs

More an arrow icon

Rescue

35.3 miles

Animal Rescue Foundation - NJ

Ridgefield, NJ 07657

Pet Types: cats, dogs

More an arrow icon

Rescue

35.6 miles

South Coast Sato Rescue - New York Transport Stop

White Plains, NY 10604

Pet Types: dogs

More an arrow icon

Shelter

35.6 miles

St. Hubert's Animal Welfare Center

575 Woodland Ave, Madison, NJ 07940

Pet Types: cats, dogs, rabbits, small animals

More an arrow icon

Shelter

37.9 miles

Catskill Animal Rescue, Inc.

263 Old Monticello Road, Ferndale, NY 12734

Pet Types: cats, birds, dogs, farm animals, horses, rabbits, reptiles, small animals

More an arrow icon

Rescue

38 miles

Miracles for Satos Rescue

New York, NY 10025

Pet Types: cats, dogs, small animals

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 Pointer puppy or dog?

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

Pointer basics

clipboard with list

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

Learn More an arrow icon