# Find London Businesses With No Website

**Use case:** 

The map covers Britain as well as it covers America. Give the country code alongside the place name and towns that share a name with somewhere else stop being ambiguous; it also supplies the dialling code when a number is stored without one.

## Input

```json
{
  "location": "London, United Kingdom",
  "categories": [
    "food_drink",
    "beauty_wellness",
    "home_trades"
  ],
  "maxResults": 300,
  "websiteFilter": "no_website",
  "requirePhone": true,
  "requireAddress": false,
  "requireOpeningHours": false,
  "excludeChains": false,
  "minLeadScore": 0,
  "categoryContains": "",
  "nameContains": "",
  "excludeKeywords": [],
  "minOpenDaysPerWeek": 0,
  "searchRadiusKm": 5,
  "searchRadiusMiles": 0,
  "boundingBox": "",
  "countryCode": "gb",
  "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`).
