SurfSense/surfsense_backend/app/capabilities
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
..
core feat(tiktok): add tiktok.user_search verb for account discovery 2026-07-09 18:00:40 +02:00
google_maps feat(capabilities): add documentation URLs to Google Maps, YouTube, and web crawl capabilities 2026-07-08 03:38:08 +05:30
google_search feat(capabilities): add documentation URLs to Google Maps, YouTube, and web crawl capabilities 2026-07-08 03:38:08 +05:30
reddit feat(capabilities): add documentation URL to capabilities and enhance Reddit scrape capability 2026-07-08 03:35:32 +05:30
tiktok feat(tiktok): add tiktok.user_search verb for account discovery 2026-07-09 18:00:40 +02:00
web feat(capabilities): add documentation URLs to Google Maps, YouTube, and web crawl capabilities 2026-07-08 03:38:08 +05:30
youtube feat(capabilities): add documentation URLs to Google Maps, YouTube, and web crawl capabilities 2026-07-08 03:38:08 +05:30
__init__.py feat(capabilities): add registry contracts and package 2026-07-01 16:42:47 +02:00