# Berlin Hair Salon Leads and Local Market Research

**Use case:** 

Find Berlin hair salons with phone, address, rating, and market-summary data for DACH lead research and territory planning.

## Input

```json
{
  "branche": "friseur",
  "ort": "berlin",
  "maxItems": 25,
  "fetchDetails": false,
  "emitMarketSummary": true
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "street": {
    "label": "Street"
  },
  "postcode": {
    "label": "Postcode"
  },
  "city": {
    "label": "City"
  },
  "district": {
    "label": "District"
  },
  "phone": {
    "label": "Phone"
  },
  "ratingScore": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "openingStatus": {
    "label": "Open now"
  },
  "website": {
    "label": "Website"
  },
  "detailUrl": {
    "label": "Gelbe Seiten page"
  },
  "fieldCompletenessScore": {
    "label": "Completeness"
  }
}
```

## About this Actor

This example demonstrates how to use [Gelbe Seiten Scraper for German Business Leads](https://apify.com/skootle/gelbeseiten-business-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/skootle/gelbeseiten-business-leads) to learn more, explore other use cases, and run it yourself.