v1.3 (2026-06-14) — FIX (issue: 'only returns 3 hashtags'): TikTok Creative Center's public page now lazy-loads only a few hashtags and signs its API, so the old passive Playwright page-interception returned 0–3 results. Rewired to ScrapeCreators' managed TikTok popular-hashtags endpoint (same Creative Center data), which paginates cleanly to the full requested Top-100 (up to maxResults). HTTP-only, no browser. Invalid timePeriod now soft-fails (SUCCEEDED + WARNING) instead of crashing.
v1.2 (2026-06-11) — Input schema cleanup: removed duplicate sectionCaption on country/industry/isNewToTop100 so Apify form UI no longer renders repeated section headers.
v1.1 (2026-05-29) — Cost-cap guards: triple-guard charge counter (chargedThisRun) prevents overbilling past maxResults. Upfront cost-cap log + status message shows max billing before run. Raw hashtag collector cap (2× maxResults, 200 max) prevents API floods. Final status shows actual charged + billed amount. Fixes issue jassjulius reported (charged 1000 events on maxHashtags=100 cap).