SurfSense/surfsense_backend/app/proprietary/platforms/tiktok
CREDO23 192b6dc31a feat(tiktok): add tiktok.user_search verb for account discovery
Video/general search is login-walled for anonymous sessions, but the Users
tab (/api/search/user) returns public account records without a redirect, so
this exposes the one reliably-unblocked search path. A keyword yields
TikTokProfileItems (name, followers, bio, verification), deduped per query,
capped, and degraded to an ErrorItem when a query is empty/withheld.

Reuses the browser capture (generalized over XHR markers + extractor) and the
shared profile item shape. Billed per account on a new TIKTOK_USER meter
(TIKTOK_MICROS_PER_USER), surfaced on the chat subagent alongside tiktok.scrape.
2026-07-09 18:00:40 +02:00
..
extraction feat(tiktok): add tiktok.user_search verb for account discovery 2026-07-09 18:00:40 +02:00
flows feat(tiktok): add tiktok.user_search verb for account discovery 2026-07-09 18:00:40 +02:00
schemas feat(tiktok): return profile metadata even when video listing is gated 2026-07-09 17:48:19 +02:00
session feat(tiktok): add tiktok.user_search verb for account discovery 2026-07-09 18:00:40 +02:00
targets feat(tiktok): URL target resolver 2026-07-08 15:40:07 +02:00
__init__.py feat(tiktok): add tiktok.user_search verb for account discovery 2026-07-09 18:00:40 +02:00
orchestrator.py feat(tiktok): add tiktok.user_search verb for account discovery 2026-07-09 18:00:40 +02:00