# Get Google Maps leads for a web design agency

**Use case:** 

Pull local businesses across categories that have no website or social-only presence - a ready no-website prospect list for a web design or SEO agency.

## Input

```json
{
  "searchQueries": [
    "dentists in Phoenix, AZ",
    "hair salons in Phoenix, AZ"
  ],
  "maxLeadsPerQuery": 20,
  "leadFilter": "weak_presence",
  "checkWebsiteStatus": false,
  "countryCode": "us",
  "language": "en",
  "minHitRate": 0.08,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "debugDumpHtml": false
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "presence": {
    "label": "Web presence",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "socialProfile": {
    "label": "Social profile",
    "format": "link"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "googleMapsUrl": {
    "label": "Google Maps",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  }
}
```

## About this Actor

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