Adopt

Pointer puppies and dogs in Newton, New Jersey

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

Picture of Pointer

Adopt a Pointer near you in Newton, New Jersey

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 Newton, New Jersey

These Pointers are available for adoption close to Newton, New Jersey.
We'll also keep you updated on Piston *FOSTER NEEDED TOO!'s adoption status with email updates.
Photo of Piston *FOSTER NEEDED TOO!

Piston *FOSTER NEEDED TOO!

Pointer Hound (Unknown Type)

Male, Young
Flanders, NJ
Size
(when grown) Med. 26-60 lbs (12-27 kg)
Details
Good with kids, Good with dogs, Good with cats, House-trained, Spayed or Neutered,
Story
Please contact ADOPTION (adopt@doggieharmony.org) for more information about this pet.Easy family dogMeet Piston — The Easy-Peasy Love Machine! If you’re looking for a dog who checks every single box, Piston is your guy. At 2-3 years old and 45 lbs, he’s the perfect “just right” size — big enough for adventures, small enough for couch snuggles. Piston LOVES people of all ages and gets along beautifully with other dogs. He’s even been polite with cats! Outside, he shines as a running buddy or park explorer, so an active adult or a yard to zoom in would make him one happy pup. Inside? He’s pure chill — relaxed, respectful, and happy to nap while you go about your day. This clever boy is: &#226&#156&#168 Housetrained &#226&#156&#168 Crate-trained &#226&#156&#168 Obedience-trained (sit, lay, and paw — nailed it!) &#226&#156&#168 Neutered, vaccinated, & heartworm negative &#226&#156&#168 A full-night sleeper and potty-signal pro Piston’s previous owner became ill and could no longer care for him, so he’s looking for a new family to love with that big, loyal heart of his. He’s easy, he’s sweet, he’s ready — all he needs is someone to give him his forever home. Questions about Piston? leeryan3@gmail.com To ensure we're meeting both pet and adopters' needs, we ask potential adopters to complete an Adoption Application (www.bit.ly/DH-Adoption) for caretakers to review. Once your application is approved, we will bring the adoptable pet to your home for a preliminary visit.January 15, 2026, 8:21 am
We'll also keep you updated on Katie Dixon's adoption status with email updates.
Photo of Katie Dixon

Katie Dixon

English Pointer

Female, Adult
Rockaway, NJ
Size
(when grown) Large 61-100 lbs (28-45 kg)
Details
Good with kids, Good with dogs, Good with cats, Spayed or Neutered,
Story
Meet Katie! This beautiful 2-year-old, 43-lb suspected Pointer mix is everything you could want in a companion. Rescued from Georgia, where life isn’t always kind to animals, Katie hasn’t let her past dim her sweet and loving personality. She is incredibly friendly and truly a fantastic all-around dog. Katie gets along wonderfully with all people, adores kids, enjoys the company of other dogs, and is even good with cats. She is both crate trained and leash trained, making her an easy addition to almost any home. Katie is microchipped, spayed, and up to date on all vaccines—ready to start her happily ever after with a family of her own! Apply for Katie 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); }); })(); February 17, 2026, 6:42 pm
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
Ruff start? Yes. Ruff round the edges? Sure. Hidden gem ready to be discovered? 100%.  Cooper is a member of Eleventh Hour Rescue’s Diamond in the Ruff Program:  a sweet, playful dog who needs a little polishing, but we know his brilliance  will shine through with patience, love, a little training, and a home of his own. In return for your willingness to see Cooper’s potential and change his story,  and thanks to a private donor, COOPER'S ADOPTION FEE HAS BEEN FULLY SPONSORED! All you need to provide is the love and patience to help him sparkle. 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. 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); }); })(); February 17, 2026, 9:04 am
We'll also keep you updated on Bruiser Lonestar's adoption status with email updates.
Photo of Bruiser Lonestar

Bruiser Lonestar

Pointer

Male, Puppy
Rockaway, NJ
Size
(when grown) Large 61-100 lbs (28-45 kg)
Details
Good with kids, Good with dogs, Good with cats, Spayed or Neutered, Shots are up-to-date,
Story
Bruiser is a 2-3-month-old puppy and the biggest of his litter, weighing about 22 lbs already—and he’s growing fast! This confident little guy is full of playful, adventurous energy and is always ready to see what’s next. Bruiser loves to explore, romp around with his littermates, and dive headfirst into puppy fun. He’s curious, outgoing, and has a bold personality that makes him stand out, but he’s still very much a sweet puppy who enjoys attention and affection. Bruiser is looking for a forever home that’s ready for a fun-loving pup who will grow into a loyal, loving companion. If you’re searching for a dog with a big personality to match his size, Bruiser might be your perfect match. &#226&#156&#168 Bruiser is microchipped, neutered and current on his vaccines. His adoption fee is $495.  Apply to adopt BRUISER LONESTAR 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); }); })(); February 16, 2026, 8:51 am
We'll also keep you updated on Mercedes's adoption status with email updates.
Photo of Mercedes

Mercedes

Pointer Pit Bull Terrier

