{
  "openapi": "3.0.1",
  "info": {
    "title": "PracticeLink Scraper",
    "description": "Scrape PracticeLink - 27K+ physician, NP/PA and healthcare jobs in the US. Search by keyword, location, state and specialty, or fetch full job details (description, employer, education requirements, visa commitments) by ID or URL.",
    "version": "1.0",
    "x-build-id": "dFxDYBgqkb3fHk2b2"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~practicelink-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-practicelink-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/crawlerbros~practicelink-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-practicelink-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/crawlerbros~practicelink-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-practicelink-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",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "search",
              "byId",
              "byUrl"
            ],
            "type": "string",
            "description": "What to fetch.",
            "default": "search"
          },
          "searchQuery": {
            "title": "Search query",
            "type": "string",
            "description": "Free-text keyword, e.g. `family medicine`, `nurse practitioner` (mode=search).",
            "default": ""
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "City, region or keyword-based location, e.g. `Chicago`, `Texas` (mode=search)."
          },
          "state": {
            "title": "State / territory",
            "enum": [
              "",
              "AL",
              "AK",
              "AZ",
              "AR",
              "CA",
              "CO",
              "CT",
              "DE",
              "FL",
              "GA",
              "HI",
              "ID",
              "IL",
              "IN",
              "IA",
              "KS",
              "KY",
              "LA",
              "ME",
              "MD",
              "MA",
              "MI",
              "MN",
              "MS",
              "MO",
              "MT",
              "NE",
              "NV",
              "NH",
              "NJ",
              "NM",
              "NY",
              "NC",
              "ND",
              "OH",
              "OK",
              "OR",
              "PA",
              "RI",
              "SC",
              "SD",
              "TN",
              "TX",
              "UT",
              "VT",
              "VA",
              "WA",
              "WV",
              "WI",
              "WY",
              "DC",
              "PR",
              "GU",
              "MP"
            ],
            "type": "string",
            "description": "Restrict results to a US state or territory (mode=search).",
            "default": ""
          },
          "specialty": {
            "title": "Specialty",
            "enum": [
              "",
              "Addiction Psychiatry",
              "Addictions Medicine",
              "Administration - Management",
              "Advanced Heart Failure and Transplant Cardiology",
              "Allergy and Immunology",
              "Alternative Medicine",
              "Anesthesiology",
              "Anesthesiology - Cardiovascular",
              "Anesthesiology - Neurocritical Care",
              "Autonomic Disorders",
              "Bariatrics",
              "Behavioral Neurology and Neuropsychiatry",
              "Biostatistics - PhD",
              "Cardiac Surgery - Cardiovascular Surgery",
              "Cardio-Thoracic Surgery",
              "Cardio-Thoracic Surgery - Transplant",
              "Cardiology",
              "Cardiology - Electrophysiology",
              "Cardiology - Imaging",
              "Cardiology - Interventional",
              "Cardiology - Invasive",
              "Cardiology - Non-Invasive",
              "Colon and Rectal Surgery",
              "Critical Care - Intensivist",
              "Dental Public Health",
              "Dermatology",
              "Dermatology - MOHS",
              "Dermatopathology",
              "Emergency Medicine",
              "Emergency Medicine - Neurocritical Care",
              "Endocrinology",
              "Endocrinology - Reproductive",
              "Endodontics",
              "Family Medicine",
              "Family Medicine - OB",
              "Family Medicine - Obesity Medicine",
              "Family Medicine - Sports Medicine",
              "Flight Surgery - Aerospace Medicine",
              "Gastroenterology",
              "General Practice",
              "General Surgery",
              "General Surgery - Breast Surgery",
              "Genetics",
              "Geriatric Medicine",
              "Gynecology",
              "Gynecology - Oncology",
              "Gynecology - Urogynecology",
              "Head and Neck Surgery",
              "Headache Medicine",
              "Hematology",
              "Hematology and Oncology",
              "Hepatology",
              "Hospice",
              "Hospitalist",
              "Hyperbaric Medicine",
              "Infectious Disease",
              "Integrative Medicine",
              "Internal Medicine",
              "Internal Medicine - Addictions",
              "Internal Medicine - Neurocritical Care",
              "Internal Medicine - Obesity Medicine",
              "Internal Medicine-Medical Oncology-Neuro-Oncology",
              "Maternal-Fetal Medicine",
              "Med-Peds",
              "Med-Psych",
              "Med-Surg",
              "Medical Informatics",
              "Medical Microbiology",
              "Neonatology",
              "Nephrology",
              "Neurohospitalist",
              "Neurological Surgery",
              "Neurological Surgery - Neuro-Oncology",
              "Neurological Surgery - Neurocritical Care",
              "Neurological Surgery - Neuroendovascular",
              "Neurology",
              "Neurology - Child - Neuroimaging",
              "Neurology - Clinical Neurophysiology",
              "Neurology - Geriatric",
              "Neurology - Interventional",
              "Neurology - Movement Disorders",
              "Neurology - Neuro-Oncology",
              "Neurology - Neurocritical Care",
              "Neurology - Neuroendovascular",
              "Neurology - Neuroimaging",
              "Neurology - Neuromuscular Medicine",
              "Neurology - Vascular",
              "Neuromusculoskeletal Medicine & OMM",
              "Neuropsychology",
              "Nuclear Medicine",
              "Obstetrics and Gynecology",
              "Obstetrics and Gynecology - OB Hospitalist",
              "Obstetrics and Gynecology - Obesity Medicine",
              "Occupational Medicine",
              "Oncology",
              "Oncology - Breast",
              "Oncology - Gynecological",
              "Oncology - Medical",
              "Oncology - Surgical",
              "Oncology - Urology",
              "Ophthalmology",
              "Ophthalmology - Retinal Surgery",
              "Oral and Maxillofacial Pathology",
              "Oral and Maxillofacial Radiology",
              "Oral and Maxillofacial Surgery",
              "Orthodontics and Dentofacial Orthopedics",
              "Orthopaedic Surgery",
              "Orthopaedic Surgery - Adult Reconstructive Surgery",
              "Orthopaedic Surgery - Foot and Ankle",
              "Orthopaedic Surgery - Hand Surgery",
              "Orthopaedic Surgery - Shoulder",
              "Orthopaedic Surgery - Spine",
              "Orthopaedic Surgery - Sports Medicine",
              "Orthopaedic Surgery - Trauma",
              "Otolaryngology",
              "Otolaryngology - Neurotology",
              "Otolaryngology - Otologist",
              "Pain Medicine",
              "Palliative Care",
              "Pathology",
              "Pediatric Dentistry",
              "Pediatrics",
              "Pediatrics - Adolescent Med",
              "Pediatrics - Allergy and Immunology",
              "Pediatrics - Anesthesiology",
              "Pediatrics - Bone Marrow Transplant",
              "Pediatrics - Cardiology",
              "Pediatrics - Child Abuse and Neglect",
              "Pediatrics - Critical Care",
              "Pediatrics - Dermatology",
              "Pediatrics - Developmental-Behavioral",
              "Pediatrics - Emergency Medicine",
              "Pediatrics - Endocrinology",
              "Pediatrics - Gastroenterology",
              "Pediatrics - Genetics",
              "Pediatrics - Hematology Oncology",
              "Pediatrics - Hospitalist",
              "Pediatrics - Infectious Disease",
              "Pediatrics - Intensivist",
              "Pediatrics - Nephrology",
              "Pediatrics - Neurocritical Care",
              "Pediatrics - Neurology",
              "Pediatrics - Neurosurgery",
              "Pediatrics - Obesity Medicine",
              "Pediatrics - Ophthalmology",
              "Pediatrics - Orthopaedics",
              "Pediatrics - Otolaryngology",
              "Pediatrics - Pediatric HemOnc - Neuro-Oncology",
              "Pediatrics - Physical Medicine and Rehab",
              "Pediatrics - Plastic Surgery",
              "Pediatrics - Pulmonology",
              "Pediatrics - Radiology",
              "Pediatrics - Rheumatology",
              "Pediatrics - Surgery",
              "Pediatrics - Urgent Care",
              "Pediatrics - Urology",
              "Pediatrics Pathology",
              "Pediatrics Transplant",
              "Perinatal Medicine",
              "Periodontics",
              "Pharmaceutical Industry",
              "Phlebology",
              "Physical Medicine and Rehab",
              "Plastic Surgery",
              "Podiatry",
              "Preventative Medicine - Obesity Medicine",
              "Preventive Medicine",
              "Prosthodontics",
              "Psychiatry",
              "Psychiatry - Child",
              "Psychiatry - Geriatric",
              "Psychiatry - Obesity Medicine",
              "Psychology",
              "Psychology - Child",
              "Pulmonary Disease",
              "Pulmonary Disease - Critical Care",
              "Radiation Oncology",
              "Radiation Oncology - Neuro-Oncology",
              "Radiology",
              "Radiology - Interventional",
              "Radiology - Neuro-Interventional",
              "Radiology - Neuroendovascular",
              "Radiology - Nuclear",
              "Radiology - Women's Imager",
              "Research",
              "Rheumatology",
              "Sleep Medicine",
              "Sports Medicine",
              "Surgery - Neurocritical Care",
              "Surgical Critical Care",
              "Technology",
              "Thoracic Surgery",
              "Toxicology",
              "Transfusion Medicine",
              "Transplant Surgery",
              "Trauma Surgery",
              "Ultrasound",
              "Urgent Care",
              "Urology",
              "Urology - Oncology",
              "Vascular Medicine",
              "Vascular Surgery",
              "Womens Health",
              "Wound Care"
            ],
            "type": "string",
            "description": "PracticeLink specialty filter - full site taxonomy (mode=search).",
            "default": ""
          },
          "profession": {
            "title": "Profession",
            "enum": [
              "",
              "Physician",
              "Physician - Academics",
              "Physician - Academics - Program Director",
              "Physician - Administration",
              "Physician - Clinical Research",
              "Physician - Industry",
              "Physician - Locums",
              "Acupuncture",
              "Alternative Medicine - Acupuncturist",
              "Audiologist",
              "Behavioral Health Specialist",
              "Cardiology Tech.",
              "Case Manager",
              "Certified Anesthesiologist Assistant",
              "Certified Diabetes Educator",
              "Certified Medical Dosimetrist",
              "Certified Nurse Assistant",
              "Certified Nurse Midwife",
              "Chem. Dependence/Subst. Abuse Counselor",
              "Chiropractic Medicine",
              "Clinical Dietician - Nutritionist",
              "Clinical Pharmacology",
              "Clinical Psych/Mental Health/Counseling",
              "Clinical Research",
              "Computerized Tomography Technician",
              "Counselor",
              "CRNA",
              "Cytotechnologist",
              "Dental Assistant",
              "Dental Hygienist",
              "Dentist",
              "Dentistry - Administration",
              "Dentistry - Endodontics",
              "Dentistry - Oral Surgery",
              "Dentistry - Pediatric",
              "Diagnostic Medical Sonographer",
              "Dietitian",
              "Echocardiography",
              "Environmental Health",
              "Exercise Physiologist",
              "Health Care Administration - Business & Finance",
              "Health Care Administration - Business Office",
              "Health Care Administration - Chief Medical Officer",
              "Health Care Administration - Clerical",
              "Health Care Administration - Executive",
              "Health Care Administration - HIM",
              "Health Care Administration - Human Resources",
              "Health Care Administration - Imaging/Radiology",
              "Health Care Administration - Information Systems",
              "Health Care Administration - Janitorial Services",
              "Health Care Administration - Maintenance & Operations",
              "Health Care Administration - Management",
              "Health Care Administration - Marketing / Public Relations",
              "Health Care Administration - Materials Management",
              "Health Care Administration - Medical Office Assistant",
              "Health Care Administration - Quality/Risk Manager",
              "Health Care Administration - Resource Management",
              "Health Care Administration - Secretary",
              "Health Care Administration - VP of Medical Affairs",
              "Health Educator",
              "Hearing/Visual Technician",
              "Histology Tech.",
              "Home Health Aide",
              "Laboratory Tech.",
              "Licensed Clinical Social Worker",
              "Maintenance Tech.",
              "Mammography Tech.",
              "Medical Assistant",
              "Medical Informatics",
              "Medical Tech.",
              "Neurodiagnostic Technologist",
              "Nuclear Medicine Tech",
              "Nurse Midwife",
              "Nurse Practitioner",
              "Nursing - Clerical Nurse Specialist",
              "Nursing - Clinical Nurse Specialist",
              "Nursing - Ethicist",
              "Nursing - Licensed Practical Nurse",
              "Nursing - Management/Supervisor",
              "Nursing - Psychiatric Nurse Therapist",
              "Nursing - Registered Nurse",
              "Occupational Therapist",
              "Optometrist",
              "OR Technician",
              "Orthopaedic Tech.",
              "Paramedic",
              "Pathology Assistant",
              "Perfusionist",
              "Pharmaceutical Chemistry",
              "Pharmaceutical Tech.",
              "Pharmacist",
              "PhD - Pathology",
              "Phlebotomist",
              "Physical Therapy",
              "Physician Assistant / Associate",
              "Physicist",
              "Podiatrist",
              "Psychology",
              "Psychology - Child",
              "Public Health",
              "Radiation Therapist",
              "Radiology Tech.",
              "Radiology Transcriptionist",
              "Registered Vascular Tech",
              "Respiratory Care Therapist",
              "Sleep Lab Technician",
              "Social Service Specialist",
              "Speech Language Pathologist",
              "Speech Therapist",
              "Surgical Tech",
              "Ultrasound Technician",
              "Vocational Rehabilitation"
            ],
            "type": "string",
            "description": "PracticeLink profession filter, e.g. Physician, CRNA, Nurse Practitioner (mode=search).",
            "default": ""
          },
          "practiceType": {
            "title": "Practice type",
            "enum": [
              "",
              "Academic",
              "Community Health Center",
              "Employee",
              "Group Practice",
              "HMO",
              "Hospital Employee",
              "Hospital Staff",
              "Independent Contractor",
              "Locum Tenens",
              "Military",
              "Moonlighting",
              "Multi Specialty",
              "Not Specified",
              "Other",
              "Partnership",
              "Private Practice",
              "Single Specialty",
              "Solo",
              "Solo Practice",
              "unavailable",
              "Urgent Care"
            ],
            "type": "string",
            "description": "Practice setting filter, e.g. Group Practice, Hospital Employee, Locum Tenens (mode=search).",
            "default": ""
          },
          "sortBy": {
            "title": "Sort order",
            "enum": [
              "relevance",
              "verified_date_asc",
              "verified_date_desc"
            ],
            "type": "string",
            "description": "Sort order for search results (mode=search).",
            "default": "relevance"
          },
          "employmentType": {
            "title": "Employment type",
            "enum": [
              "",
              "Not Specified",
              "Full-Time",
              "Part-Time",
              "Contract",
              "Internship",
              "Temporary",
              "Locum Tenens",
              "Other",
              "Seasonal"
            ],
            "type": "string",
            "description": "Employment type filter (mode=search).",
            "default": ""
          },
          "recruitmentType": {
            "title": "Recruitment type",
            "enum": [
              "",
              "Employer Direct",
              "Recruiter",
              "Search Firm"
            ],
            "type": "string",
            "description": "Only emit jobs posted directly by the employer vs. by a recruiter vs. by a search firm.",
            "default": ""
          },
          "loanAssistance": {
            "title": "Loan assistance",
            "enum": [
              "",
              "Negotiable",
              "No",
              "Yes"
            ],
            "type": "string",
            "description": "Only emit jobs with this loan-assistance flag (mode=search).",
            "default": ""
          },
          "immigrationAssistance": {
            "title": "Immigration assistance",
            "enum": [
              "",
              "Accepts U.S. J1 Visas",
              "Accepts U.S. H1B Visas",
              "Accepts U.S. J1 & H1B Visas",
              "Accepts O1 Visa - Requires Sponsorship",
              "Accepts Canadian Valid Visa or Work Permit",
              "Negotiable",
              "No"
            ],
            "type": "string",
            "description": "Only emit jobs accepting these visa types (mode=search).",
            "default": ""
          },
          "telemedicine": {
            "title": "Telemedicine",
            "enum": [
              "",
              "Yes",
              "No"
            ],
            "type": "string",
            "description": "Only emit jobs offering telemedicine (mode=search).",
            "default": ""
          },
          "jobIds": {
            "title": "Job IDs (mode=byId)",
            "type": "array",
            "description": "PracticeLink job IDs, e.g. `1481516`.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "startUrls": {
            "title": "Job URLs (mode=byUrl)",
            "type": "array",
            "description": "Job detail URLs, e.g. `https://jobs.practicelink.com/jobs/1481516/...`.",
            "items": {
              "type": "object",
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL",
                  "description": "Page URL to scrape."
                }
              }
            }
          },
          "postedWithinDays": {
            "title": "Posted within days",
            "minimum": 1,
            "maximum": 3650,
            "type": "integer",
            "description": "Only emit jobs posted within this many days (applies to detail records)."
          },
          "containsKeyword": {
            "title": "Keyword in title/organization",
            "type": "string",
            "description": "Only emit jobs whose title, organization, city or state contains this text (case-insensitive)."
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Hard cap on emitted records.",
            "default": 50
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}