Okay, so today I’m gonna walk you through how I tackled fetching pet care prices. It was a bit of a journey, let me tell you. Grab a coffee, settle in, and let’s dive in!
First things first: The problem. I needed to figure out the average prices for pet care services like dog walking, pet sitting, and grooming in my area. Why? Because I’m thinking of starting a little side hustle, and you gotta know your market, right?

So, I started with the obvious: Google. I typed in variations like “dog walking prices near me,” “average cost of pet sitting,” and “grooming prices my city.” You know, the usual. I scraped a bunch of websites, and local pet care business sites. A lot of it was just marketing fluff, but I managed to find some actual prices listed on their service pages.
Next, I dug into some online marketplaces like Rover and local Facebook groups. These were goldmines! People actually discussing prices, sharing what they paid. I noted down the ranges I was seeing for different services. Of course, you have to take it with a grain of salt, cause people are always trying to haggle or find the cheapest deal.
Data Entry Time. All this info was scattered everywhere, so I created a simple spreadsheet. Columns for service type, price range, location, and source. I manually entered all the data I’d gathered. Tedious? Absolutely. Necessary? Yep.
Okay, now for the fun part (sort of). I used some basic spreadsheet functions (AVERAGE, MIN, MAX) to calculate the average prices for each service. I also looked at the range of prices to see how much variation there was. Some services, like dog walking, had a pretty tight range. Others, like grooming, were all over the place depending on the breed and style.
But I wasn’t done yet. I realized location mattered. Prices in the city center were higher than in the suburbs. So I added another layer to my analysis, grouping the data by location and recalculating the averages.
What I Learned:
- Dog walking: About $20-$30 for a 30-minute walk.
- Pet sitting: $25-$40 per night.
- Grooming: Varies wildly, but expect $50+ for a basic groom.
My Biggest Takeaway? Don’t just rely on one source. Combine online research, marketplace data, and maybe even call a few local businesses to confirm prices. And location, location, location! Always factor that in.

So yeah, that’s how I fetched pet care prices. It was a bit of a grind, but now I have a much clearer picture of the market. Hopefully, this helps you out too if you’re ever in a similar situation.