# Find Local Businesses Without A Website

**Use case:** 

Businesses that exist on the map and have nothing in any website tag - the single clearest buying signal for anyone who sells websites. Every lead carries a score built from the record itself: no website, reachable by phone, full street address, independent rather than a chain, hours published, edited in the last two years. Every point is listed in lead_reasons.

## Input

```json
{
  "location": "Austin, Texas, United States",
  "categories": [],
  "maxResults": 300,
  "websiteFilter": "no_website",
  "requirePhone": true,
  "requireAddress": false,
  "requireOpeningHours": false,
  "excludeChains": true,
  "minLeadScore": 0,
  "categoryContains": "",
  "nameContains": "",
  "excludeKeywords": [],
  "minOpenDaysPerWeek": 0,
  "searchRadiusKm": 5,
  "searchRadiusMiles": 0,
  "boundingBox": "",
  "countryCode": "",
  "language": "",
  "customTags": [],
  "onlyNew": false,
  "emitUnchanged": false,
  "notifyOnlyChanges": false,
  "notificationLimit": 10,
  "telegramChatId": "",
  "webhookHeaders": {},
  "compactOutput": false,
  "excludeEmptyFields": false
}
```

## Output

```json
{
  "name": {
    "label": "name",
    "format": "string"
  },
  "category": {
    "label": "category",
    "format": "string"
  },
  "category_group": {
    "label": "category_group",
    "format": "string"
  },
  "has_website": {
    "label": "has_website",
    "format": "boolean"
  },
  "phone": {
    "label": "phone",
    "format": "string"
  },
  "address": {
    "label": "address",
    "format": "string"
  },
  "street": {
    "label": "street",
    "format": "string"
  },
  "house_number": {
    "label": "house_number",
    "format": "string"
  },
  "postcode": {
    "label": "postcode",
    "format": "string"
  },
  "city": {
    "label": "city",
    "format": "string"
  },
  "state": {
    "label": "state",
    "format": "string"
  },
  "country_code": {
    "label": "country_code",
    "format": "string"
  },
  "lead_score": {
    "label": "lead_score",
    "format": "integer"
  },
  "lead_tier": {
    "label": "lead_tier",
    "format": "string"
  },
  "lead_reasons": {
    "label": "lead_reasons",
    "format": "array"
  },
  "is_chain": {
    "label": "is_chain",
    "format": "boolean"
  },
  "brand": {
    "label": "brand",
    "format": "string"
  },
  "opening_hours": {
    "label": "opening_hours",
    "format": "string"
  },
  "open_days_per_week": {
    "label": "open_days_per_week",
    "format": "integer"
  },
  "email": {
    "label": "email",
    "format": "string"
  },
  "facebook": {
    "label": "facebook",
    "format": "string"
  },
  "instagram": {
    "label": "instagram",
    "format": "string"
  },
  "social_only": {
    "label": "social_only",
    "format": "boolean"
  },
  "latitude": {
    "label": "latitude",
    "format": "integer"
  },
  "longitude": {
    "label": "longitude",
    "format": "integer"
  },
  "distance_from_centre_km": {
    "label": "distance_from_centre_km",
    "format": "integer"
  },
  "last_edited": {
    "label": "last_edited",
    "format": "string"
  },
  "months_since_edit": {
    "label": "months_since_edit",
    "format": "integer"
  },
  "osm_url": {
    "label": "osm_url",
    "format": "string"
  },
  "change_type": {
    "label": "change_type",
    "format": "string"
  },
  "attribution": {
    "label": "attribution",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenStreetMap Scraper - OSM POI Data, No-Website Leads](https://apify.com/snow_leo_data/openstreetmap-business-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/snow_leo_data/openstreetmap-business-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/snow_leo_data/openstreetmap-business-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
