# Find Social Media Management Leads

**Use case:** 

Discover local businesses with no social profiles detected across Google Maps and their websites, ready for agency prospecting.

## Input

```json
{
  "searchQueries": [
    "plumbers in Dallas, TX"
  ],
  "gapFilter": "no_socials",
  "maxLeadsPerQuery": 25,
  "countryCode": "us",
  "language": "en",
  "pagesPerWebsite": 2,
  "maxBusinessesScannedPerQuery": 200,
  "websiteTimeoutMs": 10000,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "socialGapScore": {
    "label": "Gap score",
    "format": "number"
  },
  "detectionConfidence": {
    "label": "Confidence",
    "format": "text"
  },
  "presentPlatforms": {
    "label": "Detected",
    "format": "array"
  },
  "missingPlatforms": {
    "label": "Missing",
    "format": "array"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "facebookUrl": {
    "label": "Facebook",
    "format": "link"
  },
  "instagramUrl": {
    "label": "Instagram",
    "format": "link"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "outreachReason": {
    "label": "Outreach reason",
    "format": "text"
  },
  "googleMapsUrl": {
    "label": "Google Maps",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps No Social Media Leads | 💵$5/1K](https://apify.com/webdata_labs/google-maps-no-social-media-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-maps-no-social-media-leads) to learn more, explore other use cases, and run it yourself.