Skip to content
Directory/Categories/TikTokSpider
TI

TikTokSpider

UndecidedCommunity-sourced

TikTokSpider is a web scraping tool designed to extract data from TikTok, including user profiles, videos, comments, and more. Developed in PHP, it offers functionalities such as retrieving user information, collecting all videos posted by a user, fetching comments on videos, and downloading videos. The tool requires TikTok cookies for certain features, like downloading videos. For example, to download a video, you would need to provide the necessary cookies to authenticate the request. ( github.com ) For Python developers, there are alternative tools available, such as tiktok_simple_scraper , which allows users to scrape TikTok posts and comments without being banned. This tool requires obtaining a ms_token and the unique identifier ( id or secuid ) of the account you want to scrape. It can scrape all posts of a TikTok account and all comments of a post. ( medium.com ) Additionally, the tiktok package in Python enables users to scrape TikTok channels and content. It provides functionalities to fetch channel data, including follower count, likes, video count, and more. The package also allows scraping of video and photo posts from individual channels. ( scrapeops.io ) When using these tools, it's important to be aware of TikTok's terms of service and ensure compliance with legal and ethical guidelines.

Undecided
Assessment
Uncategorized
Category
Bot
Kind
1
Data sources

Identification

Bot name
TikTokSpider
Category
Uncategorized
Verification
Community-sourced
User-agent string
Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; [email protected])

IP ranges

Requests from TikTokSpider originate from these published ranges. For strict verification, match the source IP against this list in addition to checking the user-agent and reverse-DNS.

Showing 24 of 242 ranges

Block or allow TikTokSpider

Block it

Add a Disallow rule for Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; [email protected]) in your robots.txt file. You can also block at the server level using your web server configuration or CDN firewall rules to filter requests matching the user-agent string.

# Block TikTokSpider from crawling your entire site
User-agent: Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; [email protected])
Disallow: /

# Allow TikTokSpider full access
User-agent: Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; [email protected])
Allow: /
Allow & verify

Ensure your robots.txt allows Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; TikTokSpider; [email protected]). Verify requests by checking the user-agent string.

Traffic & trends

Cloudflare Radar traffic

No Cloudflare traffic data available.

Google Trends interest

Loading trend data…

Data sources

This profile is compiled from the following sources.

CrawlersDatabase
Last updated September 8, 2026

Something wrong with this entry? Suggest a correction