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. NoSIGI_STATEor__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).- No RSS surface exists anywhere on TikTok.
- The Creative Center trend endpoint (ads.tiktok.com, popular-trend hashtag list under the creative radar API) returns code 40101 'no permission' anonymously, and carries hashtag-level trend metadata only, never posts.
- RSSHub: the public instance (rsshub dot app) now 403s general traffic ('testing purposes only'), and no hashtag or top-of-day TikTok route exists. The only TikTok route is a headless-browser user route.
- The official Research API supports hashtag video queries but is gated to approved academic and nonprofit researchers; the Display API is own-content only. Paid unofficial scraper services exist (Apify, EnsembleData, TikAPI) but are ToS-gray and breakage-prone.
- Practical substitute: most money and finance TikTok creators cross-post to YouTube Shorts, and the YouTube channel feed (
youtube.com/feeds/videos.xmlwith achannel_idquery 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.