# Scrape medical clinics in Turkey

**Use case:** 

Extract clinic listings in Turkey from Bookimed, a medical tourism platform. Structured clinic data with reviews. Pay per result.

## Input

```json
{
  "countries": [
    "turkey"
  ],
  "procedures": [],
  "cities": "istanbul",
  "maxResults": 5,
  "fetchDetails": false,
  "maxReviews": 10,
  "language": "us-uk",
  "startUrls": []
}
```

## Output

```json
{
  "clinicName": {
    "label": "Clinic",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "specialties": {
    "label": "Specialties",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Bookimed Clinic & Price Scraper](https://apify.com/unfenced-group/bookimed-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/bookimed-scraper) to learn more, explore other use cases, and run it yourself.