SurfSense/surfsense_backend/app/capabilities/tiktok
CREDO23 67b5472b9f feat(tiktok): add tiktok.trending verb for the Explore feed
The Explore feed (/api/explore/item_list) is a global trending-video feed
served to anonymous sessions, and it returns the same itemStruct shape as the
other listings — so the verb reuses parse_video, the listing flow, the
TikTokVideoItem output, and the per-video billing meter wholesale. Adds a
browser-capture marker + fetch_trending, a synthetic-target orchestrator entry,
and the tiktok.trending capability, surfaced on the chat subagent.
2026-07-09 18:52:56 +02:00
..
comments feat(tiktok): add tiktok.comments verb for public comment scraping 2026-07-09 18:35:26 +02:00
scrape feat(tiktok): emit graceful ErrorItem for blocked/empty listings 2026-07-08 23:14:50 +02:00
trending feat(tiktok): add tiktok.trending verb for the Explore feed 2026-07-09 18:52:56 +02:00
user_search feat(tiktok): add tiktok.user_search verb for account discovery 2026-07-09 18:00:40 +02:00
__init__.py feat(tiktok): add tiktok.trending verb for the Explore feed 2026-07-09 18:52:56 +02:00