Tiktok Profile Scraper avatar
Tiktok Profile Scraper
Try for free

Pay $5.00 for 1,000 videos

View all Actors
Tiktok Profile Scraper

Tiktok Profile Scraper

clockworks/tiktok-profile-scraper
Try for free

Pay $5.00 for 1,000 videos

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.

User avatar

There's an error of "profile.replace is not a function" that was introduced recently

Closed

mattblode opened this issue
3 months ago

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

User avatar

Hi! I've looked at the input of your run and it seems like this field causes the error:

1"profiles": [
2    {
3      "url": "pedlar.official"
4    }
5  ],

It should rather look like:

1"profiles": [
2      "pedlar.official"
3  ],

I wonder how it came to be in this format for your run, did you use graphical editor, or filled in manually?

User avatar

mattblode

3 months ago

Thanks, you're 100% right. This was the fix. Thank you!

Developer
Maintained by Apify
Actor metrics
  • 244 monthly users
  • 99.7% runs succeeded
  • 4.2 days response time
  • Created in Mar 2023
  • Modified 3 days ago