Hongguo All Video Qualities & URL Extractor API
Pricing
from $2.00 / 1,000 successful video ids
Hongguo All Video Qualities & URL Extractor API
Extract every available Hongguo short drama video quality by episode ID, including CDN URLs, resolution, bitrate, codec, file size, and playback metadata.
Pricing
from $2.00 / 1,000 successful video ids
Rating
0.0
(0)
Developer
Tarique
Maintained by CommunityActor stats
0
Bookmarked
15
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Hongguo all video qualities and URL extractor API
Hongguo All Video Qualities & URL Extractor API is a Hongguo short-drama video quality scraper for episodes on Hongguo Duanju. Provide up to 1,000 episode video IDs to extract every available rendition, including encrypted direct and backup CDN URLs, resolution, bitrate, codec, format, file size, and playback metadata.
⚠️ Encrypted video notice: The
downloadUrlandbackupUrlsreturned by this Actor point to encrypted video files and are not directly playable as standard MP4 files. To store decrypted, playable MP4 files directly in Apify, use the Hongguo Short Drama Video Downloader API to KVS (video-download-kvs). For delivery to your own S3, OSS, COS, or compatible storage, use the Hongguo Video Downloader & Decryption API (video-download).
Each successful Dataset item includes the complete variants array plus a convenient best object. The Actor returns media URLs and metadata only; it does not download, decrypt, host, store, or redistribute video files.
Why use this Hongguo all-qualities video resolver?
- Resolve all available qualities for up to 1,000 unique video IDs.
- Compare HD, Full HD, and lower-bandwidth renditions when available.
- Receive direct URLs, backup URLs, resolution, bitrate, codec, format, and file size.
- Get the best available rendition together with every alternative.
- Keep additional playback metadata available for authorized downstream workflows.
- Export results to JSON, CSV, Excel, XML, or HTML.
- Integrate through the Apify API, schedules, webhooks, Make, or n8n.
Use cases include Hongguo video quality lookup, Hongguo media metadata, rendition availability monitoring, bandwidth-aware playback, authorized archival planning, transcription preparation, and media analysis.
What Hongguo video quality data can the API extract?
| Field | Type | Description |
|---|---|---|
videoId | string | Requested Hongguo episode video ID. |
success | boolean | Whether at least one video rendition was found. |
variantCount | integer | Number of unique qualities returned. |
variants | array | All available renditions and their media metadata. |
best | object | Best available rendition for convenient access. |
definition | string | Quality label inside each variant. |
width, height | integer | Dimensions inside each variant. |
downloadUrl, backupUrls | string / array | Encrypted direct and alternate CDN URLs. |
codec, format, bitrate, fileSize | mixed | Technical media properties for each rendition. |
videoMeta | object | Additional media metadata returned for each rendition when available. |
error | string or null | Error message for an unresolved video. |
How to get all Hongguo short-drama video qualities
- Obtain episode
videoIdvalues from the Hongguo Series Details Actor or another authorized source. - Open this Actor's Input tab.
- Add one or more values to
videoIds. - Click Start.
- Open the Dataset and inspect
variantsfor each successful item.
How much does Hongguo video quality extraction cost?
FREE-tier users pay $3 per 1,000 successfully resolved video IDs ($0.003 per successful unique ID). Users on BRONZE, SILVER, GOLD, PLATINUM, and DIAMOND tiers continue to pay $2 per 1,000 ($0.002 per ID). Apify FREE-plan accounts can persist up to 100 successfully resolved video IDs per UTC calendar month in this Actor; the quota resets at 00:00 UTC on the first day of each month. Paid-plan accounts are not subject to this product quota. Diagnostic rows with success: false are not charged and do not consume the quota, and duplicate video IDs do not generate additional result charges.
If a FREE-plan run requests more than the remaining monthly quota, the Actor writes one uncharged Dataset diagnostic row with errorCode: "FREE_TIER_MONTHLY_QUOTA_REACHED", including processed, requested, skipped, limit, and reset details. Paid-plan runs never receive this quota row.
Input
See the Input tab for complete validation details. You can submit between 1 and 1,000 video IDs.
{"videoIds": ["7639688323115519038","7639688303955938366"]}
Output
You can download the Dataset in formats such as JSON, HTML, CSV, or Excel.
{"videoId": "7639688323115519038","success": true,"variantCount": 2,"variants": [{"definition": "1080p","width": 1080,"height": 1920,"downloadUrl": "https://example.com/video.mp4"}],"best": {"definition": "1080p","downloadUrl": "https://example.com/video.mp4"},"error": null}
Hongguo video quality and URL use cases
- Select a rendition based on resolution, bitrate, codec, or file size.
- Compare which qualities are available across different episodes.
- Choose lower-bandwidth media for an authorized playback workflow.
- Collect technical metadata for analysis, moderation, or transcription.
- Refresh expired media URLs while retaining the same video IDs.
Related Hongguo Actors
| Actor | Purpose |
|---|---|
| Hongguo Short Drama Recommendation Feed API | Discover trending short dramas and their IDs. |
| Hongguo Short Drama Keyword Suggestions API | Discover autocomplete and related keywords. |
| Hongguo Short Drama Search & Data Scraper API | Find short dramas and series IDs by keyword. |
| Hongguo Series Details & Episodes Scraper API | Get the episode video IDs accepted by this Actor. |
| Hongguo Best Quality Video URL Extractor API | Retrieve only the best URL and quality metadata in a simpler flat result. |
| Hongguo Full Series Downloader & Video Decryption API | Download and decrypt complete series from seriesIds into Apify KVS. |
| Hongguo Video Downloader & Decryption API | Download and decrypt videos to playable MP4 files in user-owned storage. |
| Hongguo Short Drama Video Downloader API to KVS | Download and decrypt videos to playable MP4 files in the run KVS without cloud-storage credentials. |
Frequently asked questions
What is the difference between this Actor and Best Quality Video URL API?
This Actor returns every available rendition in variants. The Best Quality Actor returns one flat result containing only the best available rendition.
Does this Actor download or decrypt videos?
No. It returns encrypted URLs and metadata only.
| Download need | Recommended Actor |
|---|---|
Every episode from one or more seriesIds | Hongguo Full Series Downloader & Video Decryption API |
Selected videoIds stored in Apify KVS | Hongguo Video Downloader API to KVS |
Selected videoIds delivered to your own bucket | Hongguo Video Downloader & Decryption API |
Use all download Actors only for content you are authorized to process.
Can Hongguo video URLs expire?
Yes. Media URLs can be short-lived. Use them soon after a run and resolve the same video ID again when fresh URLs are required.
Legal use and support
Use this Actor only for media you are authorized to process. Respect Hongguo's terms, copyright, rate limits, and applicable law. The Actor does not access private accounts or override entitlement checks.
Treat media URLs and playback metadata as sensitive. Use the Issues tab for support and the API tab for integration examples.