Tik-Tok-Feed

免费增值
通过 Văn Anh | 已更新 23 दिन पहले | Social
人气

9.7 / 10

延迟

5,133ms

服务等级

100%

Health Check

100%

返回所有讨论

The user-feed API is not able to return next page data

Rapid account: Allen 223
allen223
एक वर्ष पहले

The maxCursor in the response doesn’t seem to allow us to fetch the next page, calling the next request with maxCursor simply returns exactly the same data over and over again, which makes the API unusable to retrive all the video feeds.

For example

{
  "method": "GET",
  "url": "https://tik-tok-feed.p.rapidapi.com/",
  "params": {
    "type": "user-feed",
    "max": "1666966178000",
    "search": "theductmanz"
  },
  "headers": {
    "x-rapidapi-host": "tik-tok-feed.p.rapidapi.com",
    "x-rapidapi-key": ""
  }
}

returns

{
  "status": "0",
  "detail": "theductmanz",
  "items": [],
  "hasMore": true,
  "maxCursor": "1666966178000"
}

Notice the maxCursor is exactly the same yet hasMore suggest there are more items to be fetched

Rapid account: Allen 223
allen223 Commented एक वर्ष पहले

Is this fixed yet? We are already at max quota due to this bug

Rapid account: Ad KT 36
AdKT36 Commented एक वर्ष पहले

I will check and fix!

加入讨论 - 在下面添加评论:

登录/注册以发布新的评论