# Austin Emergency Vet Google Maps Export

**Use case:** 

Scrape emergency veterinarian listings in Austin from Google Maps with business contact details, ratings, websites, and review counts.

## Input

```json
{
  "queries": [
    "emergency veterinarian",
    "24 hour animal hospital"
  ],
  "locations": [
    "Austin, TX"
  ],
  "maxResultsPerLocation": 40,
  "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.