# Find Local Businesses That Need a Website Redesign

**Use case:** 

Find contactable local businesses with visible website problems and turn them into qualified web design prospects. Get business details, public contact information, website evidence, lead scores and suggested pitch angles.

## Input

```json
{
  "searchTerms": [
    "Electrician",
    "Roofer",
    "Landscape Gardener",
    "Plumber"
  ],
  "location": "Manchester, United Kingdom",
  "maxResultsPerSearch": 5,
  "minimumRating": 0,
  "minimumReviews": 0,
  "servicePreset": "website_redesign",
  "minimumLeadScore": 45,
  "contactRequirement": "email_or_phone",
  "onlyNewBusinesses": false,
  "includeUnqualified": false,
  "enrichment": {
    "useMapsContactAddon": false,
    "crawlBusinessWebsite": true,
    "verifyEmailDomains": true,
    "maxWebsitePages": 4,
    "includeMobileNumbers": true
  },
  "outreach": {
    "mode": "off"
  }
}
```

## Output

```json
{
  "business_name": {
    "label": "Business",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Best email",
    "format": "text"
  },
  "email_verification": {
    "label": "Email check",
    "format": "text"
  },
  "mobile": {
    "label": "UK mobile",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "number"
  },
  "lead_score": {
    "label": "Lead score",
    "format": "number"
  },
  "opportunity_type": {
    "label": "Opportunity",
    "format": "text"
  },
  "primary_issue": {
    "label": "Why now",
    "format": "text"
  },
  "pitch_angle": {
    "label": "Suggested angle",
    "format": "text"
  },
  "outreach_status": {
    "label": "Outreach",
    "format": "text"
  },
  "google_maps_url": {
    "label": "Google Maps",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Local Business Lead Finder & Enricher](https://apify.com/otdjones/businessfinder.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/otdjones/businessfinder.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/otdjones/businessfinder.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`).
