Kuaishou Search

Extract structured public Kuaishou video search results from the current browser page.

2233admin eb1822d 3 files · 5.0 KB Updated

File contents

Kuaishou — Video Search

Search keyword → bounded structured video results

Prerequisites

  • Browser Act is available.
  • The target browser can reach kuaishou.com.
  • The current session may need human login or verification.

Execution

Navigate to:

https://www.kuaishou.com/search/video?searchKey={query}

Wait for the page to settle, then run:

python scripts/extract-search.py --max-results 10

The result contains the video URL, caption, author, cover, playable media URL when exposed by the page, publication timestamp, tags, and bounded engagement statistics.

Operational boundary

This pack reads the public search state already present in the browser. It never automates login, captcha solving, or anti-bot bypass. Login, verification, regional restrictions, and blocked responses are human-handled conditions.

Limitations

The manifest extracts the initial search result state only. Cursor-based follow-up requests and comment collection are intentionally out of scope for this pack; they require a separate pagination contract and should not be silently represented as complete results.

2233admin/opencli-razormind/tree/main/backend/browser_act_packs/video-platforms/kuaishou-search commit eb1822d2b6

Frequently asked questions

npx skillmds@latest add 2233admin/kuaishou-search