Fast TikTok API (free-watermark videos) avatar
Fast TikTok API (free-watermark videos)

Pricing

$38.00/month + usage

Go to Store
Fast TikTok API (free-watermark videos)

Fast TikTok API (free-watermark videos)

Developed by

Novi

Novi

Maintained by Community

Fastest TikTok API for Trend, Hashtag, Search, Music, User, Comment. Real-time, authentic data. No pre-built databases. Provides no-watermark video download links.

5.0 (3)

Pricing

$38.00/month + usage

38

Total users

1.4K

Monthly users

123

Runs succeeded

98%

Issues response

0.52 hours

Last modified

9 days ago

IM

Not able to retrieve search results by higher view count

Closed

ImpactAnalytics opened this issue
a year ago

Hi, I was trying to retrieve results of searched keyword in in order of higher to lower view count. The JSON that I used was { "keyword": "Kitkat", "limit": 20, "proxyConfiguration": { "useApifyProxy": true }, "publishTime": "WEEK", "region": "US", "sortType": 0, "type": "SEARCH" } Can you please let me know if what I am I missing or is it even possible to get the videos based on search key sorted by higher view count?

Thanks

novi avatar

Novi (novi)

a year ago

Hello @ImpactAnalytics, currently, TikTok only provides a sorting base on like count. It's impossible to sort video by view count due to large number of videos while sorting by that order will consume a lot of resource in infrastructure. I think you can increase limit to a higher number such as 1000 and then you can sort them in number view count order by code. Best regard.