DramaBox Rankings Scraper - Popular & New Short Dramas avatar

DramaBox Rankings Scraper - Popular & New Short Dramas

Pricing

from $2.00 / 1,000 successful ranking results

Go to Apify Store
DramaBox Rankings Scraper - Popular & New Short Dramas

DramaBox Rankings Scraper - Popular & New Short Dramas

Scrape DramaBox rankings for most watched, most searched and new short dramas. Extract titles, IDs, synopsis, covers, episode counts and tags, with one drama per row. Export CSV, Excel or JSON and monitor popular titles with scheduled runs or API access.

Pricing

from $2.00 / 1,000 successful ranking results

Rating

0.0

(0)

Developer

Tarique

Tarique

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

6 days ago

Last modified

Categories

Share

DramaBox Rankings Scraper helps you discover popular titles and new releases on DramaBox. Choose Most Watched, Most Searched or New Dramas, then collect drama titles, summaries, covers, episode counts, tags and ranking positions.

Each drama is saved as its own row, ready to export to CSV, Excel or JSON. Use the results to explore short-drama genres, research popular story themes or keep your catalog up to date.

Why use DramaBox rankings?

Compare titles across DramaBox discovery lists, find new short dramas and build a spreadsheet of popular releases. Content researchers can review genres and story themes; catalog teams can collect consistent title information; analysts can save repeated snapshots to compare changes over time.

Apify provides scheduled runs, API access and exports for connecting the results to your existing workflow. The number of titles depends on the selected DramaBox ranking.

How to collect a DramaBox ranking

  1. Select a ranking in the Input tab.
  2. Start the Actor.
  3. Review the returned dramas in the results table.
  4. Export your data or schedule another run to collect a new snapshot.

Input

The only input field is rank_type, displayed as an English dropdown named Ranking:

Dropdown optionAPI input valueMeaning
Most Watchedmost_watchedDramaBox's most-watched ranking
Most Searchedmost_searchedDramaBox's most-searched ranking
New Dramasnew_dramasDramaBox's new-drama ranking

Most Watched is the default. Choose one ranking per run. For API access, use the input value shown above:

{
"rank_type": "most_watched"
}

Output

Each returned drama is saved as a separate row with its selected ranking and position. Available fields include the title, summary, cover image, episode count, tags and platform-reported counters.

{
"rank_type": "most_watched",
"rank_position": 1,
"book_id": "42000004343",
"book_name": "If I Never Loved You",
"chapter_count": 50,
"tags": ["Romance"],
"success": true,
"error": null
}

This example shows the output format and does not represent a current ranking position. Export results as JSON, CSV or Excel from Apify, or retrieve them through the API tab.

Data fields

FieldMeaning
rank_type / rank_positionSelected ranking and position in the returned list
book_id / book_nameDrama identifier and title
introduction / cover / chapter_count / tagsDrama metadata
play_count / in_library_countPlatform-reported listing counters, when provided
author / protagonist / performer_ids / rankAdditional normalized listing metadata
success / errorWhether a result was returned successfully

Some fields depend on what DramaBox provides for a title and may be empty. Ranking positions describe the selected list, rather than a comparison of every drama in the catalog.

Pricing: pay only for successful drama results

Apify accountPer successful drama1,000 successful dramas
Free plan$0.003$3.00
Any paid plan$0.002$2.00

Platform usage is charged separately, in addition to these result fees. Your total cost is the successful-result fee plus the platform usage shown for your run.

Only unique dramas successfully saved in the selected ranking incur a result fee. Failed requests, empty rankings and duplicate dramas within the same run have no result fee. There is no additional Actor Start fee. Platform usage can still apply to a run that returns no successful dramas.

For example, 10 successful dramas cost $0.03 on the Free plan or $0.02 on a paid plan, plus platform usage. Running the Actor again produces a new set of results and new charges. Set a run spending limit to control result fees and review the run's usage before creating a recurring schedule.

Use these Actors for other parts of your DramaBox workflow:

ActorWhat it does
DramaBox Search ScraperFind dramas by keyword and collect IDs, titles and listing metadata.
DramaBox Actor Profile ScraperCollect performer profiles, biographies and drama credits.
DramaBox Drama Details ScraperRetrieve drama metadata, cast information and episode indexes by Book ID.
DramaBox Episodes ScraperCollect chapter lists and temporary playback URLs for available free episodes.
DramaBox Video DownloaderDownload available free episode videos and save MP4 files with download links.

Frequently asked questions

Which DramaBox rankings can I collect?

Choose Most Watched, Most Searched or New Dramas. Each run collects the selected list with one drama per result row.

Yes. Schedule repeated runs and compare the saved snapshots in your spreadsheet, dashboard or analysis workflow. This Actor provides the ranking snapshots; changes can be compared using your exported data.

Does this Actor download videos?

This Actor provides drama ranking data and metadata. For episode information or video files, use the relevant DramaBox Actors in the developer's collection.

Where can I get help?

Use the Issues tab to report missing results or changes in the available rankings. Use the API tab for programmatic access. This is an independent tool and is not affiliated with DramaBox.