TikTok Profile Scraper (No Cookies) avatar
TikTok Profile Scraper (No Cookies)

Pricing

$20.00/month + usage

Go to Apify Store
TikTok Profile Scraper (No Cookies)

TikTok Profile Scraper (No Cookies)

Scrape TikTok user profiles with complete data including statistics, metadata, author information. This actor supports scraping multiple profiles in a single run and extracts comprehensive data.

Pricing

$20.00/month + usage

Rating

0.0

(0)

Developer

Deepanshu Sharma

Deepanshu Sharma

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

TikTok Profile & Video Scraper

Scrape TikTok user profiles with complete data including statistics, metadata, author information. This actor supports scraping multiple profiles in a single run and extracts comprehensive data.

Features

Multi-Profile Support - Scrape multiple TikTok profiles in one run
Complete Profile Data - Username, nickname, bio, followers, following, likes, video count
Robust Scraping - Multiple fallback methods ensure reliable data collection
Proxy Support - Built-in Apify proxy integration for reliable access
Real-time Progress - Track scraping progress with detailed logging

Input Configuration

{
"usernames": ["mrbeast", "charlidamelio", "khaby.lame"],
"maxVideos": 30,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Input Parameters

ParameterTypeRequiredDescription
usernamesarrayYesList of TikTok usernames to scrape (without @ symbol)
proxyConfigurationobjectNoProxy settings - HIGHLY RECOMMENDED to avoid blocks

Output Data

The actor outputs two types of data:

Profile Data

{
"type": "profile",
"username": "mrbeast",
"nickname": "MrBeast",
"avatar": "https://...",
"signature": "Follow for daily content!",
"verified": true,
"privateAccount": false,
"stats": {
"followerCount": 123200000,
"followingCount": 234,
"heartCount": 2500000000,
"videoCount": 429
},
"profileUrl": "https://www.tiktok.com/@mrbeast",
"scrapedAt": "2024-01-15T10:30:00.000Z"
}

Important Notes

Proxy Configuration

Using a proxy is HIGHLY RECOMMENDED to avoid being blocked by TikTok. The actor works best with Apify's residential proxies:

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Data Accuracy

  • All data is scraped in real-time from TikTok's public pages
  • Statistics are accurate at the time of scraping

How It Works

  1. Profile Loading - Navigates to each TikTok profile page
  2. Data Extraction - Extracts profile information from JSON and DOM
  3. Data Export - Pushes all data to the Apify dataset in real-time

Troubleshooting

Actor Fails to Connect

  • Ensure proxy is configured correctly
  • Try using Apify's residential proxy group
  • Check if TikTok is accessible in your region

Incomplete Data

  • Some fields may be empty if not available on TikTok
  • Private accounts have limited public data
  • Recently posted videos may have incomplete statistics

Support

For issues, questions, or feature requests:

  • Check the Apify documentation
  • Review the actor's run logs for error messages
  • Contact support through the Apify platform

Compliance

This actor scrapes only publicly available data from TikTok. Users are responsible for:

  • Complying with TikTok's Terms of Service
  • Respecting privacy and data protection laws
  • Using scraped data ethically and legally