# Pet Services Lead Finder - Gingr, Time To Pet, PawPartner (`seibs.co/pet-services-lead-finder`) Actor

Enriched Google Maps leads for US independent pet services: grooming, boarding, daycare, dog walking, training, pet retail. Detects Gingr, Time To Pet, PawPartner, DaySmart Pet, K9Sky, PetExec. PetSmart, Petco, Camp Bow Wow, Dogtopia pre-blocked.

- **URL**: https://apify.com/seibs.co/pet-services-lead-finder.md
- **Developed by:** [Justin Seibenhener](https://apify.com/seibs.co) (community)
- **Categories:** Lead generation, Automation, Integrations
- **Stats:** 1 total users, 0 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 base lead records

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Pet Services Lead Finder

Enriched US pet groomer, boarder, daycare, walker, and trainer leads from Google Maps with pet-software detection. Chains pre-blocked.

### What does Pet Services Lead Finder do?

Pet Services Lead Finder pulls Google Maps listings for US independent pet services (grooming, boarding, daycare, dog walking, training, pet sitting, pet retail, specialty), enriches each record with phone, website, emails, social handles, and detected pet-services management software. National chains (PetSmart, Petco, Camp Bow Wow, Dogtopia, K9 Resorts, Pet Supplies Plus) are pre-blocked so the dataset is true independent operators only.

### Features

- US-wide Google Maps coverage across 7 pet-services sub-verticals.
- Service line classification: grooming, boarding_daycare, dog_walking, training, pet_sitting, pet_retail, specialty.
- National chains pre-blocked (PetSmart, Petco, Camp Bow Wow, Dogtopia, K9 Resorts, Pet Supplies Plus, Wag N' Wash).
- Email scraping with role bucketing.
- Pet-services platform detection: Gingr, Time To Pet, PawPartner, DaySmart Pet, PetExec, ProPet, GroomSoft, Precise Pet Care, Kennel Link.
- Marketplace presence detection (Rover, Wag).
- Social handle extraction.
- Confidence score per record.
- Pay-per-event pricing.

### Use cases

- Pet-services SaaS outbound for Gingr, Time To Pet, PawPartner, DaySmart Pet, PetExec, ProPet, GroomSoft, Precise Pet Care competitors.
- Pet-services PE rollup sourcing (rapidly consolidating independent operators).
- Pet insurance carrier prospecting (Trupanion, Healthy Paws, Embrace, Lemonade Pet) targeting independents.
- Pet food and supplement distributor sales to independents.
- Veterinary tie-in / referral programs.
- Marketplace partner recruitment (Rover, Wag, Cuddlytails).

### Input

The Actor takes a JSON input. Full schema: see the Input tab.

```json
{
  "search_terms": ["pet grooming", "dog daycare", "dog boarding"],
  "locations": ["Austin, TX", "Dallas, TX", "Houston, TX"],
  "max_results_per_query": 100,
  "enrichment_tier": "premium",
  "service_lines": ["grooming", "boarding_daycare"],
  "exclude_chains": true
}
````

### Output

Each item is one independent pet-services business with contact details and an `enrichment` block. Realistic sample:

```json
{
  "place_id": "ChIJzzzzzzzzzzzzzzzzzzzzzz",
  "name": "Tail Waggers Grooming & Daycare",
  "service_line": "grooming",
  "category": "Pet groomer",
  "vertical": "pet_services",
  "address": {
    "street": "2200 S Lamar Blvd",
    "city": "Austin",
    "state": "Texas",
    "zip": "78704",
    "country": "US",
    "lat": 30.2502,
    "lng": -97.7836
  },
  "phone": "(512) 555-0188",
  "phone_e164": "+15125550188",
  "website": "https://tailwaggersatx.com/",
  "google_maps_url": "https://www.google.com/maps/place/?q=place_id:ChIJzzzzzzzzzzzzzzzzzzzzzz",
  "rating": 4.8,
  "reviews_count": 264,
  "claimed": true,
  "confidence_score": 0.86,
  "scraped_at": "2026-05-14T19:22:11Z",
  "enrichment": {
    "tier": "premium",
    "emails": ["info@tailwaggersatx.com"],
    "social": {
      "instagram": "https://www.instagram.com/tailwaggersatx",
      "facebook": "https://www.facebook.com/tailwaggersatx"
    },
    "tech_stack": ["gingr", "wordpress", "google_tag_manager", "facebook_pixel"],
    "online_booking_platforms": ["gingr"],
    "year_founded": 2014,
    "homepage_status": 200
  }
}
```

The dataset preview ships with two tabs: **Overview** and **Detailed**.

### Pricing

Pay-per-event - billed only on records actually emitted:

| Event | Price | When charged |
|---|---|---|
| Base record | $0.004 | Every record |
| Email enrichment | + $0.004 | At least one verified email scraped |
| Premium signals | + $0.007 | Pet-services management software or marketplace presence detected |

**Effective:** $0.004 base / $0.008 with email / $0.015 fully enriched. A 1,000-record metro-wide enriched run typically lands between $5 and $15.

### FAQ

**Is this legal?** Yes - Google Maps business listings are publicly available data.

**How do I find no-software pet groomers?** Run with premium tier and filter for records where `enrichment.tech_stack` contains none of `gingr`, `time_to_pet`, `pawpartner`, `daysmart_pet`, `petexec`, `propet`, `groomsoft`. Those are the pet-services SaaS greenfield list.

**Can I exclude veterinary clinics?** Yes - the chain filter blocks national vet chains, and `service_lines` lets you scope. For deeper vet filtering, post-process by `category`.

**What about Rover / Wag operators?** Both are detected as enrichment signals. Pass `exclude_chains: false` if you want to keep marketplace-only operators.

**What's the rate limit?** Governed by Apify compute units; scraper-side jittered.

**Does it work outside the US?** v1 is US-only.

### Support

- Email: jtseib@live.com
- Issues / feature requests: open an issue on the Actor's Issues tab in Apify Console.
- See the rest of the SEIB lead-finder portfolio under [seibs.co](https://apify.com/seibs.co) on Apify.

### Changelog

See [CHANGELOG.md](./CHANGELOG.md).

# Actor input Schema

## `search_terms` (type: `array`):

Google Maps search queries. Example: \['pet grooming'].

## `locations` (type: `array`):

US locations. Format: 'City, ST' or ZIP.

## `max_results_per_query` (type: `integer`):

Cap per (term × location) tuple. Hard ceiling 500.

## `enrichment_tier` (type: `string`):

base = Maps profile only ($0.004/record). email = + scraped email ($0.008/record). premium = + platform/stack detection ($0.015/record).

## `service_lines` (type: `array`):

Restrict output to these types.

## `exclude_chains` (type: `boolean`):

Drop records matching the built-in chain blocklist.

## `max_concurrent_enrichments` (type: `integer`):

Parallel HTTP fetches. 8 is safe.

## Actor input object example

```json
{
  "search_terms": [
    "pet grooming"
  ],
  "locations": [
    "Austin, TX"
  ],
  "max_results_per_query": 50,
  "enrichment_tier": "premium",
  "service_lines": [],
  "exclude_chains": true,
  "max_concurrent_enrichments": 8
}
```

# Actor output Schema

## `datasetItems` (type: `string`):

All scraped items in the default overview view.

## `datasetItemsDetailed` (type: `string`):

All fields for every scraped item.

## `datasetItemsCsv` (type: `string`):

Spreadsheet-friendly export of all items.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "search_terms": [
        "pet grooming"
    ],
    "locations": [
        "Austin, TX"
    ],
    "max_results_per_query": 50,
    "enrichment_tier": "premium"
};

// Run the Actor and wait for it to finish
const run = await client.actor("seibs.co/pet-services-lead-finder").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "search_terms": ["pet grooming"],
    "locations": ["Austin, TX"],
    "max_results_per_query": 50,
    "enrichment_tier": "premium",
}

# Run the Actor and wait for it to finish
run = client.actor("seibs.co/pet-services-lead-finder").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "search_terms": [
    "pet grooming"
  ],
  "locations": [
    "Austin, TX"
  ],
  "max_results_per_query": 50,
  "enrichment_tier": "premium"
}' |
apify call seibs.co/pet-services-lead-finder --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=seibs.co/pet-services-lead-finder",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Pet Services Lead Finder - Gingr, Time To Pet, PawPartner",
        "description": "Enriched Google Maps leads for US independent pet services: grooming, boarding, daycare, dog walking, training, pet retail. Detects Gingr, Time To Pet, PawPartner, DaySmart Pet, K9Sky, PetExec. PetSmart, Petco, Camp Bow Wow, Dogtopia pre-blocked.",
        "version": "0.1",
        "x-build-id": "DBfWxEviMBQCBCS7N"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/seibs.co~pet-services-lead-finder/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-seibs.co-pet-services-lead-finder",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/seibs.co~pet-services-lead-finder/runs": {
            "post": {
                "operationId": "runs-sync-seibs.co-pet-services-lead-finder",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/seibs.co~pet-services-lead-finder/run-sync": {
            "post": {
                "operationId": "run-sync-seibs.co-pet-services-lead-finder",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "search_terms",
                    "locations",
                    "enrichment_tier"
                ],
                "properties": {
                    "search_terms": {
                        "title": "Search terms",
                        "type": "array",
                        "description": "Google Maps search queries. Example: ['pet grooming'].",
                        "default": [
                            "pet grooming"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "locations": {
                        "title": "Locations",
                        "type": "array",
                        "description": "US locations. Format: 'City, ST' or ZIP.",
                        "default": [
                            "Austin, TX"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "max_results_per_query": {
                        "title": "Max results per query",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Cap per (term × location) tuple. Hard ceiling 500.",
                        "default": 50
                    },
                    "enrichment_tier": {
                        "title": "Enrichment tier",
                        "enum": [
                            "base",
                            "email",
                            "premium"
                        ],
                        "type": "string",
                        "description": "base = Maps profile only ($0.004/record). email = + scraped email ($0.008/record). premium = + platform/stack detection ($0.015/record).",
                        "default": "premium"
                    },
                    "service_lines": {
                        "title": "Pet service types (optional filter)",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "Restrict output to these types.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "grooming",
                                "boarding_daycare",
                                "dog_walking",
                                "training",
                                "pet_sitting",
                                "pet_retail",
                                "specialty"
                            ]
                        },
                        "default": []
                    },
                    "exclude_chains": {
                        "title": "Exclude major chains / national franchises",
                        "type": "boolean",
                        "description": "Drop records matching the built-in chain blocklist.",
                        "default": true
                    },
                    "max_concurrent_enrichments": {
                        "title": "Max concurrent website enrichments",
                        "minimum": 1,
                        "maximum": 32,
                        "type": "integer",
                        "description": "Parallel HTTP fetches. 8 is safe.",
                        "default": 8
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
