# Competitor Law Firm Analysis Hamburg

**Use case:** 

Gather detailed profiles of competing law firms in Hamburg to understand their online presence, services, and client feedback. This intelligence helps law firms

## Input

```json
{
  "mode": "search",
  "category": "Rechtsanwalt",
  "city": "Hamburg",
  "sortBy": "relevance",
  "openNowOnly": false,
  "ratedOnly": true,
  "minRating": "",
  "fetchDetails": true,
  "businessUrls": [],
  "maxItems": 100
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "category": {
    "label": "Category"
  },
  "city": {
    "label": "City"
  },
  "street": {
    "label": "Street"
  },
  "phone": {
    "label": "Phone"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "website": {
    "label": "Website"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [DasTelefonbuch Scraper - German Business Directory](https://apify.com/crawlerbros/dastelefonbuch-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/dastelefonbuch-scraper) to learn more, explore other use cases, and run it yourself.