{
  "openapi": "3.0.1",
  "info": {
    "title": "Webtoons Originals Scraper",
    "description": "Scrape WEBTOON Originals - browse the daily schedule, genre taxonomies, and cross-genre trending rankings, or pull full series details with episode lists. No login, no cookies, no paid proxy.",
    "version": "1.0",
    "x-build-id": "kliqakTS7JJqCtr2d"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~webtoons-originals-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-webtoons-originals-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~webtoons-originals-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-webtoons-originals-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~webtoons-originals-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-webtoons-originals-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": [
              "originals",
              "genre",
              "trending",
              "canvas",
              "titleDetails"
            ],
            "type": "string",
            "description": "What to fetch.",
            "default": "originals"
          },
          "language": {
            "title": "Language / region",
            "enum": [
              "en",
              "zh-hant",
              "th",
              "id",
              "es",
              "fr",
              "de"
            ],
            "type": "string",
            "description": "WEBTOON storefront locale to scrape.",
            "default": "en"
          },
          "dayOfWeek": {
            "title": "Day of week (mode=originals)",
            "enum": [
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY",
              "SUNDAY",
              "COMPLETE"
            ],
            "type": "string",
            "description": "Which daily-release schedule bucket to browse, or the Complete (finished series) listing.",
            "default": "COMPLETE"
          },
          "genreSlug": {
            "title": "Originals genre (mode=genre)",
            "enum": [
              "action",
              "comedy",
              "drama",
              "fantasy",
              "graphic_novel",
              "heartwarming",
              "historical",
              "horror",
              "mystery",
              "romance",
              "sf",
              "slice_of_life",
              "sports",
              "super_hero",
              "supernatural",
              "thriller",
              "tiptoon"
            ],
            "type": "string",
            "description": "Originals genre taxonomy to browse. Required when mode=genre.",
            "default": "romance"
          },
          "canvasGenre": {
            "title": "Canvas genre (mode=canvas)",
            "enum": [
              "ALL",
              "ROMANCE",
              "COMEDY",
              "DRAMA",
              "SLICE_OF_LIFE",
              "FANTASY",
              "SUPERNATURAL",
              "HEARTWARMING",
              "SF",
              "HORROR",
              "THRILLER",
              "ACTION",
              "SUPER_HERO",
              "HISTORICAL",
              "SPORTS",
              "TIPTOON",
              "SHORT_STORY",
              "POST_APOCALYPTIC",
              "ZOMBIES",
              "SCHOOL",
              "ANIMALS",
              "CRIME_MYSTERY",
              "INSPIRATIONAL",
              "ALL_AGES",
              "ROMANTIC_FANTASY",
              "BL_GL"
            ],
            "type": "string",
            "description": "Canvas (fan-made / open-submission) genre category to browse. Canvas has its own genre taxonomy, distinct from Originals.",
            "default": "ALL"
          },
          "rankingType": {
            "title": "Ranking type (mode=trending)",
            "enum": [
              "trending",
              "popular",
              "originals"
            ],
            "type": "string",
            "description": "Which Top-30 ranking board to fetch.",
            "default": "trending"
          },
          "sortOrder": {
            "title": "Sort order (mode=originals/genre/canvas)",
            "enum": [
              "MANA",
              "LIKEIT",
              "UPDATE"
            ],
            "type": "string",
            "description": "How to order the browsed list.",
            "default": "UPDATE"
          },
          "genreFilter": {
            "title": "Filter by genre (mode=originals/trending)",
            "enum": [
              "",
              "action",
              "comedy",
              "drama",
              "fantasy",
              "graphic_novel",
              "heartwarming",
              "historical",
              "horror",
              "mystery",
              "romance",
              "sf",
              "slice_of_life",
              "sports",
              "super_hero",
              "supernatural",
              "thriller",
              "tiptoon"
            ],
            "type": "string",
            "description": "Optionally restrict originals/trending results to a single genre. Leave empty for no filter.",
            "default": ""
          },
          "excludeMatureContent": {
            "title": "Exclude mature content (mode=originals/genre/trending)",
            "type": "boolean",
            "description": "Drop series flagged unsuitable for children (mature/graphic content). Not applied to mode=canvas — Canvas listing cards don't expose a reliable per-title content-rating flag.",
            "default": false
          },
          "minLikeCount": {
            "title": "Min like count (mode=originals/genre/trending/canvas)",
            "minimum": 0,
            "maximum": 100000000,
            "type": "integer",
            "description": "Drop series with fewer cumulative likes than this."
          },
          "titleNo": {
            "title": "Title number (mode=titleDetails)",
            "minimum": 1,
            "maximum": 999999,
            "type": "integer",
            "description": "Numeric WEBTOON title ID, e.g. 6465. Found in any series URL's `title_no=` query param."
          },
          "titleUrl": {
            "title": "Title URL (mode=titleDetails)",
            "type": "string",
            "description": "Full series URL, e.g. `https://www.webtoons.com/en/fantasy/slug/list?title_no=6465`. Used if `titleNo` is not set."
          },
          "includeEpisodes": {
            "title": "Include episode list (mode=titleDetails)",
            "type": "boolean",
            "description": "Fetch and attach the episode list (numbers, dates, likes, thumbnails) for the series.",
            "default": true
          },
          "maxEpisodes": {
            "title": "Max episodes (mode=titleDetails)",
            "minimum": 1,
            "maximum": 2000,
            "type": "integer",
            "description": "Cap on episodes returned per series (newest first).",
            "default": 30
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 1200,
            "type": "integer",
            "description": "Hard cap on emitted series records (ignored by mode=titleDetails, which always emits 1 record). For mode=canvas, the actor paginates automatically until this cap is reached.",
            "default": 20
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional. WEBTOON serves plain HTML with no bot-challenge, so a proxy is not required. Enable only if you see request failures from your account's IP pool.",
            "default": {
              "useApifyProxy": 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
                  }
                }
              },
              "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}