{
  "openapi": "3.0.1",
  "info": {
    "title": "Udemy Course Catalog & Pricing Data Scraper",
    "description": "Search public Udemy courses by keyword or phrase and return a deduplicated catalog with titles, ratings, prices, instructors, outcomes, badges, images and curriculum counts. Optionally filter free courses or enrich records with public course-page details.",
    "version": "0.1",
    "x-build-id": "D4HO3iaN8mscTDdqe"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/datascraperes~udemy-course-catalog-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-datascraperes-udemy-course-catalog-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/datascraperes~udemy-course-catalog-scraper/runs": {
      "post": {
        "operationId": "runs-sync-datascraperes-udemy-course-catalog-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/datascraperes~udemy-course-catalog-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-datascraperes-udemy-course-catalog-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": [
          "searchTerms"
        ],
        "properties": {
          "searchTerms": {
            "title": "What do you want to search for?",
            "minItems": 1,
            "maxItems": 10,
            "uniqueItems": true,
            "type": "array",
            "description": "Enter one or more keywords or phrases, such as python or data science. The Actor creates the Udemy search requests internally.",
            "items": {
              "type": "string",
              "minLength": 1,
              "maxLength": 200
            },
            "default": [
              "python"
            ]
          },
          "maxItems": {
            "title": "Maximum courses",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Maximum number of unique courses written across all search terms. Pagination continues until this number is reached or Udemy is exhausted.",
            "default": 100
          },
          "freeOnly": {
            "title": "Only free courses",
            "type": "boolean",
            "description": "Limit the catalog to courses marked as free by the public Udemy search service.",
            "default": false
          },
          "sortOrder": {
            "title": "Sort order",
            "enum": [
              "RELEVANCE",
              "REVIEWS",
              "RATING",
              "TIME"
            ],
            "type": "string",
            "description": "Order results by relevance, review count, rating, or newest update.",
            "default": "RELEVANCE"
          },
          "languages": {
            "title": "Course languages",
            "maxItems": 10,
            "uniqueItems": true,
            "type": "array",
            "description": "Optional course languages. Select one or more ISO-639-1 languages from the list.",
            "items": {
              "type": "string",
              "enum": [
                "AA",
                "AB",
                "AE",
                "AF",
                "AK",
                "AM",
                "AN",
                "AR",
                "AS",
                "AV",
                "AY",
                "AZ",
                "BA",
                "BE",
                "BG",
                "BH",
                "BI",
                "BM",
                "BN",
                "BO",
                "BR",
                "BS",
                "CA",
                "CE",
                "CH",
                "CO",
                "CR",
                "CS",
                "CU",
                "CV",
                "CY",
                "DA",
                "DE",
                "DV",
                "DZ",
                "EE",
                "EL",
                "EN",
                "EO",
                "ES",
                "ET",
                "EU",
                "FA",
                "FF",
                "FI",
                "FJ",
                "FO",
                "FR",
                "FY",
                "GA",
                "GD",
                "GL",
                "GN",
                "GU",
                "GV",
                "HA",
                "HE",
                "HI",
                "HO",
                "HR",
                "HT",
                "HU",
                "HY",
                "HZ",
                "IA",
                "ID",
                "IE",
                "IG",
                "II",
                "IK",
                "IO",
                "IS",
                "IT",
                "IU",
                "JA",
                "JV",
                "KA",
                "KG",
                "KI",
                "KJ",
                "KK",
                "KL",
                "KM",
                "KN",
                "KO",
                "KR",
                "KS",
                "KU",
                "KV",
                "KW",
                "KY",
                "LA",
                "LB",
                "LG",
                "LI",
                "LN",
                "LO",
                "LT",
                "LU",
                "LV",
                "MG",
                "MH",
                "MI",
                "MK",
                "ML",
                "MN",
                "MR",
                "MS",
                "MT",
                "MY",
                "NA",
                "NB",
                "ND",
                "NE",
                "NG",
                "NL",
                "NN",
                "NO",
                "NR",
                "NV",
                "NY",
                "OC",
                "OJ",
                "OM",
                "OR",
                "OS",
                "PA",
                "PI",
                "PL",
                "PS",
                "PT",
                "QU",
                "RM",
                "RN",
                "RO",
                "RU",
                "RW",
                "SA",
                "SC",
                "SD",
                "SE",
                "SG",
                "SI",
                "SK",
                "SL",
                "SM",
                "SN",
                "SO",
                "SQ",
                "SR",
                "SS",
                "ST",
                "SU",
                "SV",
                "SW",
                "TA",
                "TE",
                "TG",
                "TH",
                "TI",
                "TK",
                "TL",
                "TN",
                "TO",
                "TR",
                "TS",
                "TT",
                "TW",
                "TY",
                "UG",
                "UK",
                "UR",
                "UZ",
                "VE",
                "VI",
                "VO",
                "WA",
                "WO",
                "XH",
                "YI",
                "YO",
                "ZA",
                "ZH",
                "ZU"
              ],
              "enumTitles": [
                "Afar (AA)",
                "Abkhazian (AB)",
                "Avestan (AE)",
                "Afrikaans (AF)",
                "Akan (AK)",
                "Amharic (AM)",
                "Aragonese (AN)",
                "Arabic (AR)",
                "Assamese (AS)",
                "Avaric (AV)",
                "Aymara (AY)",
                "Azerbaijani (AZ)",
                "Bashkir (BA)",
                "Belarusian (BE)",
                "Bulgarian (BG)",
                "Bihari (BH)",
                "Bislama (BI)",
                "Bambara (BM)",
                "Bengali (BN)",
                "Tibetan (BO)",
                "Breton (BR)",
                "Bosnian (BS)",
                "Catalan (CA)",
                "Chechen (CE)",
                "Chamorro (CH)",
                "Corsican (CO)",
                "Cree (CR)",
                "Czech (CS)",
                "Church Slavic (CU)",
                "Chuvash (CV)",
                "Welsh (CY)",
                "Danish (DA)",
                "German (DE)",
                "Divehi (DV)",
                "Dzongkha (DZ)",
                "Ewe (EE)",
                "Greek (EL)",
                "English (EN)",
                "Esperanto (EO)",
                "Spanish (ES)",
                "Estonian (ET)",
                "Basque (EU)",
                "Persian (FA)",
                "Fulah (FF)",
                "Finnish (FI)",
                "Fijian (FJ)",
                "Faroese (FO)",
                "French (FR)",
                "Western Frisian (FY)",
                "Irish (GA)",
                "Scottish Gaelic (GD)",
                "Galician (GL)",
                "Guarani (GN)",
                "Gujarati (GU)",
                "Manx (GV)",
                "Hausa (HA)",
                "Hebrew (HE)",
                "Hindi (HI)",
                "Hiri Motu (HO)",
                "Croatian (HR)",
                "Haitian Creole (HT)",
                "Hungarian (HU)",
                "Armenian (HY)",
                "Herero (HZ)",
                "Interlingua (IA)",
                "Indonesian (ID)",
                "Interlingue (IE)",
                "Igbo (IG)",
                "Sichuan Yi (II)",
                "Inupiaq (IK)",
                "Ido (IO)",
                "Icelandic (IS)",
                "Italian (IT)",
                "Inuktitut (IU)",
                "Japanese (JA)",
                "Javanese (JV)",
                "Georgian (KA)",
                "Kongo (KG)",
                "Kikuyu (KI)",
                "Kuanyama (KJ)",
                "Kazakh (KK)",
                "Kalaallisut (KL)",
                "Khmer (KM)",
                "Kannada (KN)",
                "Korean (KO)",
                "Kanuri (KR)",
                "Kashmiri (KS)",
                "Kurdish (KU)",
                "Komi (KV)",
                "Cornish (KW)",
                "Kyrgyz (KY)",
                "Latin (LA)",
                "Luxembourgish (LB)",
                "Ganda (LG)",
                "Limburgish (LI)",
                "Lingala (LN)",
                "Lao (LO)",
                "Lithuanian (LT)",
                "Luba-Katanga (LU)",
                "Latvian (LV)",
                "Malagasy (MG)",
                "Marshallese (MH)",
                "Māori (MI)",
                "Macedonian (MK)",
                "Malayalam (ML)",
                "Mongolian (MN)",
                "Marathi (MR)",
                "Malay (MS)",
                "Maltese (MT)",
                "Burmese (MY)",
                "Nauru (NA)",
                "Norwegian Bokmål (NB)",
                "North Ndebele (ND)",
                "Nepali (NE)",
                "Ndonga (NG)",
                "Dutch (NL)",
                "Norwegian Nynorsk (NN)",
                "Norwegian (NO)",
                "South Ndebele (NR)",
                "Navajo (NV)",
                "Nyanja (NY)",
                "Occitan (OC)",
                "Ojibwa (OJ)",
                "Oromo (OM)",
                "Odia (OR)",
                "Ossetic (OS)",
                "Punjabi (PA)",
                "Pali (PI)",
                "Polish (PL)",
                "Pashto (PS)",
                "Portuguese (PT)",
                "Quechua (QU)",
                "Romansh (RM)",
                "Rundi (RN)",
                "Romanian (RO)",
                "Russian (RU)",
                "Kinyarwanda (RW)",
                "Sanskrit (SA)",
                "Sardinian (SC)",
                "Sindhi (SD)",
                "Northern Sami (SE)",
                "Sango (SG)",
                "Sinhala (SI)",
                "Slovak (SK)",
                "Slovenian (SL)",
                "Samoan (SM)",
                "Shona (SN)",
                "Somali (SO)",
                "Albanian (SQ)",
                "Serbian (SR)",
                "Swati (SS)",
                "Southern Sotho (ST)",
                "Sundanese (SU)",
                "Swedish (SV)",
                "Swahili (SW)",
                "Tamil (TA)",
                "Telugu (TE)",
                "Tajik (TG)",
                "Thai (TH)",
                "Tigrinya (TI)",
                "Turkmen (TK)",
                "Tagalog (TL)",
                "Tswana (TN)",
                "Tongan (TO)",
                "Turkish (TR)",
                "Tsonga (TS)",
                "Tatar (TT)",
                "Twi (TW)",
                "Tahitian (TY)",
                "Uyghur (UG)",
                "Ukrainian (UK)",
                "Urdu (UR)",
                "Uzbek (UZ)",
                "Venda (VE)",
                "Vietnamese (VI)",
                "Volapük (VO)",
                "Walloon (WA)",
                "Wolof (WO)",
                "Xhosa (XH)",
                "Yiddish (YI)",
                "Yoruba (YO)",
                "Zhuang (ZA)",
                "Chinese (ZH)",
                "Zulu (ZU)"
              ]
            },
            "default": []
          },
          "levels": {
            "title": "Course levels",
            "maxItems": 10,
            "uniqueItems": true,
            "type": "array",
            "description": "Optional Udemy levels. Select one or more predefined levels.",
            "items": {
              "type": "string",
              "enum": [
                "ALL_LEVELS",
                "BEGINNER",
                "INTERMEDIATE",
                "EXPERT"
              ],
              "enumTitles": [
                "All levels",
                "Beginner",
                "Intermediate",
                "Expert"
              ]
            },
            "default": []
          },
          "minRating": {
            "title": "Minimum rating",
            "minimum": 0,
            "maximum": 5,
            "type": "number",
            "description": "Optional minimum average rating from 0 to 5, in half-point increments."
          },
          "videoLengths": {
            "title": "Video lengths",
            "maxItems": 10,
            "uniqueItems": true,
            "type": "array",
            "description": "Optional Udemy video-length bands. Select one or more predefined ranges.",
            "items": {
              "type": "string",
              "enum": [
                "EXTRA_SHORT",
                "SHORT",
                "MEDIUM",
                "LONG",
                "EXTRA_LONG"
              ],
              "enumTitles": [
                "Extra short",
                "Short",
                "Medium",
                "Long",
                "Extra long"
              ]
            },
            "default": []
          },
          "closedCaptionLanguages": {
            "title": "Caption languages",
            "maxItems": 10,
            "uniqueItems": true,
            "type": "array",
            "description": "Optional closed-caption languages. Select one or more ISO-639-1 languages from the list.",
            "items": {
              "type": "string",
              "enum": [
                "AA",
                "AB",
                "AE",
                "AF",
                "AK",
                "AM",
                "AN",
                "AR",
                "AS",
                "AV",
                "AY",
                "AZ",
                "BA",
                "BE",
                "BG",
                "BH",
                "BI",
                "BM",
                "BN",
                "BO",
                "BR",
                "BS",
                "CA",
                "CE",
                "CH",
                "CO",
                "CR",
                "CS",
                "CU",
                "CV",
                "CY",
                "DA",
                "DE",
                "DV",
                "DZ",
                "EE",
                "EL",
                "EN",
                "EO",
                "ES",
                "ET",
                "EU",
                "FA",
                "FF",
                "FI",
                "FJ",
                "FO",
                "FR",
                "FY",
                "GA",
                "GD",
                "GL",
                "GN",
                "GU",
                "GV",
                "HA",
                "HE",
                "HI",
                "HO",
                "HR",
                "HT",
                "HU",
                "HY",
                "HZ",
                "IA",
                "ID",
                "IE",
                "IG",
                "II",
                "IK",
                "IO",
                "IS",
                "IT",
                "IU",
                "JA",
                "JV",
                "KA",
                "KG",
                "KI",
                "KJ",
                "KK",
                "KL",
                "KM",
                "KN",
                "KO",
                "KR",
                "KS",
                "KU",
                "KV",
                "KW",
                "KY",
                "LA",
                "LB",
                "LG",
                "LI",
                "LN",
                "LO",
                "LT",
                "LU",
                "LV",
                "MG",
                "MH",
                "MI",
                "MK",
                "ML",
                "MN",
                "MR",
                "MS",
                "MT",
                "MY",
                "NA",
                "NB",
                "ND",
                "NE",
                "NG",
                "NL",
                "NN",
                "NO",
                "NR",
                "NV",
                "NY",
                "OC",
                "OJ",
                "OM",
                "OR",
                "OS",
                "PA",
                "PI",
                "PL",
                "PS",
                "PT",
                "QU",
                "RM",
                "RN",
                "RO",
                "RU",
                "RW",
                "SA",
                "SC",
                "SD",
                "SE",
                "SG",
                "SI",
                "SK",
                "SL",
                "SM",
                "SN",
                "SO",
                "SQ",
                "SR",
                "SS",
                "ST",
                "SU",
                "SV",
                "SW",
                "TA",
                "TE",
                "TG",
                "TH",
                "TI",
                "TK",
                "TL",
                "TN",
                "TO",
                "TR",
                "TS",
                "TT",
                "TW",
                "TY",
                "UG",
                "UK",
                "UR",
                "UZ",
                "VE",
                "VI",
                "VO",
                "WA",
                "WO",
                "XH",
                "YI",
                "YO",
                "ZA",
                "ZH",
                "ZU"
              ],
              "enumTitles": [
                "Afar (AA)",
                "Abkhazian (AB)",
                "Avestan (AE)",
                "Afrikaans (AF)",
                "Akan (AK)",
                "Amharic (AM)",
                "Aragonese (AN)",
                "Arabic (AR)",
                "Assamese (AS)",
                "Avaric (AV)",
                "Aymara (AY)",
                "Azerbaijani (AZ)",
                "Bashkir (BA)",
                "Belarusian (BE)",
                "Bulgarian (BG)",
                "Bihari (BH)",
                "Bislama (BI)",
                "Bambara (BM)",
                "Bengali (BN)",
                "Tibetan (BO)",
                "Breton (BR)",
                "Bosnian (BS)",
                "Catalan (CA)",
                "Chechen (CE)",
                "Chamorro (CH)",
                "Corsican (CO)",
                "Cree (CR)",
                "Czech (CS)",
                "Church Slavic (CU)",
                "Chuvash (CV)",
                "Welsh (CY)",
                "Danish (DA)",
                "German (DE)",
                "Divehi (DV)",
                "Dzongkha (DZ)",
                "Ewe (EE)",
                "Greek (EL)",
                "English (EN)",
                "Esperanto (EO)",
                "Spanish (ES)",
                "Estonian (ET)",
                "Basque (EU)",
                "Persian (FA)",
                "Fulah (FF)",
                "Finnish (FI)",
                "Fijian (FJ)",
                "Faroese (FO)",
                "French (FR)",
                "Western Frisian (FY)",
                "Irish (GA)",
                "Scottish Gaelic (GD)",
                "Galician (GL)",
                "Guarani (GN)",
                "Gujarati (GU)",
                "Manx (GV)",
                "Hausa (HA)",
                "Hebrew (HE)",
                "Hindi (HI)",
                "Hiri Motu (HO)",
                "Croatian (HR)",
                "Haitian Creole (HT)",
                "Hungarian (HU)",
                "Armenian (HY)",
                "Herero (HZ)",
                "Interlingua (IA)",
                "Indonesian (ID)",
                "Interlingue (IE)",
                "Igbo (IG)",
                "Sichuan Yi (II)",
                "Inupiaq (IK)",
                "Ido (IO)",
                "Icelandic (IS)",
                "Italian (IT)",
                "Inuktitut (IU)",
                "Japanese (JA)",
                "Javanese (JV)",
                "Georgian (KA)",
                "Kongo (KG)",
                "Kikuyu (KI)",
                "Kuanyama (KJ)",
                "Kazakh (KK)",
                "Kalaallisut (KL)",
                "Khmer (KM)",
                "Kannada (KN)",
                "Korean (KO)",
                "Kanuri (KR)",
                "Kashmiri (KS)",
                "Kurdish (KU)",
                "Komi (KV)",
                "Cornish (KW)",
                "Kyrgyz (KY)",
                "Latin (LA)",
                "Luxembourgish (LB)",
                "Ganda (LG)",
                "Limburgish (LI)",
                "Lingala (LN)",
                "Lao (LO)",
                "Lithuanian (LT)",
                "Luba-Katanga (LU)",
                "Latvian (LV)",
                "Malagasy (MG)",
                "Marshallese (MH)",
                "Māori (MI)",
                "Macedonian (MK)",
                "Malayalam (ML)",
                "Mongolian (MN)",
                "Marathi (MR)",
                "Malay (MS)",
                "Maltese (MT)",
                "Burmese (MY)",
                "Nauru (NA)",
                "Norwegian Bokmål (NB)",
                "North Ndebele (ND)",
                "Nepali (NE)",
                "Ndonga (NG)",
                "Dutch (NL)",
                "Norwegian Nynorsk (NN)",
                "Norwegian (NO)",
                "South Ndebele (NR)",
                "Navajo (NV)",
                "Nyanja (NY)",
                "Occitan (OC)",
                "Ojibwa (OJ)",
                "Oromo (OM)",
                "Odia (OR)",
                "Ossetic (OS)",
                "Punjabi (PA)",
                "Pali (PI)",
                "Polish (PL)",
                "Pashto (PS)",
                "Portuguese (PT)",
                "Quechua (QU)",
                "Romansh (RM)",
                "Rundi (RN)",
                "Romanian (RO)",
                "Russian (RU)",
                "Kinyarwanda (RW)",
                "Sanskrit (SA)",
                "Sardinian (SC)",
                "Sindhi (SD)",
                "Northern Sami (SE)",
                "Sango (SG)",
                "Sinhala (SI)",
                "Slovak (SK)",
                "Slovenian (SL)",
                "Samoan (SM)",
                "Shona (SN)",
                "Somali (SO)",
                "Albanian (SQ)",
                "Serbian (SR)",
                "Swati (SS)",
                "Southern Sotho (ST)",
                "Sundanese (SU)",
                "Swedish (SV)",
                "Swahili (SW)",
                "Tamil (TA)",
                "Telugu (TE)",
                "Tajik (TG)",
                "Thai (TH)",
                "Tigrinya (TI)",
                "Turkmen (TK)",
                "Tagalog (TL)",
                "Tswana (TN)",
                "Tongan (TO)",
                "Turkish (TR)",
                "Tsonga (TS)",
                "Tatar (TT)",
                "Twi (TW)",
                "Tahitian (TY)",
                "Uyghur (UG)",
                "Ukrainian (UK)",
                "Urdu (UR)",
                "Uzbek (UZ)",
                "Venda (VE)",
                "Vietnamese (VI)",
                "Volapük (VO)",
                "Walloon (WA)",
                "Wolof (WO)",
                "Xhosa (XH)",
                "Yiddish (YI)",
                "Yoruba (YO)",
                "Zhuang (ZA)",
                "Chinese (ZH)",
                "Zulu (ZU)"
              ]
            },
            "default": []
          },
          "mustHaveClosedCaptions": {
            "title": "Require closed captions",
            "type": "boolean",
            "description": "Only return courses with closed captions.",
            "default": false
          },
          "mustHaveQuizzes": {
            "title": "Require quizzes",
            "type": "boolean",
            "description": "Only return courses with quizzes.",
            "default": false
          },
          "mustHaveCodingExercises": {
            "title": "Require coding exercises",
            "type": "boolean",
            "description": "Only return courses with coding exercises.",
            "default": false
          },
          "mustHavePracticeTests": {
            "title": "Require practice tests",
            "type": "boolean",
            "description": "Only return courses with practice tests.",
            "default": false
          },
          "mustHaveWorkspaces": {
            "title": "Require workspaces",
            "type": "boolean",
            "description": "Only return courses with workspaces.",
            "default": false
          },
          "mustHaveRoleplays": {
            "title": "Require roleplays",
            "type": "boolean",
            "description": "Only return courses with roleplay activities.",
            "default": false
          },
          "practiceTestCoursesOnly": {
            "title": "Practice-test courses only",
            "type": "boolean",
            "description": "Only return courses flagged as practice-test courses.",
            "default": false
          },
          "certificationPrepOnly": {
            "title": "Certification preparation only",
            "type": "boolean",
            "description": "Only return courses flagged as certification preparation.",
            "default": false
          },
          "includeCourseDetails": {
            "title": "Include course page details",
            "type": "boolean",
            "description": "Fetch each public course page and include available JSON-LD detail fields. This increases request count and run time.",
            "default": false
          }
        }
      },
      "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}