Agent skill · Data & Analytics

tiktok-hashtag-videos

TikTok hashtag video scraper: input a hashtag name → output paginated video list with full metadata (author profile, engagement stats, music, video meta, hashtag list). Use when user mentions TikTok hashtag scraping, TikTok tag videos, scrape TikTok by hashtag, extract TikTok hashtag data, TikTok challenge videos, get videos from a TikTok tag, bulk collect TikTok hashtag posts, TikTok video collection by tag, TikTok topic videos, collect TikTok tag data, batch fetch TikTok videos by hashtag, tiktok tag scraper, tiktok challenge scraper. Also applies to competitive research on TikTok trending t

browser-actgithub.com/browser-actGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add browser-act/skills --skill tiktok-hashtag-videos --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: yes
Path: solutions/video-platforms/tiktok-hashtag-videos/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,160
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# TikTok — Hashtag Videos > hashtag name → challenge info + paginated video list with author, engagement, music, and video metadata ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Extract the video list for a given TikTok hashtag using the `/api/challenge/item_list/` endpoint triggered by page navigation. ## Prerequisites - Browser is open and can access `https://www.tiktok.com` - No login required for public hashtag data - Browser must use a non-HK proxy (TikTok has shut down in Hong Kong) ## Pre-execution Checks ### 1. Tool Readiness If browser-act has been confirmed available in the current session → skip this step. Invoke `browser-act` via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry. ## Capability Components > This Skill's operational boundary = what the user can manually do in their browser. It only reads data already displayed to the user on the page, never bypassing authentication or access controls. JS code is encapsulated in Python files under the `scripts/` directory, invoked via `eval "$(python scripts/xxx.py {params})"`. `$(..

What's inside
Steps it walks through
  1. Language
  2. Objective
  3. Prerequisites
  4. Pre-execution Checks
  5. 1. Tool Readiness
  6. Capability Components
  7. API: Get challenge ID from hashtag name
  8. Network Capture: Hashtag video list (parameters injected via URL navigation)
  9. Network Capture: Hashtag video list pagination (page 2+)
  10. Composite: Full hashtag extraction (challenge ID + paginated video list)
  11. Pagination
  12. Success Criteria
  13. Known Limitations
  14. Execution Efficiency
Ships with 1 file
  • scripts/get-challenge-id.py
More from skills
All skills →
About this skill
What does the tiktok-hashtag-videos skill do?

TikTok hashtag video scraper: input a hashtag name → output paginated video list with full metadata (author profile, engagement stats, music, video meta, hashtag list). Use when user mentions TikTok hashtag scraping, TikTok tag videos, scrape TikTok by hashtag, extract TikTok hashtag data, TikTok challenge videos, get videos from a TikTok tag, bulk collect TikTok hashtag posts, TikTok video collection by tag, TikTok topic videos, collect TikTok tag data, batch fetch TikTok videos by hashtag, tiktok tag scraper, tiktok challenge scraper. Also applies to competitive research on TikTok trending t

How do I install it?

Run `npx skills add browser-act/skills --skill tiktok-hashtag-videos --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going