# Melbourne Wellness Studio Digital Presence Audit

**Use case:** 

Audits how Melbourne yoga and pilates studios present themselves online rather than building an outreach list. Every business is kept, including those with...

## Input

```json
{
  "queries": [
    "yoga studios Melbourne AU",
    "pilates studios Melbourne AU"
  ],
  "websites": [],
  "businesses": [],
  "maxResults": 50,
  "maxPagesPerSite": 2,
  "concurrency": 8,
  "verifyEmailDomains": true,
  "onlyWithContact": false,
  "retryBlockedWithProxy": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "business_name": {
    "label": "Business",
    "format": "text"
  },
  "business_category": {
    "label": "Category",
    "format": "text"
  },
  "business_address": {
    "label": "Address",
    "format": "text"
  },
  "business_rating": {
    "label": "Rating",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "primary_email": {
    "label": "Email",
    "format": "text"
  },
  "email_domain_mx_ok": {
    "label": "MX OK",
    "format": "boolean"
  },
  "primary_phone": {
    "label": "Phone",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "facebook_url": {
    "label": "Facebook",
    "format": "link"
  },
  "instagram_url": {
    "label": "Instagram",
    "format": "link"
  },
  "fetch_status": {
    "label": "Status",
    "format": "text"
  },
  "source_query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Lead Enrichment - Emails, Phones, Socials](https://apify.com/thirdwatch/google-maps-lead-enrichment) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/google-maps-lead-enrichment) to learn more, explore other use cases, and run it yourself.