VOOZH about

URL: https://apify.com/signalbench/dramabox-scraper/api/python

⇱ DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts API in Python Β· Apify


πŸ‘ DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts avatar

DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts

Pricing

from $2.00 / 1,000 results

Go to Apify Store

DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts

Scrape the DramaBox short-drama catalog: series metadata, genres, tags, episode lists, cast, view & follow counts. SSR-JSON based (no browser) β€” fast and cheap.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ SignalBench

SignalBench

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

2

Monthly active users

15 days ago

Last modified

Categories

Share

You might also like

Netflix Search Scraper

alien_force/netflix-search-scraper

This actor scrapes Netflix titles (movies, series) using advanced filters like search query, actor, genre, release year, and availability. It fetches rich data, including images, cast, IMDb metrics, and episode details for series, all while ensuring fast, reliable results with proxy support.

50

5.0

Gmail create account

advisable_shampoo/gmail-create-account

Not working yet. I offer GMALL account creation services (price: $1 per account). Contact: nizamovlutfulloh@gmail.com, WhatsApp : +998950108358, Telegram : https://t.me/free_python_co

πŸ‘ User avatar

Nizamov Lutfulloh

13

Traffic Generator

crawlerbros/traffic-generator

Generate realistic website traffic with human-like behavior simulation. Supports any website.

103

5.0

Streaming Catalog Scraper

moving_beacon-owner1/streaming-catalog-scraper

Scrape 200+ streaming platforms (Netflix, Prime, Disney+, Hulu, HBO Max, Apple TV+, Peacock, Paramount+, and more) across 50+ countries via JustWatch. No login required. No API key needed.

15

YouTube View Generator β€” Real Sessions, Real Views

apizy/youtube-view-generator

Generate YouTube views the smart way - each view runs in a fully isolated session with a unique IP, randomized watch duration, and varied device identity to behave like a real viewer. Automatic ad handling and residential proxy rotation built in. Up to 1,000 views per run.

Youtube View Generator

practicaltools/yt-view-generator

This actor uses a real browser to simulate real user views on YouTube videos. Each view is generated in a fresh, isolated browser instance to ensure uniqueness and maximize effectiveness.

πŸ‘ User avatar

Practical Tools

1.3K

5.0

Traffic Booster! πŸš€

bluebird/traffic-generator

The solution if you need quick web traffic! quickly get some more visits to test your new google analytics layout, or add some extra views to a webpage to look more professional! Traffic booster does it all!

779

4.4

JustWatch Streaming Availability Tracker

thescrapelab/justwatch-streaming-availability-tracker

Search one or many movie and TV titles across countries and streaming providers on JustWatch. Get flat JSON results for availability, pricing, provider offers, ratings, and title metadata.

Traffic Generator (Youtube, Web, Etsy, Behance and many more!)

epctex/traffic-generator

Maximize your website's performance and visibility with our Traffic Generator. Drive targeted traffic, simulate page views, and stress-test against potential threats. With the power to generate millions of visits, it's the ultimate solution for boosting your online presence.

πŸ”₯ Web Traffic Generator | πŸš€ WebRocket πŸš€

bebity/web-traffic-generator

πŸš€πŸ’₯ Introducing WebRocket! πŸ’₯ Supercharge your website πŸ“ˆ, deep crawling πŸ•ΈοΈ, and robust error handling πŸ€–. Blast off with start URLs πŸš€, choose simultaneous visitors πŸ§‘πŸ»β€πŸ€β€πŸ§‘πŸ», and set visit numbers #️⃣. Customize the stay duration βŒ›, pick device types πŸ“±πŸ–₯οΈπŸ“Ÿ, and use residential proxies 🌍🏠

You can access the DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={
9"dramaUrls":[],
10"proxyConfiguration":{
11"useApifyProxy":True,
12"apifyProxyGroups":["RESIDENTIAL"],
13},
14}
15
16# Run the Actor and wait for it to finish
17run = client.actor("signalbench/dramabox-scraper").call(run_input=run_input)
18
19# Fetch and print Actor results from the run's dataset (if there are any)
20print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
21for item in client.dataset(run["defaultDatasetId"]).iterate_items():
22print(item)
23
24# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts API in Python

The Apify API client for Python is the official library that allows you to use DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts API in JavaScript

DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts API through CLI

DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts OpenAPI definition

DramaBox Scraper β€” Catalog, Episodes, Cast & View Counts API