You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I'm looking for an API that can retrieve me trending videos for a given topic. It appears not even TikTok offers this functionality via their API, so I'm left to scrape. Ideally, I want the same output as this endpoint: https://www.tiktok.com/api/search/general/full/
Also, it's unclear to me if this library is abandoned. Requests to other methods, like api.video, worked as intended.
The text was updated successfully, but these errors were encountered:
Describe the bug
Make a request to get "fyp" challenges. Get 0 videos back.
To Reproduce
Expected behavior
I expect a response with videos, since the "fyp" challenge or hashtag most definitely has videos: https://www.tiktok.com/tag/fyp
Actual response:
Version Information
System Information
Apple M2 Max
Sonoma 14.5
Region Information
I am in the US.
Additional context
I'm looking for an API that can retrieve me trending videos for a given topic. It appears not even TikTok offers this functionality via their API, so I'm left to scrape. Ideally, I want the same output as this endpoint:
https://www.tiktok.com/api/search/general/full/
Also, it's unclear to me if this library is abandoned. Requests to other methods, like
api.video
, worked as intended.The text was updated successfully, but these errors were encountered: