
Tiktok Profile Scraper
Pay $1.00 for 1,000 results

Tiktok Profile Scraper
Pay $1.00 for 1,000 results
Scrape TikTok profiles & posts fast and affordably! Get usernames, followers, bios, videos, captions & more for just $1 per 1,000 results. Perfect for marketers, researchers & devs. Start scraping now! 🚀
Actor Metrics
1 Monthly user
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Mar 2025
Modified 13 hours ago
🚀 Overview
You can also scrape posts from it
TikTok Profile Scraper is a powerful, lightweight tool that extracts detailed profile information from TikTok accounts. Built as an Apify actor, this tool enables businesses, marketers, and researchers to gather valuable insights from TikTok profiles and posts with ease.
Whether you're conducting influencer research, competitor analysis, or content performance tracking, this scraper provides the comprehensive data you need to make informed decisions.
✨ Features
- Profile Data Extraction: Collect detailed information from TikTok user profiles including follower count, following count, bio information, and more
- Post Analytics: Extract engagement metrics from posts including likes, shares, comments and play counts
- Dual Functionality: Scrape both profiles and individual posts with a single tool
- Proxy Support: Built-in proxy configuration for reliable data collection
- Clean, Structured Output: All data is returned in a well-organized JSON format
📊 Data Output
Profile Output Structure
1{ 2 "userId": "user12345", 3 "uniqueId": "username", 4 "nickname": "User Display Name", 5 "title": "Profile Title", 6 "description": "Profile Description", 7 "avatarLarge": "https://example.com/avatar_large.jpg", 8 "avatarMedium": "https://example.com/avatar_medium.jpg", 9 "avatarThumb": "https://example.com/avatar_thumb.jpg", 10 "bioSignature": "User bio text", 11 "bioLink": "https://userwebsite.com", 12 "createdAt": "2020-01-01T00:00:00.000Z", 13 "verified": true, 14 "region": "US", 15 "privateAccount": false, 16 "followers": 100000, 17 "following": 1000, 18 "likes": 500000, 19 "videos": 120 20}
Post Output Structure
1{ 2 "videoId": "post12345", 3 "description": "Post caption text", 4 "createTime": "2022-01-01T00:00:00.000Z", 5 "videoUrl": "https://example.com/video.mp4", 6 "coverImage": "https://example.com/cover.jpg", 7 "bitrate": 1500000, 8 "quality": "hd", 9 "format": "mp4", 10 "authorId": "user12345", 11 "authorUsername": "username", 12 "authorNickname": "User Display Name", 13 "authorVerified": true, 14 "musicId": "music12345", 15 "musicTitle": "Music track title", 16 "musicUrl": "https://example.com/music.mp3", 17 "likes": 5000, 18 "shares": 1000, 19 "comments": 500, 20 "plays": 50000 21}
🔧 Usage
Input Parameters
The actor accepts the following input parameters:
1{ 2 "urls": [ 3 { "url": "https://www.tiktok.com/@username" }, 4 { "url": "https://www.tiktok.com/@username/video/1234567890123456789" } 5 ], 6 "proxy": { 7 "useApifyProxy": true, 8 "apifyProxyGroups": ["RESIDENTIAL"], 9 "apifyProxyCountry": "US" 10 }, 11 "test": false 12}
- urls: Array of TikTok profile or post URLs to scrape
- proxy: Configuration for proxy usage
- useApifyProxy: Whether to use Apify's proxy service
- apifyProxyGroups: Proxy groups to use (RESIDENTIAL recommended)
- apifyProxyCountry: Country to use for proxy servers
- test: Run in test mode (without proxies)
Running the Scraper
- Create an account on Apify if you don't have one
- Deploy this actor to your Apify account
- Configure the input parameters with your target TikTok URLs
- Run the actor and collect your data
💡 Use Cases
- Influencer Marketing: Identify potential influencer partners and analyze their audience engagement
- Competitor Analysis: Track competitor content strategy and performance metrics
- Content Research: Discover trending topics and popular content formats
- Performance Tracking: Monitor your own TikTok account's growth and engagement
- Market Research: Gather insights about audience preferences and behaviors
⚙️ Technical Details
This TikTok scraper is built as an Apify actor using Node.js. It utilizes advanced techniques to navigate TikTok's platform and extract valuable data while respecting the platform's limitations.
The actor automatically detects whether a URL points to a profile or a post and processes it accordingly, making it versatile for various scraping needs.
🔒 Limitations
- The scraper respects TikTok's robots.txt rules and rate limits
- Private accounts cannot be fully scraped
- Content availability depends on TikTok's regional restrictions
- Performance may vary based on TikTok's platform changes
📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
⭐ Support & Contributions
If you find this tool useful, please consider:
- Starring the repository on GitHub
- Contributing to its development
- Reporting any issues or suggestions