# Dentist Leads in Cologne Open Now

**Use case:** 

Identify dental practices in Cologne that are currently open, providing a real-time list for urgent service providers or B2B sales teams. This ensures leads are

## Input

```json
{
  "mode": "search",
  "category": "Zahnarzt",
  "city": "Köln",
  "sortBy": "relevance",
  "openNowOnly": true,
  "ratedOnly": false,
  "minRating": "",
  "fetchDetails": true,
  "businessUrls": [],
  "maxItems": 75
}
```

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