{
  "openapi": "3.0.1",
  "info": {
    "title": "WhatClinic.com Clinic Scraper",
    "description": "WhatClinic scraper & API: find clinics and healthcare providers by treatment and location and export clinic name, treatments, prices, rating and reviews, address, phone and website. Healthcare lead generation and medical market data — fast, no login.",
    "version": "1.0",
    "x-build-id": "GbRT1yXi5L4ptaxBo"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/haketa~whatclinic-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-haketa-whatclinic-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/haketa~whatclinic-scraper/runs": {
      "post": {
        "operationId": "runs-sync-haketa-whatclinic-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/haketa~whatclinic-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-haketa-whatclinic-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "categories": {
            "title": "Treatment categories",
            "type": "array",
            "description": "Pick one or more treatment areas to scrape. Leave empty to include a mix of all popular treatments.",
            "items": {
              "type": "string",
              "enum": [
                "hair-loss",
                "cosmetic-surgery",
                "dental",
                "eye-surgery",
                "fertility",
                "physiotherapy",
                "skin-care",
                "weight-loss"
              ],
              "enumTitles": [
                "Hair Loss & Transplant",
                "Cosmetic & Plastic Surgery",
                "Dental & Dentists",
                "Eye Surgery (LASIK / Ophthalmology)",
                "Fertility & IVF",
                "Physiotherapy",
                "Skin Care & Dermatology",
                "Weight Loss & Bariatric"
              ]
            },
            "default": []
          },
          "countries": {
            "title": "Countries",
            "type": "array",
            "description": "Pick one or more countries to search. Leave empty and the scraper will sample the top medical-tourism destinations automatically.",
            "items": {
              "type": "string",
              "enum": [
                "turkey",
                "united-kingdom",
                "united-states",
                "spain",
                "germany",
                "poland",
                "hungary",
                "czech-republic",
                "mexico",
                "thailand",
                "india",
                "south-korea",
                "italy",
                "france",
                "portugal",
                "greece",
                "united-arab-emirates",
                "brazil",
                "colombia",
                "lithuania"
              ],
              "enumTitles": [
                "Turkey",
                "United Kingdom",
                "United States",
                "Spain",
                "Germany",
                "Poland",
                "Hungary",
                "Czech Republic",
                "Mexico",
                "Thailand",
                "India",
                "South Korea",
                "Italy",
                "France",
                "Portugal",
                "Greece",
                "United Arab Emirates",
                "Brazil",
                "Colombia",
                "Lithuania"
              ]
            },
            "default": []
          },
          "cities": {
            "title": "Cities (advanced, optional)",
            "type": "array",
            "description": "Optional — narrow a search to specific cities. Leave empty to cover the whole country (recommended). City paths follow WhatClinic's URL format, e.g. for Turkey: istanbul-province/istanbul.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "Start URLs (advanced, optional)",
            "type": "array",
            "description": "Optional power-user override. Paste WhatClinic.com listing or clinic profile URLs directly and they will be scraped as-is (bypasses the menus above).",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "minServiceScore": {
            "title": "Minimum ServiceScore",
            "enum": [
              "0",
              "6",
              "7",
              "8",
              "9"
            ],
            "type": "string",
            "description": "Only keep clinics whose WhatClinic ServiceScore meets your quality bar. Choose No filter to keep every clinic.",
            "default": "0"
          },
          "scrapeDetails": {
            "title": "Scrape full clinic profiles",
            "type": "boolean",
            "description": "Turn on to open each clinic's profile page for richer data: full address, opening hours, treatments, prices, staff, reviews and description. Slower but much more complete.",
            "default": false
          },
          "maxListings": {
            "title": "Max clinics to scrape",
            "minimum": 0,
            "type": "integer",
            "description": "Safety cap on the total number of clinics per run. Set 0 for unlimited.",
            "default": 0
          },
          "maxPages": {
            "title": "Max pages per search",
            "minimum": 0,
            "type": "integer",
            "description": "How many result pages to load per treatment × country combination (about 15-20 clinics per page). Set 0 for unlimited.",
            "default": 5
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxy settings used to reach WhatClinic reliably. Residential proxy is recommended for larger runs.",
            "default": {
              "useApifyProxy": true
            }
          },
          "requestDelay": {
            "title": "Delay between requests (ms)",
            "minimum": 0,
            "maximum": 30000,
            "type": "integer",
            "description": "Pause between page loads, in milliseconds. Higher values are gentler and more reliable.",
            "default": 1000
          },
          "maxConcurrency": {
            "title": "Max parallel requests",
            "minimum": 1,
            "maximum": 5,
            "type": "integer",
            "description": "How many pages to load in parallel. Keep low (1-3) for the most reliable results.",
            "default": 1
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}