Hongguo Full Series Downloader & Video Decryption API avatar

Hongguo Full Series Downloader & Video Decryption API

Pricing

from $3.50 / 1,000 successful kvs video uploads

Go to Apify Store
Hongguo Full Series Downloader & Video Decryption API

Hongguo Full Series Downloader & Video Decryption API

Bulk-download and decrypt every episode from Hongguo short drama series IDs. Save playable MP4 videos, metadata, and signed links directly to Apify KVS.

Pricing

from $3.50 / 1,000 successful kvs video uploads

Rating

0.0

(0)

Developer

Tarique

Tarique

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

Hongguo full series video downloader and decryption API

Hongguo Full Series Downloader & Video Decryption API bulk-downloads every episode from one or more authorized Hongguo Duanju short drama series. Submit numeric seriesIds; the Actor discovers each complete episode list, selects the best available rendition, decrypts every supported video into a playable MP4, and stores the MP4 plus redacted metadata in Apify Key-value store (KVS).

This Actor is built for full-series workflows. It removes the manual step of looking up every episode videoId, needs no S3-compatible bucket, and returns signed KVS links that can be used from the Apify API, schedules, webhooks, Make, n8n, or another Actor.

Use it only for Hongguo content that you own or are explicitly authorized to download, decrypt, store, and process.

Why use this Hongguo full-series downloader?

  • Submit up to 1,000 unique Hongguo seriesIds in one run.
  • Resolve multiple series and download their episodes with bounded concurrency.
  • Automatically select the best available quality for each episode.
  • Produce actual playable MP4 files instead of temporary encrypted CDN URLs.
  • Store videos and redacted JSON metadata directly in Apify KVS.
  • Return one Dataset row per episode with series title, episode order, quality, signed links, file size, and SHA-256.
  • Isolate series and episode failures so available videos can still finish.
  • Retry temporary upstream failures with exponential backoff.

Common use cases include authorized short-drama archiving, transcription preparation, subtitle workflows, internal media analysis, moderation, and automated full-series processing.

Which Hongguo video downloader should I use?

Choose by input type and storage destination. This keeps full-series downloads separate from the two per-episode video download options.

GoalActorInputDestination
Download every episode from one or more seriesHongguo Full Series Downloader & Video Decryption APIseriesIdsApify KVS
Download selected episodes without configuring a bucketHongguo Video Downloader API to KVSvideoIdsApify KVS
Deliver selected episodes to long-term cloud storageHongguo Video Downloader & Decryption APIvideoIds plus storage settingsS3, OSS, COS, or compatible storage

What data does the Hongguo series downloader return?

FieldTypeDescription
seriesId, seriesTitlestringRequested Hongguo series and resolved title.
episodeIndex, episodeTitlestringEpisode order and title when available.
videoIdstringVideo ID discovered from the episode list.
success, errorboolean/stringPer-episode processing status and safe failure message.
definition, width, height, codecmixedSelected and validated media properties.
videoRecordKey, metaRecordKeystringStable KVS keys for the MP4 and JSON metadata.
videoUrl, metaUrlstringSigned links for retrieving the KVS records.
fileSize, sha256integer/stringMP4 size and integrity digest.

Temporary source URLs, content keys, decryption envelopes, cookies, and signing data are excluded from public results.

How to download every episode of a Hongguo short drama

  1. Find one or more numeric series IDs with the Hongguo Search API, Recommendation Feed API, or another authorized source.
  2. Open this Actor's Input tab.
  3. Replace the prefilled example and add the IDs to seriesIds.
  4. Click Start. The Actor resolves each series and processes all discovered episodes.
  5. Open Output → Episode files to browse MP4 and metadata records, or read videoUrl from Dataset.

Successful episodes use stable KVS record names:

video-{seriesId}-episode-{episodeIndex}-{videoId}.mp4
meta-{seriesId}-episode-{episodeIndex}-{videoId}.json

How much does a Hongguo full-series download cost?

The Actor charges only for successfully uploaded episode videos. Series resolution is included at no additional event charge.

EventWhen it is chargedFREEBRONZE–DIAMOND
video-uploadedOnce after one episode MP4 and its metadata are both stored in KVS$0.0045 per episode$0.0035 per episode

Failed series and failed episode uploads are not charged. Apify run spending limits are respected. Compute, residential proxy traffic, data transfer, KVS operations, and retained storage are charged separately as Apify platform usage.

Apify FREE-plan accounts can store up to 100 successful episodes per UTC calendar month through this Actor. The Actor atomically reserves Upstash quota before starting media downloads, so concurrent runs cannot exceed the per-user monthly limit. Failed episode processing releases its reserved slot. Paid-plan accounts are not subject to this product quota.

