Webtoons: Get Episode List
Webtoons via Parse · entertainment
Retrieve paginated episode list for a series ordered from newest to oldest. Each page returns up to ~10 episodes with title, release date, like count, thumbnail, and episode number. Use has_next_page to determine if more pages exist. Scrapes webtoons.com for series information, episodes, rankings, and more Fulfilled by Parse from webtoons.com.
- entertainment
- parse
- platform-key
- social-media
- streaming-video
- webtoons
- webtoons-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- entertainment
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/fcd75949-6f0e-4c1d-8bd2-0bcdddad5e90/get_episode_list
- Interface artifact
- sha256:27fb4937548c0a1066d888fcb7d7ff0bb4570407355558615ea29e55edcbe9d4
- Manifest digest
- sha256:b2fe03bf3805e31fc093a6b391ece34b3316a8a4f3f906b45029db707e6824bf
Request fields
- page (integer): Page number (1-based)
- slug (string): Series slug for URL path
- genre (string): Genre slug for URL path
- title_no (string, required): The series title number ID (from search_series results[*].title_no)
Example queries
- {"page":"1","slug":"placeholder","genre":"action","title_no":"8136"}