# Budapest Dental Clinics Supplier List

**Use case:** 

Build a ranked shortlist of dental clinics in Budapest from Google Maps — phones, websites, ratings, readiness scores for outreach.

## Input

```json
{
  "searchTerms": [
    "fogászat",
    "fogorvos",
    "dental"
  ],
  "location": "Budapest, Hungary",
  "countryCode": "HU",
  "language": "hu",
  "maxResultsPerSearch": 50,
  "includeReviews": false,
  "maxReviewsPerPlace": 10,
  "minRating": 0,
  "minReviewCount": 0,
  "enableAIScoring": false,
  "aiProvider": "auto",
  "enableGoogleSheetsExport": false,
  "outputMode": "procurement"
}
```

## Output

```json
{
  "title": {
    "label": "Business name",
    "format": "string"
  },
  "supplierReadinessScore": {
    "label": "Supplier readiness score",
    "format": "integer"
  },
  "shortlistStatus": {
    "label": "Shortlist status",
    "format": "string"
  },
  "scoreConfidence": {
    "label": "Score confidence",
    "format": "string"
  },
  "shortlistReady": {
    "label": "Shortlist ready",
    "format": "boolean"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "totalScore": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Review count",
    "format": "integer"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "categoryName": {
    "label": "Category",
    "format": "string"
  },
  "riskFlags": {
    "label": "Risk flags",
    "format": "array"
  },
  "googleMapsUrl": {
    "label": "Google Maps URL",
    "format": "string"
  }
}
```

## About this Actor

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