# Build Swiss Contractor Lead Lists from search.ch

**Use case:** 

Run a deeper search.ch workflow for plumbers, electricians, and painters in Bern with optional detail pages for richer lead data.

## Input

```json
{
  "searchTerms": [
    "plumber",
    "electrician",
    "painter"
  ],
  "location": "Bern",
  "language": "de",
  "maxResults": 150,
  "maxPages": 10,
  "includeDetails": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "resultPosition": {
    "label": "Position",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "streetAddress": {
    "label": "Street",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "canton": {
    "label": "Canton",
    "format": "text"
  },
  "phones": {
    "label": "Phones",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "profileUrl": {
    "label": "search.ch profile",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "isPaidListing": {
    "label": "Paid listing",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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