Video and streaming3 runnable operations
Kwai reference
Profiles, creator posts, and post details from public Kwai pages.
Each operation below runs through the tool endpoint shown, and is available through REST, MCP, and the Better Fetch workspace.
Profile
AvailableProfile from public Kwai surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/kwai_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"profile","username":"gilliardimachado"}}'Tool: kwai_scraper
User posts
AvailableUser posts from public Kwai surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/kwai_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"user_posts","username":"gilliardimachado","max_results":10}}'Tool: kwai_scraper
Post details
AvailablePost details from public Kwai surfaces, returned as structured data for agents, research, and monitoring workflows.
curl -sS -X POST "https://betterfetch.co/api/tools/kwai_scraper/run" \
-H "Authorization: Bearer bf_your_key_here" \
-H "Content-Type: application/json" \
-d '{"input":{"mode":"post","post_url":"https://www.kwai.com/@gilliardimachado/video/5240369753202289203"}}'Tool: kwai_scraper