Hongguo All Video Qualities & URL Extractor API avatar

Hongguo All Video Qualities & URL Extractor API

Pricing

from $2.00 / 1,000 successful video ids

Go to Apify Store
Hongguo All Video Qualities & URL Extractor API

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

Tarique

Maintained by Community

Actor stats

0

Bookmarked

15

Total users

1

Monthly active users

3 days ago

Last modified

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 downloadUrl and backupUrls returned 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?

FieldTypeDescription
videoIdstringRequested Hongguo episode video ID.
successbooleanWhether at least one video rendition was found.
variantCountintegerNumber of unique qualities returned.
variantsarrayAll available renditions and their media metadata.
bestobjectBest available rendition for convenient access.
definitionstringQuality label inside each variant.
width, heightintegerDimensions inside each variant.
downloadUrl, backupUrlsstring / arrayEncrypted direct and alternate CDN URLs.
codec, format, bitrate, fileSizemixedTechnical media properties for each rendition.
videoMetaobjectAdditional media metadata returned for each rendition when available.
errorstring or nullError message for an unresolved video.

How to get all Hongguo short-drama video qualities

  1. Obtain episode videoId values from the Hongguo Series Details Actor or another authorized source.
  2. Open this Actor's Input tab.
  3. Add one or more values to videoIds.
  4. Click Start.
  5. Open the Dataset and inspect variants for 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.
ActorPurpose
Hongguo Short Drama Recommendation Feed APIDiscover trending short dramas and their IDs.
Hongguo Short Drama Keyword Suggestions APIDiscover autocomplete and related keywords.
Hongguo Short Drama Search & Data Scraper APIFind short dramas and series IDs by keyword.
Hongguo Series Details & Episodes Scraper APIGet the episode video IDs accepted by this Actor.
Hongguo Best Quality Video URL Extractor APIRetrieve only the best URL and quality metadata in a simpler flat result.
Hongguo Full Series Downloader & Video Decryption APIDownload and decrypt complete series from seriesIds into Apify KVS.
Hongguo Video Downloader & Decryption APIDownload and decrypt videos to playable MP4 files in user-owned storage.
Hongguo Short Drama Video Downloader API to KVSDownload 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 needRecommended Actor
Every episode from one or more seriesIdsHongguo Full Series Downloader & Video Decryption API
Selected videoIds stored in Apify KVSHongguo Video Downloader API to KVS
Selected videoIds delivered to your own bucketHongguo 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.

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.