Female, Puppy
Ringwood, NJ
Size
(when grown) Med. 26-60 lbs (12-27 kg)
Details
Good with kids, Good with dogs, Good with cats, Spayed or Neutered, Shots are up-to-date,
Story
Meet Mercedes! This beautiful little girl is a 5.5 month old pointer/pit mix! She is super friendly and loves just about everyone and everything she meets. She loves to snuggle and never turns down a good belly rub. She loves to play and loves to learn! She would make a great addition to a family and a family with an active lifestyle! She is currently located down South at our sister shelters and available for pre-adoption. We do transports to NJ once a month. She can't wait to find her forever home! If you are interested in adopting please apply through our website www.southernpawsinc.org/adopt or send us an email at southernpawsrescue@gmail.com!
We'll also keep you updated on Inez - Available in Foster's adoption status with email updates.
Photo of Inez - Available in Foster

Inez - Available in Foster

Pointer

Female, 2 mos
Madison, NJ
Size
(when grown) Med. 26-60 lbs (12-27 kg)
Details
-
Story
Inez is a sweet dog available for adoption! She`s spending some time in a foster home but is still available to be adopted. For more info or to meet her in person please contact her foster at jackiematthews9337@gmail.com

Search for a Pointer puppy or dog

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

Pointer puppies and dogs in nearby cities

Pointer Puppies near me Pointer in Airmont, NY Pointer in Allendale, NJ Pointer in Bangor, PA Pointer in Bernardsville, NJ Pointer in Bloomingdale, NJ Pointer in Boonton, NJ Pointer in Bound Brook, NJ Pointer in Butler, NJ Pointer in Caldwell, NJ Pointer in Chatham, NJ Pointer in Clifton, NJ Pointer in Dover, NJ Pointer in Dunellen, NJ Pointer in Easton, PA Pointer in East Orange, NJ Pointer in East Stroudsburg, PA Pointer in Elmwood Park, NJ Pointer in Fair Lawn, NJ Pointer in Fanwood, NJ Pointer in Florham Park, NJ Pointer in Franklin, NJ Pointer in Franklin Lakes, NJ Pointer in Glen Ridge, NJ Pointer in Glen Rock, NJ Pointer in Goshen, NY Pointer in Hackettstown, NJ Pointer in Haledon, NJ Pointer in Hawthorne, NJ Pointer in Hopatcong, NJ Pointer in Kenilworth, NJ Pointer in Kinnelon, NJ Pointer in Lincoln Park, NJ Pointer in Madison, NJ Pointer in Mendham, NJ Pointer in Middlesex, NJ Pointer in Middletown, NY Pointer in Midland Park, NJ Pointer in Morris Plains, NJ Pointer in Morristown, NJ Pointer in Mountainside, NJ Pointer in Mount Arlington, NJ Pointer in Newark, NJ Pointer in New Providence, NJ Pointer in North Caldwell, NJ Pointer in North Haledon, NJ Pointer in North Plainfield, NJ Pointer in Oakland, NJ Pointer in Passaic, NJ Pointer in Paterson, NJ Pointer in Phillipsburg, NJ Pointer in Plainfield, NJ Pointer in Pompton Lakes, NJ Pointer in Port Jervis, NY Pointer in Prospect Park, NJ Pointer in Ramsey, NJ Pointer in Raritan, NJ Pointer in Ridgewood, NJ Pointer in Ringwood, NJ Pointer in Rockaway, NJ Pointer in Roseland, NJ Pointer in Somerville, NJ Pointer in Stroudsburg, PA Pointer in Suffern, NY Pointer in Summit, NJ Pointer in Totowa, NJ Pointer in Upper Saddle River, NJ Pointer in Waldwick, NJ Pointer in Wanaque, NJ Pointer in Warwick, NY Pointer in Washington, NJ Pointer in Watchung, NJ Pointer in Westfield, NJ Pointer in West Paterson, NJ Pointer in Wharton, NJ

Related breeds in Newton, New Jersey

Pointer shelters & rescues in Newton, New Jersey

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

Here are a few organizations closest to you:

Rescue

13 miles

Doggie Harmony New England

Flanders, NJ 07836

Pet Types: dogs

More an arrow icon

Rescue

16 miles

Eleventh Hour Rescue

P.O. Box 218, Rockaway, NJ 07866

Pet Types: cats, dogs

More an arrow icon

Rescue

24.9 miles

Southern Paws Inc.

PO Box 174, Ringwood, NJ 07456

Pet Types: dogs

More an arrow icon

Shelter

26.3 miles

St. Hubert's Animal Welfare Center - Foster

575 Woodland Ave, Madison, NJ 07940

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

More an arrow icon

Shelter

26.3 miles

St. Hubert's Animal Welfare Center

575 Woodland Ave, Madison, NJ 07940

Pet Types: cats, dogs, rabbits, small animals

More an arrow icon

Rescue

37.6 miles

One More Last Chance - NY transport

Spring Valley, NY 10977

Pet Types: cats, dogs

More an arrow icon

Rescue

37.9 miles

Peace4Paws Inc.

Westwood, NJ 07675

Pet Types: dogs

More an arrow icon

Rescue

41.8 miles

Animal Rescue Foundation - NJ

Ridgefield, NJ 07657

Pet Types: cats, dogs

More an arrow icon

Rescue

44 miles

Miracles for Satos Rescue

New York, NY 10025

Pet Types: cats, dogs, small animals

More an arrow icon

Rescue

44.1 miles

Furry Smiles International Rescue - NY transport

New York, NY 10019

Pet Types: dogs

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