Go to Apify StoreActor stats
2
Monthly active users
10 days ago
Last modified
- tightened runtime guardrails to reduce the risk of expensive long-running TikTok runs
- packaged the spend-protection release after lowering the live actor timeout and bounding scrape attempts more aggressively
- added a hard timeout for the initial scrape attempt so expensive stuck runs are cut off sooner
- aligned the actor for stricter operational guardrails to reduce wasted spend on zombie runs
- hardened profile scraping so public TikTok profile runs no longer hang indefinitely on retry
- added safer retry timeout handling and kept first-pass diagnostics when fresh-session retries do not improve results
- improved fallback logic for false profile
not_found responses from TikTok
- refined empty-run exit semantics so
retry_then_warn produces a technical success with honest empty_result diagnostics
- expanded test coverage for profile fallback and release-hardening paths
- launched
TikTok Scraper Pro
- added TikTok target normalization for profiles, video URLs, searches, hashtags, and music pages
- added hybrid extraction flow with HTTP-first video and profile detail parsing plus browser API collection for richer surfaces
- added normalized TikTok video output with author, music, metrics, media URLs, and diagnostics
- added
RUN_META and SUMMARY.json artifacts
- added Store-ready input schema, output schema, README, and Vitest coverage