# Local.ch Business Search

**Use case:** 

Search Local.ch by Swiss business category and city to export company names, addresses, phone numbers, websites, ratings, and URLs.

## Input

```json
{
  "startUrls": [
    "https://www.local.ch/en/q?what=Restaurant&where=Zurich"
  ],
  "searches": [
    {
      "what": "Restaurant",
      "where": "Zurich"
    },
    {
      "what": "Dentist",
      "where": "Geneva"
    }
  ],
  "what": "Restaurant",
  "where": "Zurich",
  "maxResults": 50,
  "maxPagesPerSearch": 3,
  "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.