TikTok Hashtag API avatar
TikTok Hashtag API

Pricing

$30.00/month + usage

Go to Store
TikTok Hashtag API

TikTok Hashtag API

Developed by

Novi

Novi

Maintained by Community

Dominate TikTok with our Hashtag API! Get instant access to trending video data, watermark-free downloads, and optimize your content for maximum impact.

5.0 (1)

Pricing

$30.00/month + usage

4

Total users

157

Monthly users

13

Runs succeeded

80%

Issue response

0.31 hours

Last modified

a month ago

LU

Error in api

Closed

luis.shadow.esp opened this issue
2 months ago

Error in api

novi avatar

Novi (novi)

2 months ago

Hello,

As we see, you input was:

{
"proxyConfiguration": {
"useApifyProxy": true
},
"limit": 20
}

This will cause an error because you didn't provide name or url.

novi avatar

Novi (novi)

2 months ago

For example, you can input like this in the input page. Then the corresponded JSON input will be

{
"limit": 20,
"name": "viral",
"proxyConfiguration": {
"useApifyProxy": false
}
}