Input

The only public input is seriesIds, a required list containing 1–1,000 unique numeric Hongguo series IDs. The Apify Input tab includes a working prefill value so the form is ready to test; replace it with series IDs you are authorized to process.

{
"seriesIds": [
"8000000000000000001",
"8000000000000000002"
]
}

Output

You can download the Dataset in various formats such as JSON, HTML, CSV, or Excel. The actual decrypted MP4 and JSON metadata files are stored in the run's default KVS.

{
"seriesId": "8000000000000000001",
"seriesTitle": "Example Short Drama",
"videoId": "7000000000000000001",
"episodeIndex": "1",
"episodeTitle": "Episode 1",
"success": true,
"definition": "1080p",
"width": 1080,
"height": 1920,
"codec": "hevc",
"keyValueStoreId": "AbCdEfGhIjKlMnOpQ",
"videoRecordKey": "video-8000000000000000001-episode-1-7000000000000000001.mp4",
"metaRecordKey": "meta-8000000000000000001-episode-1-7000000000000000001.json",
"videoUrl": "https://api.apify.com/v2/key-value-stores/AbCdEfGhIjKlMnOpQ/records/video-example.mp4?signature=...",
"fileSize": 17080494,
"sha256": "f7db5d68490b3080fe35fbff46dfc425d1967bd0de9c0bead8b164ec9bbc838e",
"error": null
}

Hongguo full-series downloader API integration

Actor page: Hongguo Full Series Downloader & Video Decryption API

Start an asynchronous run with the stable Actor name:

curl -X POST \
'https://api.apify.com/v2/acts/spider_studio~hongguo-series-download-kvs/runs' \
-H 'Authorization: Bearer YOUR_APIFY_TOKEN' \
-H 'Content-Type: application/json' \
-d '{"seriesIds":["8000000000000000001","8000000000000000002"]}'

The run response includes defaultDatasetId and defaultKeyValueStoreId. Open the Actor's API tab for Python, JavaScript, CLI, HTTP, OpenAPI, and MCP examples.

Tips for reliable full-series video downloads

  • Default concurrency is 8 and can be adjusted with the private HONGGUO_MAX_CONCURRENCY environment setting.
  • Each episode is resolved immediately before download because upstream media references can expire.
  • Increase Actor memory and disk capacity when downloading many large episodes concurrently.
  • The Actor preserves supported source quality but does not upscale video.
  • Default KVS retention follows the user's Apify storage settings.
  • Use the object-storage downloader for permanent archives, lifecycle rules, versioning, or high-volume CDN delivery.
  • Treat signed KVS record URLs as bearer links and share them only with authorized recipients.
WorkflowActorUse it for
Discover titlesHongguo Short Drama Search APIFind dramas and seriesId values by title, trope, or keyword.
Browse recommendationsHongguo Recommendation Feed APIDiscover trending short dramas and their IDs.
Inspect episode directoriesHongguo Series Details & Episodes APIRetrieve metadata and complete episode videoId lists without downloading media.
Resolve one best URLHongguo Best Quality Video URL APIReturn the best available rendition and temporary media URL.
Compare every qualityHongguo All Video Qualities APIInspect all resolutions, bitrates, codecs, and URLs.

Frequently asked questions

Can this Actor download multiple complete Hongguo series?

Yes. Add up to 1,000 unique seriesIds. The Actor resolves multiple series concurrently, combines their episode jobs, and preserves the owning seriesId in every Dataset row and KVS key.

Does KVS contain the actual decrypted videos?

Yes. Every successful video-...mp4 record contains the playable decrypted MP4. Dataset provides a signed videoUrl for convenient retrieval.

What happens if one series or episode fails?

The Actor writes a safe failure row and continues processing available series and episodes. Set HONGGUO_FAIL_ON_ERROR=true when partial completion should make the run fail.

Are Hongguo videos stored permanently?

Not necessarily. Default KVS retention follows the user's Apify storage settings. Choose the object-storage downloader when you need permanent retention, bucket policies, versioning, or CDN delivery.

Can I download private or unauthorized content?

No. You must own the content or have explicit authorization to download, decrypt, store, and process it. The Actor does not log into private accounts or override entitlement checks.

This Actor is intended only for authorized Hongguo media workflows. Copyrighted media and personal data may be protected by platform terms, copyright law, the GDPR, and other regulations. Do not process or redistribute content without a legitimate legal basis; consult qualified counsel if you are unsure.

For help, open the Issues tab and include the run URL without posting credentials or signed media links. Use the API tab for programmatic integration examples.