-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about using TikTok Research API #2
Comments
I've developed code similar to this repository for use with the TikTok Research API and have encountered issues akin to those mentioned by @scn0901, particularly with point 3. Despite being able to view all followers on the TikTok platform, the API only returns data for followers with public accounts. Additionally, I am unable to retrieve more than approximately 4,000 to 5,000 followers for accounts that have millions of followers. I have attempted to contact the TikTok developer team for clarification but have not yet received a response. Any assistance or further information on this matter would be greatly appreciated. |
Hi there! Sorry for taking so much time to respond.
It's hard to help you without code snippets, but my guess is that this might be due to an error in your code, or perhaps because the person you are trying to collect data from is outside the US or EU?
This might be one reason for the issue, but I agree with you that there might also be different problems on the API side.
Sorry if this was not that helpful, but I could try to help you if you send me your code regarding 1.. |
That's okay, your answer was very detailed and helpful! Especially 3 "Only 5000 followers", which helped me determine that the problem was not due to my code. Regarding my problem 1, this is the main function I wrote. The global variables mentioned in this function have been initialized before use. If you need any more details, please let me know and I'll be happy to provide them.
Regarding my problem 2, I would like to ask if you have used API to collect user reposted videos (although ResearchTikPy doesn't have this feature now)? If so, have you found that when you use the API to query user reposted videos, no data is returned for many users (I have observed that this situation accounts for more than 80% of my total users)? And do you know the reason for this situation (for example: users have not actually reposted, users set it to private, API restriction, etc.)? What I know is: When I checked the homepages of some users for who the API didn't return reposted videos, I found that the homepages (in mobile APP) of most users did not even have a "repost" tab, while a small number of users had a "repost" tab but no reposted videos in it. "repost" seems to be a new feature of TikTok, and some users on TikTok have complained inconsistency in their use (such as the comments of https://www.tiktok.com/@metricoolapp/video/7197228299922263302), but I cannot find anything related to "repost" in TikTok help center. Thank you for your help! |
I encountered some weird things when using the TikTok Research API (note: I wrote the python code myself, not using your repo). I would like to ask if you have also encountered these problems to make sure that these problems are not due to possible bugs of my code.
Looking forward to your answer, thank you!
The text was updated successfully, but these errors were encountered: