
TikTok Profile Scraper
Pricing
from $2.50 / 1,000 results

TikTok Profile Scraper
Extract data from TikTok profiles and videos they post. Get TikTok profile data, URLs, numbers of shares, followers, comments, hearts, video and music metadata. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.
4.7 (9)
Pricing
from $2.50 / 1,000 results
495
Total users
9.2K
Monthly users
1.3K
Runs succeeded
95%
Issues response
1.3 days
Last modified
7 hours ago
There's an error of "profile.replace is not a function" that was introduced recently
Closed
2024-02-09T02:13:11.704Z ACTOR: Pulling Docker image of build 9GxB4Xn0HJhE3HGtC from repository. 2024-02-09T02:13:21.004Z ACTOR: Creating Docker container. 2024-02-09T02:13:21.184Z ACTOR: Starting Docker container. 2024-02-09T02:13:21.970Z Starting X virtual framebuffer using: Xvfb :99 -ac -screen 0 1920x1080x24+32 -nolisten tcp 2024-02-09T02:13:21.972Z Executing main command 2024-02-09T02:13:23.679Z INFO System info {"apifyVersion":"3.1.14","apifyClientVersion":"2.8.4","crawleeVersion":"3.7.0","osType":"Linux","nodeVersion":"v18.19.0"} 2024-02-09T02:13:24.009Z ERROR [Status message]: profile.replace is not a function

Sviatozar Petrenko (svpetrenko)
Hi! I've looked at the input of your run and it seems like this field causes the error:
"profiles": [{"url": "pedlar.official"}],
It should rather look like:
"profiles": ["pedlar.official"],
I wonder how it came to be in this format for your run, did you use graphical editor, or filled in manually?
mattblode
Thanks, you're 100% right. This was the fix. Thank you!