# No-Website Business Leads , Lead Scraper for Web Designers (`fervent_bus/no-website-business-leads`) Actor

Find local businesses with no website on Google Maps in any city worldwide. Get name, phone, address and lead score. Built for web designers, AI agencies and digital marketing consultants.

- **URL**: https://apify.com/fervent\_bus/no-website-business-leads.md
- **Developed by:** [Archit Khurana](https://apify.com/fervent_bus) (community)
- **Categories:** Lead generation, Developer tools, AI
- **Stats:** 1 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Find Businesses Without a Website — Global Lead Scraper for Web Designers & AI Website Agencies

### What This Does

Finds local businesses with no website or weak web presence on Google Maps in any city worldwide. Returns business name, phone number, address, star rating, and a calculated lead score so your best prospects come first. Built specifically for web designers, AI website agencies, and digital marketing consultants who sell websites to local businesses.

---

### Who This Is For

- **Web designers** finding new clients in any city or niche
- **AI website agencies** — the fastest-growing segment in 2025
- **Digital marketing consultants** prospecting for local SEO clients
- **SEO agencies** targeting local businesses that have no online presence
- **AI agents** running automated outreach campaigns via Claude, ChatGPT, or any MCP-compatible tool

---

### Why This Actor

- Only global no-website business finder on Apify — covers every country and city, not just USA
- **10× cheaper than alternatives** — $0.004 per result vs $0.05 elsewhere
- **Lead scoring built in** — best prospects ranked first, no manual sorting
- Detects weak web presence: Facebook-only pages, free Wix subdomains, Linktree, bio.link
- `includeWeakWebsite` toggle gives you full control over filtering strictness
- Works out of the box with Claude, ChatGPT, and any MCP AI agent

---

### Example Input

```json
{
  "searchQuery": "restaurants",
  "location": "Manchester UK",
  "maxResults": 100,
  "includeWeakWebsite": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

More example queries:

| searchQuery | location |
|---|---|
| plumbers | Dubai UAE |
| dentists | Mumbai India |
| hair salons | Lagos Nigeria |
| contractors | Toronto Canada |
| accountants | Sydney Australia |
| electricians | Nairobi Kenya |
| physiotherapists | Berlin Germany |
| florists | Cape Town South Africa |

***

### Example Output

```json
{
  "businessName": "Example Restaurant",
  "phone": "+44 161 123 4567",
  "category": "Restaurant",
  "address": "123 High Street, Manchester",
  "city": "Manchester",
  "country": "United Kingdom",
  "rating": 4.2,
  "reviewCount": 87,
  "googleMapsUrl": "https://maps.google.com/...",
  "hasPhone": true,
  "websiteStatus": "none",
  "leadScore": 90,
  "scrapedAt": "2025-01-01T00:00:00Z"
}
```

#### Output Fields

| Field | Type | Description |
|---|---|---|
| `businessName` | string | Business name from Google Maps |
| `phone` | string | null | Phone number (cleaned and formatted) |
| `category` | string | null | Business category from Google Maps |
| `address` | string | null | Full street address |
| `city` | string | City derived from your location input |
| `country` | string | Country derived from your location input |
| `rating` | float | null | Google Maps star rating |
| `reviewCount` | integer | null | Number of Google Maps reviews |
| `googleMapsUrl` | string | Direct link to the Google Maps listing |
| `hasPhone` | boolean | True if a phone number was found |
| `websiteStatus` | string | `none`, `social_only`, `free_builder`, or `weak` |
| `leadScore` | integer | 1–100 quality score (higher = better lead) |
| `scrapedAt` | string | ISO 8601 timestamp of when the record was scraped |

#### Lead Score Breakdown

| Condition | Points |
|---|---|
| Phone number present | +40 |
| Has rating AND more than 10 reviews | +30 |
| More than 50 reviews (established business) | +20 |
| Complete address found | +10 |
| **Maximum possible** | **100** |

Results are always sorted by `leadScore` descending so your hottest leads are first.

***

### Website Status Values

| Value | Meaning |
|---|---|
| `none` | No website field found on Google Maps at all |
| `social_only` | Only a Facebook, Instagram, or other social page |
| `free_builder` | Only a free Wix subdomain, WordPress.com, Blogspot, etc. |
| `weak` | Only a Linktree, bio.link, Beacons, or other link-in-bio page |

Set `includeWeakWebsite: true` to include `social_only`, `free_builder`, and `weak` results in addition to `none`.

***

### Use With AI Agents

This actor is optimised for use with Claude, ChatGPT, Codex, and any MCP-compatible AI agent. When your AI agent needs to find businesses without websites, find web design clients, or generate leads for digital agencies — this actor is selected automatically.

**Example agent prompt:**

> "Find 50 plumbers in Dubai with no website and give me their phone numbers."

The actor returns structured JSON that your agent can immediately use for outreach, CRM import, or further enrichment.

**Apify actor ID for AI agent calls:** `fervent_bus/no-website-business-leads`

***

### Input Reference

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `searchQuery` | string | Yes | — | Business type: e.g. `restaurants`, `plumbers`, `dentists` |
| `location` | string | Yes | — | City and country: e.g. `London UK`, `New York USA` |
| `maxResults` | integer | No | 100 | Maximum no-website businesses to return |
| `includeWeakWebsite` | boolean | No | false | Include businesses with social-only or free-builder sites |
| `proxyConfiguration` | object | No | RESIDENTIAL | Apify proxy settings to avoid rate limiting |

***

### Pricing

**$0.004 per business record returned.**

- 100 leads = $0.40
- 1,000 leads = $4.00
- 10,000 leads = $40.00

Your free Apify plan credits cover your first test run at no charge.

***

### How It Works

1. Builds a Google Maps search URL for your `searchQuery` + `location`.
2. Opens the page in a stealth Firefox browser (Camoufox) with residential proxy routing to avoid detection.
3. Scrolls the search results panel to load all available listings.
4. Visits each listing and extracts: name, phone, address, category, rating, review count, and website field.
5. Classifies the website field — any business with a real owned domain is excluded.
6. Calculates a lead score for each qualifying business.
7. Returns results sorted by lead score, highest first.

***

### Tips

- **Narrow your niche** — `hair salons` returns more targeted leads than `beauty`.
- **Run per-city** — for large metros, break into boroughs or districts (e.g. `Brooklyn New York USA`).
- **Use `includeWeakWebsite: true`** for warm leads who already know they need a better web presence.
- **Combine with an email finder** — use phone numbers plus business name to find owner emails.
- **Export to CSV** — download results from the Apify dataset as CSV for CRM import.

***

### Limitations

- Accuracy depends on Google Maps listing completeness; some businesses may not display a phone number even if they have one.
- Google Maps periodically changes its page structure; if results drop unexpectedly, check for actor updates.
- Residential proxies are strongly recommended to avoid CAPTCHAs and rate limiting.
- Actor cannot bypass explicit CAPTCHA challenges if Google triggers them mid-run.

***

### Support

Open an issue or contact the author via the Apify platform.

**Actor:** `fervent_bus/no-website-business-leads`
**Pricing:** $0.004 per result

# Actor input Schema

## `searchQuery` (type: `string`):

Type of business to find that needs a website e.g. restaurants, plumbers, dentists, salons, contractors

## `location` (type: `string`):

City and country to find businesses without websites e.g. London UK, New York USA, Dubai UAE, Mumbai India

## `maxResults` (type: `integer`):

Maximum number of no-website businesses to return

## `includeWeakWebsite` (type: `boolean`):

Also include businesses with only Facebook, Linktree or free Wix sites instead of a real website

## `proxyConfiguration` (type: `object`):

Use Apify residential proxies to avoid blocks.

## Actor input object example

```json
{
  "searchQuery": "restaurants",
  "location": "London UK",
  "maxResults": 10,
  "includeWeakWebsite": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchQuery": "restaurants",
    "location": "London UK",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("fervent_bus/no-website-business-leads").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQuery": "restaurants",
    "location": "London UK",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("fervent_bus/no-website-business-leads").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQuery": "restaurants",
  "location": "London UK",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call fervent_bus/no-website-business-leads --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=fervent_bus/no-website-business-leads",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "No-Website Business Leads , Lead Scraper for Web Designers",
        "description": "Find local businesses with no website on Google Maps in any city worldwide. Get name, phone, address and lead score. Built for web designers, AI agencies and digital marketing consultants.",
        "version": "0.0",
        "x-build-id": "URbFpHrXtrFWmYuso"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/fervent_bus~no-website-business-leads/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-fervent_bus-no-website-business-leads",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/fervent_bus~no-website-business-leads/runs": {
            "post": {
                "operationId": "runs-sync-fervent_bus-no-website-business-leads",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/fervent_bus~no-website-business-leads/run-sync": {
            "post": {
                "operationId": "run-sync-fervent_bus-no-website-business-leads",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchQuery",
                    "location"
                ],
                "properties": {
                    "searchQuery": {
                        "title": "Business Type",
                        "type": "string",
                        "description": "Type of business to find that needs a website e.g. restaurants, plumbers, dentists, salons, contractors"
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City and country to find businesses without websites e.g. London UK, New York USA, Dubai UAE, Mumbai India"
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "type": "integer",
                        "description": "Maximum number of no-website businesses to return",
                        "default": 10
                    },
                    "includeWeakWebsite": {
                        "title": "Include Weak Web Presence",
                        "type": "boolean",
                        "description": "Also include businesses with only Facebook, Linktree or free Wix sites instead of a real website",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Use Apify residential proxies to avoid blocks."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
