# Bing Maps UK Dentist Finder

**Use case:** 

Find UK dentists on Bing Maps with contact details, websites, ratings, addresses, coordinates, and source map URLs.

## Input

```json
{
  "searchQueries": [
    "dentists Manchester",
    "orthodontists Manchester"
  ],
  "startUrls": [
    {
      "url": "https://www.bing.com/maps?q=coffee%20Seattle"
    }
  ],
  "maxResults": 60,
  "market": "en-GB",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "placeName": {
    "label": "Place name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "bingMapsUrl": {
    "label": "Bing Maps URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "placeId": {
    "label": "Place ID",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "link"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "isOpen": {
    "label": "Open status",
    "format": "text"
  }
}
```

## About this Actor

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