# UK Business Lead Workflow

**Use case:** 

Run multiple Thomson Local searches across UK cities to build lead lists with names, categories, addresses, phones, and profile links.

## Input

```json
{
  "searches": [
    {
      "category": "dentists",
      "location": "Birmingham"
    },
    {
      "category": "builders",
      "location": "Leeds"
    },
    {
      "category": "restaurants",
      "location": "Bristol"
    }
  ],
  "startUrls": [
    {
      "url": "https://www.thomsonlocal.com/search/plumbers/london"
    }
  ],
  "maxItems": 120,
  "maxPages": 4,
  "includeDetails": true,
  "useProxy": true,
  "proxyGroups": [],
  "proxyCountryCode": ""
}
```

## Output

```json
{
  "businessName": {
    "label": "Business name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "postalCode": {
    "label": "Postcode",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "searchUrl": {
    "label": "Search URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Thomson Local Business Scraper](https://apify.com/automation-lab/thomson-local-business-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/thomson-local-business-scraper) to learn more, explore other use cases, and run it yourself.