# Local.ch Listings | URLs | Reviews Scraper

**Use case:** 

Scrape local.ch Swiss company data by category, location or URL. Extract names, addresses, GPS, contacts, websites, hours, ratings, socials, photos and tags

## Input

```json
{
  "mode": "search",
  "reviewOnly": false,
  "category": "restaurant",
  "queries": [],
  "where": "zurich",
  "language": "de",
  "urls": [
    "https://www.local.ch/de/s/restaurant/zurich"
  ],
  "maxPages": 1,
  "maxListings": 0,
  "fetchDetails": true,
  "includeReviews": false,
  "maxReviewsPerListing": 10,
  "maxReviewRows": 10,
  "maxConcurrency": 6,
  "ratedOnly": false,
  "withPhone": false,
  "withEmail": false,
  "withWebsite": false,
  "premiumOnly": false,
  "matchQueryPostalCode": false,
  "skipRegionalFallback": false,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "CH"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "canton": {
    "label": "Canton",
    "format": "text"
  },
  "mainCategory": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "reviewsFetched": {
    "label": "Comments",
    "format": "number"
  },
  "openingHours": {
    "label": "Hours",
    "format": "text"
  },
  "latitude": {
    "label": "Lat",
    "format": "number"
  },
  "longitude": {
    "label": "Lng",
    "format": "number"
  },
  "detailUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Local.ch $1💰 Listings | URLs | Reviews Scraper](https://apify.com/abotapi/local-ch-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/local-ch-scraper) to learn more, explore other use cases, and run it yourself.