# Dentist Leads Sydney Scraper

**Use case:** 

Scrape dentist business leads in Sydney with phone, email, website and address for lead generation and outreach.

## Input

```json
{
  "maxBusinesses": 30,
  "query": "dentist",
  "location": "Sydney",
  "country": "au",
  "enrichContacts": true
}
```

## Output

```json
{
  "businessName": {
    "label": "Business"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "website": {
    "label": "Website"
  },
  "address": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "Listing URL"
  }
}
```

## About this Actor

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