# Custom Insurance Broker Data Frankfurt

**Use case:** 

Scrape specific insurance broker profiles in Frankfurt to build a targeted database for financial service providers or regulatory bodies. Using a custom categor

## Input

```json
{
  "mode": "search",
  "category": "custom",
  "customCategory": "Versicherungsmakler",
  "city": "Frankfurt",
  "sortBy": "relevance",
  "openNowOnly": false,
  "ratedOnly": false,
  "minRating": "",
  "fetchDetails": true,
  "businessUrls": [],
  "maxItems": 120
}
```

## 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.