Naver Webtoon Scraper avatar

Naver Webtoon Scraper

Pricing

from $1.99 / 1,000 search results

Go to Apify Store
Naver Webtoon Scraper

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

Search API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
modestringYes"weekday"Browse webtoons by weekday or genre
weekdaystringNo"mon"Day of the week to browse (for mode=weekday)
genrestringNo"PURE"Genre to browse (for mode=genre)
maxItemsintegerNo50Maximum number of webtoons to scrape
proxyConfigurationobjectNoProxy 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.

FieldTypeDescription
positionintegerPosition
titlestringWebtoon Title
authorstringAuthor
genrestringGenre
starScorenumberStar Score
weekdaystringWeekday
scrapedAtstringScraped At
linkstringWebtoon URL
titleIdintegerTitle ID
artiststringArtist
summarystringSummary
thumbnailstringThumbnail URL
ageRatingstringAge 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"
}