# Multi-City Veterinarian Lead Workflow

**Use case:** 

Build a veterinary lead list across multiple cities with Google Maps business details, websites, emails, and social links.

## Input

```json
{
  "queries": [
    "veterinary clinic",
    "mobile vet",
    "animal hospital"
  ],
  "locations": [
    "Denver, CO",
    "Phoenix, AZ",
    "Charlotte, NC"
  ],
  "maxResultsPerLocation": 30,
  "enrichEmails": true,
  "includeSocialLinks": true,
  "proxyType": "none",
  "proxyCountryCode": "US",
  "language": "en"
}
```

## Output

```json
{
  "name": {
    "label": "Business name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "openStatus": {
    "label": "Open status",
    "format": "text"
  },
  "emails": {
    "label": "Emails",
    "format": "text"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "text"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "link"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Veterinarian Lead Scraper](https://apify.com/automation-lab/veterinarian-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/veterinarian-lead-scraper) to learn more, explore other use cases, and run it yourself.