# Find Dentists With Phone Numbers in New York

**Use case:** 

Find dentists in New York with phone numbers, websites, addresses, ratings, opening hours, coordinates, and Google Maps links.

## Input

```json
{
  "searchQueries": [
    "Dentists in New York, NY"
  ],
  "startUrls": [],
  "maxPlacesPerQuery": 10,
  "language": "en",
  "hasPhoneOnly": true,
  "hasWebsiteOnly": false,
  "minStarRating": 0,
  "hasLocationOnly": false,
  "skipClosed": false,
  "imageMode": "none",
  "extractReviews": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Place Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "location": {
    "label": "Location (Lat/Lng)",
    "format": "object"
  },
  "openingHours": {
    "label": "Opening Hours",
    "format": "array"
  },
  "url": {
    "label": "Google Maps URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Places Scraper](https://apify.com/miladamirzadeh/google-maps-places-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/miladamirzadeh/google-maps-places-scraper) to learn more, explore other use cases, and run it yourself.