Hello Just a quick one form me today, I was looking into connecting my roblox game with TikTok, I need to be able to query user by name and get basic profile data like Bio and Followers and Likes. My first attempt was to simple web scrape the data however its a NextJS project and I was unsuccessful (Any ideas welcome) My next idea was to record network activity and look at the URL data requests went to however it contained a lot of data that I couldn’t replicate in my own requests, I then stubbled across https://www.npmjs.com/package/tiktok-scraper which works very nicely, but obviously only in JS and TS, I really don’t want a polling server in-between, I just want all to be handled in studio, any ideas welcome.
– Gerald12344