# Missing Website Leads for Coffee Shops in Manila

**Use case:** 

Generate a list of coffee shops in Pureza, Santa Mesa, Manila with weak or missing websites. Each entry includes website strength for targeted outreach.

## Input

```json
{
  "businessTypes": [
    "coffee shops"
  ],
  "country": "PH",
  "city": "Manila",
  "neighborhood": "Pureza, Santa Mesa",
  "maxResults": 10,
  "onlyNoOrWeakWebsite": false,
  "maxConcurrency": 5,
  "mapsConcurrency": 3
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "matchedBusinessTypes": {
    "label": "Searched as",
    "format": "string"
  },
  "outreachPriority": {
    "label": "Priority",
    "format": "string"
  },
  "webPresenceCategory": {
    "label": "Category",
    "format": "string"
  },
  "outreachReason": {
    "label": "Why it's a lead",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "googleMapsUrl": {
    "label": "Google Maps",
    "format": "string"
  },
  "websiteType": {
    "label": "Site type",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "category": {
    "label": "Google category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "ssl": {
    "label": "SSL",
    "format": "boolean"
  },
  "isMobileResponsive": {
    "label": "Mobile viewport",
    "format": "boolean"
  },
  "pageSpeedScore": {
    "label": "PageSpeed",
    "format": "integer"
  },
  "siteLoads": {
    "label": "Site loads",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [No-Website Business Leads Scraper (Google Maps)](https://apify.com/leafy-dev-jr/no-website-business-leads-scraper-google-maps) with a specific input configuration. Visit the [Actor detail page](https://apify.com/leafy-dev-jr/no-website-business-leads-scraper-google-maps) to learn more, explore other use cases, and run it yourself.