TikTok Search Query

🌐 Browser Automation javascript browser_script v1 📊 Used 2 times 🌐 tiktok.com

Melakukan pencarian di TikTok menggunakan navigasi URL langsung untuk stabilitas maksimal.

Runtime Environment

  • Runtime: browser_script
  • Platform: tiktok.com
  • Last Verified: 2026-04

Pre-Conditions

  • Browser tab must be open

⚡ Executable Code

async function search(tabId, query) {
  const url = `https://www.tiktok.com/search?q=${encodeURIComponent(query)}`;
  await navigate_browser(tabId, url);
}

Expected Result

  • Navigated to search results page

Success Indicators

  • window.location.href.includes('/search')

Statistics

2Times Used
0%Success Rate
v1Version
INDEXED KEYWORDS:
tiktok search navigation