# Swiss Business Lead Workflow

**Use case:** 

Run multiple Local.ch searches across Swiss cities to build lead lists with contacts, locations, ratings, and website links.

## Input

```json
{
  "startUrls": [
    "https://www.local.ch/en/q?what=Restaurant&where=Zurich"
  ],
  "searches": [
    {
      "what": "Dentist",
      "where": "Geneva"
    },
    {
      "what": "Plumber",
      "where": "Basel"
    },
    {
      "what": "Restaurant",
      "where": "Zurich"
    }
  ],
  "what": "Restaurant",
  "where": "Zurich",
  "maxResults": 120,
  "maxPagesPerSearch": 4,
  "language": "en",
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "business_name": {
    "label": "Business name",
    "format": "text"
  },
  "profile_url": {
    "label": "Profile",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating_average": {
    "label": "Rating",
    "format": "number"
  },
  "rating_count": {
    "label": "Reviews",
    "format": "number"
  },
  "opening_status": {
    "label": "Opening status",
    "format": "text"
  },
  "city_or_region": {
    "label": "City/region",
    "format": "text"
  },
  "is_premium": {
    "label": "Premium",
    "format": "boolean"
  },
  "search_url": {
    "label": "Search URL",
    "format": "link"
  }
}
```

## About this Actor

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