Skip to content

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.

License

Notifications You must be signed in to change notification settings

haithamaouati/Clawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    • 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!

License

Clawk is licensed under WTFPL license.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages