Hongguo Series Details & Episodes Scraper API
Pricing
from $2.00 / 1,000 successful series ids
Hongguo Series Details & Episodes Scraper API
Extract Hongguo short drama details and full episode lists by series ID, including titles, covers, summaries, counts, and episode video IDs via API.
Pricing
from $2.00 / 1,000 successful series ids
Rating
0.0
(0)
Developer
Tarique
Maintained by CommunityActor stats
0
Bookmarked
38
Total users
3
Monthly active users
3 days ago
Last modified
Categories
Share
Hongguo series details and episodes scraper API
Hongguo Series Details & Episodes Scraper API is a Hongguo short-drama series scraper that retrieves complete short-drama metadata and episode lists from Hongguo Duanju. Provide one or more seriesId values to extract titles, synopses, covers, play counts, episode counts, first video IDs, and normalized episode directories.
The Actor works as a Hongguo series details API alternative for catalog enrichment, episode discovery, metadata databases, and workflows that need reliable links between a series and its individual episode video IDs. Up to 1,000 unique series IDs can be submitted in one run.
Why use this Hongguo episode list scraper?
- Get complete metadata for up to 1,000 short-drama series at once.
- Extract a normalized episode list for each successful series.
- Receive episode video IDs, indexes, titles, covers, durations, and availability flags.
- Preserve the complete source response for fields beyond the normalized schema.
- Keep failures isolated to their corresponding series IDs.
- Export results to JSON, CSV, Excel, XML, or HTML.
- Automate collection through the Apify API, schedules, webhooks, Make, or n8n.
Popular use cases include Hongguo series and episode details, Chinese short-drama catalogs, episode indexing, series metadata enrichment, content research, and preparing authorized video-processing workflows.
What Hongguo series and episode data can the API extract?
| Field | Type | Description |
|---|---|---|
seriesId | string | Requested Hongguo series identifier. |
success | boolean | Whether series details were retrieved. |
series | object | Title, synopsis, cover, play count, episode count, platform, and first video ID. |
episodes | array | Episode directory with video IDs, indexes, titles, covers, durations, and status flags. |
data | object | Complete Hongguo series-detail response. |
error | string or null | Error message for an unavailable series. |
How to get a complete Hongguo short-drama episode list
- Find a
seriesIdusing the Hongguo Search Actor, Recommendation Feed Actor, or another authorized source. - Open this Actor's Input tab.
- Add one or more values to
seriesIds. - Click Start.
- Open the Dataset and read
seriesandepisodesfrom successful rows.
How much do Hongguo series details cost?
FREE-tier users pay $3 per 1,000 successfully resolved series 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 series 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 input 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 series IDs.
{"seriesIds": ["7639686403294497854"]}
Output
You can download the Dataset in formats such as JSON, HTML, CSV, or Excel.
{"seriesId": "7639686403294497854","success": true,"series": {"title": "Example Short Drama","episodeCount": 80,"firstVideoId": "7639688323115519038"},"episodes": [{"videoId": "7639688323115519038","episodeIndex": "1"}],"error": null}
Hongguo series details and episode data use cases
- Build a searchable database of Chinese short dramas and episodes.
- Enrich search results with covers, summaries, counts, and episode directories.
- Map a Hongguo series ID to all available episode video IDs.
- Monitor episode-count or metadata changes for selected titles.
- Prepare structured inputs for authorized media analysis or transcription.
Related Hongguo Actors
| Actor | Purpose |
|---|---|
| Hongguo Short Drama Recommendation Feed API | Discover trending short dramas and their series 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 Best Quality Video URL Extractor API | Resolve the best available URL and quality metadata for an authorized episode ID. |
| Hongguo All Video Qualities & URL Extractor API | Retrieve every available quality and URL for an authorized episode ID. |
| Hongguo Full Series Downloader & Video Decryption API | Submit seriesIds directly to download and decrypt every episode into Apify KVS. |
| Hongguo Video Downloader & Decryption API | Download and decrypt episodes to playable MP4 files in user-owned storage. |
| Hongguo Short Drama Video Downloader API to KVS | Download and decrypt episodes to playable MP4 files in the run KVS without cloud-storage credentials. |
Frequently asked questions
Can I get details and episode lists for multiple Hongguo series?
Yes. Submit up to 1,000 unique seriesIds in one run. Each successful row contains normalized series metadata and an episodes array for that title.
Where can I find a Hongguo seriesId?
Use the Hongguo Search or Recommendation Feed Actor. Both return seriesId values that can be sent directly to this Actor.
Does the Actor return every episode?
It returns the episode directory available for the requested series at run time. Availability can vary by title, and some valid series may currently contain no episodes.
Does this Actor return playable video URLs?
No. It returns series metadata and episode video IDs. To turn one or more seriesIds directly into decrypted MP4 files, use the Hongguo Full Series Downloader & Video Decryption API. The URL resolver Actors remain the lighter option when you only need media metadata.
Legal use and support
Use this Actor only for lawful purposes and respect Hongguo's terms, copyright, rate limits, privacy rules, and applicable law. It is intended for public catalog metadata and does not access private user accounts.
Use the Issues tab for support and the API tab for integration examples.