Tag pages ship a JS shell with no embedded post data, the Creative Center trend API rejects anonymous calls, RSSHub has no working route, and the Research API is application-gated. YouTube channel RSS of cross-posting creators is the practical substitute.
Question: is there a public feed for TikTok hashtag top posts (e.g. #moneytok)? Verified 2026-07-14: no.
tiktok.com/tag/<hashtag> returns HTTP 200 but a ~282KB JS shell: generic 'TikTok - Make Your Day' title, zero embedded post data. No SIGI_STATE or __UNIVERSAL_DATA_FOR_REHYDRATION__ item lists, so older scraping guides relying on embedded JSON are obsolete. Content loads only via JS-executed, request-signed internal APIs (msToken and X-Bogus parameters).youtube.com/feeds/videos.xml with a channel_id query param) remains an open, reliable RSS poll. Resolve channel IDs from the channel page's canonical link tag. Caution: the first channelId occurrence in the page source can belong to a related channel, so use the canonical link instead.