Naver Webtoon Scraper
Pricing
from $1.99 / 1,000 search results
Naver Webtoon Scraper
Scrapes public webtoon metadata from Naver Webtoon (comic.naver.com). Browse by weekday or genre, extract title, author, artist, rating, genre tags, thumbnail, and episode URLs.
Pricing
from $1.99 / 1,000 search results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes public series metadata from Naver Webtoon. Browse by weekday or genre and extract title, title ID, series URL, author or artist, rating, genre, summary, thumbnail, and age rating when exposed.
What this Actor collects
The Actor converts public Naver Webtoon listings into clean JSON records for each series returned by the selected weekday or genre view.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 13-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Webtoon catalog research
- Series and creator monitoring
- Weekday and genre comparison
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
mode | string | Yes | "weekday" | Browse webtoons by weekday or genre |
weekday | string | No | "mon" | Day of the week to browse (for mode=weekday) |
genre | string | No | "PURE" | Genre to browse (for mode=genre) |
maxItems | integer | No | 50 | Maximum number of webtoons to scrape |
proxyConfiguration | object | No | — | Proxy settings for the scraper |
Example input
{"mode": "weekday","maxItems": 20,"weekday": "mon","genre": "PURE"}
Output
The default dataset contains one item per webtoon series. The following are the most useful fields; availability can vary by browse mode and source response.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
title | string | Webtoon Title |
author | string | Author |
genre | string | Genre |
starScore | number | Star Score |
weekday | string | Weekday |
scrapedAt | string | Scraped At |
link | string | Webtoon URL |
titleId | integer | Title ID |
artist | string | Artist |
summary | string | Summary |
thumbnail | string | Thumbnail URL |
ageRating | string | Age Rating |
Example dataset item
This compact example is taken from local Actor storage. Long text and nested collections are shortened for documentation only.
{"position": 1,"title": "청유물","author": "엄세윤 / 정썸머","starScore": 9.9,"weekday": "월","scrapedAt": "2026-07-23T12:19:19.817Z","link": "https://comic.naver.com/webtoon/list?titleId=844058&tab=mon","titleId": 844058,"thumbnail": "https://image-comic.pstatic.net/webtoon/844058/thumbnail/thumbnail_IMAG21_18e663e7-b2bc-4c26-8163-ea7fb31b64a9.jpg"}