TikTok Profile Scraper avatar
TikTok Profile Scraper
Try for free

30 days trial then $1.00/month - No credit card required now

View all Actors
TikTok Profile Scraper

TikTok Profile Scraper

abe/tiktok-profile-scraper
Try for free

30 days trial then $1.00/month - No credit card required now

Scrapes basic profile information from a TikTok page for a given username(s). Info includes name, tagline, bio, image URL, link and counts for followers, following & likes. Since we are not fetching videos this works successfully on both public & private profiles.

Usernames

usernamesarrayRequired

TikTok usernames (pure username, don't include the URL or @ symbol).

Tiktok page source

tiktokSourceEnumOptional

**Fetches the embed page, this has the most likely chance of a successful scrap but will not work on private profiles **Fetches the standard user page, getting slight more info (website & user tagline) but more likely to be blocked

Value options:

"embed": string"user": string

Default value of this property is "user"

Crawler type

crawlerTypeEnumOptional

Select the crawling engine:

  • Raw HTTP client (default) - High-performance crawling mode that uses raw HTTP requests to fetch the pages. It is faster and cheaper, but it might not work on all websites.
  • Headless web browser - Useful for modern websites with anti-scraping protections and JavaScript rendering. It recognizes common blocking patterns like CAPTCHAs and automatically retries blocked requests through new sessions. However, running web browsers is more expensive as it requires more computing resources and is slower. It is recommended to use at least 8 GB of RAM.

Value options:

"cheerio": string"playwright": string

Default value of this property is "cheerio"

Developer
Maintained by Community
Actor metrics
  • 70 monthly users
  • 99.4% runs succeeded
  • 0.6 days response time
  • Created in Apr 2023
  • Modified 1 day ago