GitHunt
HA

TikTok User Info Scraper allows you to fetch detailed information about TikTok users by their username or user ID, without requiring logins or API keys. It extracts various user data such as follower counts, video counts, likes, and more.

Clawk

This bash script allows you to fetch detailed information about TikTok users by their username, without requiring logins or API keys. It extracts various user data such as follower counts, video counts, likes, and more.

preview

Features

  • Fetch user information by TikTok username.
  • Works without logins and without using APIs.
  • Extracts:
    • User ID
    • Unique ID
    • Nickname
    • Follower count
    • Following count
    • Likes count
    • Video count
    • Biography (signature)
    • Verified status
    • SecUid
    • Comment settings
    • Private account status
    • Region (Try web version: Eyas)
    • Heart count
    • Digg count
    • Friend count
    • Account created
    • Last username change
    • Last nickname change
    • TikTok profile URL

Install

To use the Clawk script, follow these steps:

  1. Clone the repository:

    git clone https://github.com/haithamaouati/Clawk.git
    
  2. Change to the Clawk directory:

    cd Clawk
    
  3. Change the file modes

    chmod +x clawk.sh
    
  4. Run the script:

    ./clawk.sh
    

Usage

Usage: ./clawk.sh <@username> or [username]

Dependencies

The script requires the following dependencies:

  • curl: pkg install curl - y
  • jq: pkg install jq -y

Important

Make sure to install these dependencies before running the script.

Note

Ensure that the TikTok user account is public to access their information.

Tip

The scraping technique relies on the current structure of the TikTok website, which may change.

Environment

Disclaimer

Caution

This Tool is only for educational purposes

Warning

We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!

Star History

Star History Chart

Find this repository useful? ♥️

Support it by joining the stargazers. ⭐

If you want to help even more, please spread the word — share the project on X, Reddit, or with your community so more people discover it.

And follow me to keep up with future updates and projects. 🤩

License

Clawk is licensed under WTFPL license.

Languages

Shell100.0%

Contributors

Do What The F*ck You Want To Public License
Created April 20, 2025
Updated March 10, 2026
haithamaouati/Clawk | GitHunt