Kwai
The Impulsiona Aí API provides a robust solution for accessing public data from the Kwai platform. With well-organized endpoints across users, posts, comments, searches, topics, hashtags, and music, the API enables: Fetching profiles and posts from specific users; Retrieving followers and following lists; Searching for posts, users, hashtags, music, and suggestions efficiently; Tracking trending…
Kwai endpoints
| Method | Endpoint | Description |
|---|---|---|
| Users | ||
| GET |
getFollowers /getFollowers |
|
| GET |
getProfileByUserId /getProfileByUserId |
|
| GET |
getFollowing /getFollowing |
|
| Posts | ||
| GET |
getPostsByUserId /getPostsByUserId |
|
| Comments | ||
| GET |
getComments /getComments |
|
| Searchs | ||
| GET |
searchUsers /searchUsers |
|
| GET |
searchMusics /searchMusics |
|
| GET |
searchPosts /searchPosts |
|
| GET |
searchMix /searchMix |
|
| GET |
searchTags /searchTags |
|
| GET |
searchSuggests /searchSuggests |
|
| Topics | ||
| GET |
getTopics /getTopics |
|
| GET |
getPostsByTopic /getPostsByTopic |
|
| Hashtags | ||
| GET |
getHashtags /getHashtags |
|
| GET |
getPostsByHashtag /getPostsByHashtag |
|
| Musics | ||
| GET |
getMusics /getMusics |
|
| GET |
getPostsByMusic /getPostsByMusic |
|
Kwai pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $50 / month | 5 / second |
|
| ULTRA | $100 / month | 10 / second |
|
| MEGA | $500 / month | 50 / second |
|