ZnamyLekar Scraper avatar

ZnamyLekar Scraper

Try for free

1 day trial then $20.00/month - No credit card required now

Go to Store
ZnamyLekar Scraper

ZnamyLekar Scraper

muhammetakkurtt/znamylekar-scraper
Try for free

1 day trial then $20.00/month - No credit card required now

An Apify actor that scrapes doctor information from znamylekar.cz. Search doctors by specialties and city. Collects doctor ID, name, specialization, city, region, reviews, rating, latest review date, telemedicine availability, and profile URL. Data saved to Apify's default data store.

You can access the ZnamyLekar Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "dveJ3oNQfbuVMoDtc"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/muhammetakkurtt~znamylekar-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-muhammetakkurtt-znamylekar-scraper",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/muhammetakkurtt~znamylekar-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-muhammetakkurtt-znamylekar-scraper",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/muhammetakkurtt~znamylekar-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-muhammetakkurtt-znamylekar-scraper",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "specialization",
135          "city"
136        ],
137        "properties": {
138          "specialization": {
139            "title": "Specializace (Specialization)",
140            "uniqueItems": true,
141            "type": "array",
142            "description": "Vyberte prosím specializace k prohledání, lze vybrat více než jednu. (Please select the specialties to be scanned, more than one can be selected.)",
143            "items": {
144              "type": "string",
145              "enum": [
146                "adiktolog",
147                "alergolog",
148                "anesteziolog",
149                "dentalni-hygienistka-hygienista",
150                "dermatolog",
151                "detsky-psycholog",
152                "diabetolog",
153                "diagnostik",
154                "dietolog",
155                "endokrinolog",
156                "ergoterapeut",
157                "fyzioterapeut",
158                "gastroenterolog",
159                "genetik",
160                "gynekolog",
161                "hematolog",
162                "chirurg",
163                "imunolog",
164                "internista",
165                "kardiolog",
166                "kouc",
167                "lidovy-lecitel",
168                "logoped",
169                "neurochirurg",
170                "neurolog",
171                "nutricni-terapeut",
172                "ocni-lekar",
173                "onkolog",
174                "ortodontista",
175                "ortoped",
176                "ostatni",
177                "osetrovatel",
178                "otorinolaryngolog",
179                "parodontolog",
180                "pediatr",
181                "plasticky-chirurg",
182                "plicni-lekar",
183                "porodni-asistentka",
184                "prakticky-lekar",
185                "proktolog",
186                "psychiatr",
187                "psycholog",
188                "psychoterapeut",
189                "rehabilitacni-lekar",
190                "revmatolog",
191                "sexuolog",
192                "specialista-na-estetickou-medicinu",
193                "stomatochirurg",
194                "terapeut",
195                "urolog",
196                "veterinar",
197                "zubar"
198              ],
199              "enumTitles": [
200                "Adiktologové (Addiction Specialists)",
201                "Alergologové (Allergists)",
202                "Anesteziologové (Anesthesiologists)",
203                "Dentální Hygenisti (Dental Hygienists)",
204                "Dermatologové (Dermatologists)",
205                "Dětské Psychologové (Child Psychologists)",
206                "Diabetologové (Diabetologists)",
207                "Diagnostici (Diagnostic Specialists)",
208                "Dietologové (Dietitians)",
209                "Endokrinologové (Endocrinologists)",
210                "Ergoterapeuti (Occupational Therapists)",
211                "Fyzioterapeuti (Physiotherapists)",
212                "Gastroenterologové (Gastroenterologists)",
213                "Genetici (Geneticists)",
214                "Gynekologové (Gynecologists)",
215                "Hematologové (Hematologists)",
216                "Chirurgové (Surgeons)",
217                "Imunologové (Immunologists)",
218                "Internisté (Internists)",
219                "Kardiologové (Cardiologists)",
220                "Koučové (Coaches)",
221                "Lidoví Lečitelé (Folk Healers)",
222                "Logopedové (Speech Therapists)",
223                "Neurochirurgové (Neurosurgeons)",
224                "Neurologové (Neurologists)",
225                "Nutriční Terapeuti (Nutrition Therapists)",
226                "Oční Lékaři (Ophthalmologists)",
227                "Onkologové (Oncologists)",
228                "Ortodontisté (Orthodontists)",
229                "Ortopedové (Orthopedists)",
230                "Ostatní (Others)",
231                "Ošetřovatelé (Nurses)",
232                "Otorinolaryngologové (ENT Specialists)",
233                "Paradontologové (Periodontists)",
234                "Pediatři (Pediatricians)",
235                "Plastičtí Chirurgové (Plastic Surgeons)",
236                "Plicní Lékaři (Pulmonologists)",
237                "Porodní Asistentky (Midwives)",
238                "Praktičtí Lékaři (General Practitioners)",
239                "Proktologové (Proctologists)",
240                "Psychiatři (Psychiatrists)",
241                "Psychologové (Psychologists)",
242                "Psychoterapeuti (Psychotherapists)",
243                "Rehabilitační Lékaři (Rehabilitation Doctors)",
244                "Revmatologové (Rheumatologists)",
245                "Sexuologové (Sexologists)",
246                "Specialisté Na Estetickou Medicínu (Aesthetic Medicine Specialists)",
247                "Stomatochirurgové (Oral Surgeons)",
248                "Terapeuti (Therapists)",
249                "Urologové (Urologists)",
250                "Veterináři (Veterinarians)",
251                "Zubaři (Dentists)"
252              ]
253            },
254            "default": [
255              "kardiolog"
256            ]
257          },
258          "city": {
259            "title": "Město (City)",
260            "enum": [
261              "praha",
262              "brno",
263              "ostrava",
264              "plzen",
265              "liberec",
266              "olomouc",
267              "ceske-budejovice",
268              "usti-nad-labem",
269              "hradec-kralove",
270              "pardubice",
271              "zlin",
272              "havirov",
273              "kladno",
274              "most",
275              "opava",
276              "frydek-mistek",
277              "karlovy-vary",
278              "jihlava",
279              "teplice",
280              "decin",
281              "chomutov",
282              "mlada-boleslav",
283              "karvina",
284              "jablonec-nad-nisou",
285              "prostejov",
286              "trebic",
287              "trutnov",
288              "cheb",
289              "tabor",
290              "kolin",
291              "pribram",
292              "sumperk",
293              "uherske-hradiste",
294              "breclav",
295              "nachod",
296              "kutna-hora",
297              "bohumin",
298              "vsetin",
299              "blansko",
300              "sokolov",
301              "litomerice",
302              "znojmo",
303              "zdar-nad-sazavou",
304              "rokycany",
305              "rakovnik",
306              "litvinov",
307              "ceska-lipa",
308              "brandys-nad-labem-stara-boleslav",
309              "krnov",
310              "strakonice",
311              "jindrichuv-hradec",
312              "valasske-mezirici",
313              "novy-jicin",
314              "kromeriz",
315              "bilina",
316              "hodonin",
317              "varnsdorf",
318              "vyskov",
319              "beroun",
320              "nymburk",
321              "louny",
322              "cesky-krumlov",
323              "tachov",
324              "bruntal",
325              "chrudim",
326              "pelhrimov",
327              "svitavy",
328              "klatovy",
329              "policka",
330              "vrchlabi",
331              "slany",
332              "koprivnice",
333              "kralupy-nad-vltavou",
334              "otrokovice",
335              "lanskroun",
336              "roudnice-nad-labem",
337              "ceska-trebova",
338              "moravska-trebova",
339              "ostrov",
340              "prerov",
341              "marianske-lazne"
342            ],
343            "type": "string",
344            "description": "Vyberte prosím město k prohledání (Please select the city to scan)",
345            "default": "praha"
346          }
347        }
348      },
349      "runsResponseSchema": {
350        "type": "object",
351        "properties": {
352          "data": {
353            "type": "object",
354            "properties": {
355              "id": {
356                "type": "string"
357              },
358              "actId": {
359                "type": "string"
360              },
361              "userId": {
362                "type": "string"
363              },
364              "startedAt": {
365                "type": "string",
366                "format": "date-time",
367                "example": "2025-01-08T00:00:00.000Z"
368              },
369              "finishedAt": {
370                "type": "string",
371                "format": "date-time",
372                "example": "2025-01-08T00:00:00.000Z"
373              },
374              "status": {
375                "type": "string",
376                "example": "READY"
377              },
378              "meta": {
379                "type": "object",
380                "properties": {
381                  "origin": {
382                    "type": "string",
383                    "example": "API"
384                  },
385                  "userAgent": {
386                    "type": "string"
387                  }
388                }
389              },
390              "stats": {
391                "type": "object",
392                "properties": {
393                  "inputBodyLen": {
394                    "type": "integer",
395                    "example": 2000
396                  },
397                  "rebootCount": {
398                    "type": "integer",
399                    "example": 0
400                  },
401                  "restartCount": {
402                    "type": "integer",
403                    "example": 0
404                  },
405                  "resurrectCount": {
406                    "type": "integer",
407                    "example": 0
408                  },
409                  "computeUnits": {
410                    "type": "integer",
411                    "example": 0
412                  }
413                }
414              },
415              "options": {
416                "type": "object",
417                "properties": {
418                  "build": {
419                    "type": "string",
420                    "example": "latest"
421                  },
422                  "timeoutSecs": {
423                    "type": "integer",
424                    "example": 300
425                  },
426                  "memoryMbytes": {
427                    "type": "integer",
428                    "example": 1024
429                  },
430                  "diskMbytes": {
431                    "type": "integer",
432                    "example": 2048
433                  }
434                }
435              },
436              "buildId": {
437                "type": "string"
438              },
439              "defaultKeyValueStoreId": {
440                "type": "string"
441              },
442              "defaultDatasetId": {
443                "type": "string"
444              },
445              "defaultRequestQueueId": {
446                "type": "string"
447              },
448              "buildNumber": {
449                "type": "string",
450                "example": "1.0.0"
451              },
452              "containerUrl": {
453                "type": "string"
454              },
455              "usage": {
456                "type": "object",
457                "properties": {
458                  "ACTOR_COMPUTE_UNITS": {
459                    "type": "integer",
460                    "example": 0
461                  },
462                  "DATASET_READS": {
463                    "type": "integer",
464                    "example": 0
465                  },
466                  "DATASET_WRITES": {
467                    "type": "integer",
468                    "example": 0
469                  },
470                  "KEY_VALUE_STORE_READS": {
471                    "type": "integer",
472                    "example": 0
473                  },
474                  "KEY_VALUE_STORE_WRITES": {
475                    "type": "integer",
476                    "example": 1
477                  },
478                  "KEY_VALUE_STORE_LISTS": {
479                    "type": "integer",
480                    "example": 0
481                  },
482                  "REQUEST_QUEUE_READS": {
483                    "type": "integer",
484                    "example": 0
485                  },
486                  "REQUEST_QUEUE_WRITES": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "DATA_TRANSFER_INTERNAL_GBYTES": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "PROXY_SERPS": {
503                    "type": "integer",
504                    "example": 0
505                  }
506                }
507              },
508              "usageTotalUsd": {
509                "type": "number",
510                "example": 0.00005
511              },
512              "usageUsd": {
513                "type": "object",
514                "properties": {
515                  "ACTOR_COMPUTE_UNITS": {
516                    "type": "integer",
517                    "example": 0
518                  },
519                  "DATASET_READS": {
520                    "type": "integer",
521                    "example": 0
522                  },
523                  "DATASET_WRITES": {
524                    "type": "integer",
525                    "example": 0
526                  },
527                  "KEY_VALUE_STORE_READS": {
528                    "type": "integer",
529                    "example": 0
530                  },
531                  "KEY_VALUE_STORE_WRITES": {
532                    "type": "number",
533                    "example": 0.00005
534                  },
535                  "KEY_VALUE_STORE_LISTS": {
536                    "type": "integer",
537                    "example": 0
538                  },
539                  "REQUEST_QUEUE_READS": {
540                    "type": "integer",
541                    "example": 0
542                  },
543                  "REQUEST_QUEUE_WRITES": {
544                    "type": "integer",
545                    "example": 0
546                  },
547                  "DATA_TRANSFER_INTERNAL_GBYTES": {
548                    "type": "integer",
549                    "example": 0
550                  },
551                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
552                    "type": "integer",
553                    "example": 0
554                  },
555                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
556                    "type": "integer",
557                    "example": 0
558                  },
559                  "PROXY_SERPS": {
560                    "type": "integer",
561                    "example": 0
562                  }
563                }
564              }
565            }
566          }
567        }
568      }
569    }
570  }
571}

ZnamyLekar Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for ZnamyLekar Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Sep 2024

  • Modified 5 months ago

Categories