Returns all videos from the system that match the specified criteria
sortBy and sortOrder. They control which videos rank first on each page—critical when you are not filtering by a single creator.
Use sortOrder=asc or sortOrder=desc. If omitted, the API defaults to sorting by views in descending order.
sortBy valuessortBy | Description |
|---|---|
views | View count (default field when sortBy is omitted) |
likes | Like count |
shares | Share count |
user_followers | Creator follower count at index time |
date_created | When the video was created; sorted using our indexed timestamp (newest or oldest first depending on sortOrder) |
API key for TopYappers API authentication
Filter videos by specific user handle
Minimum number of followers the video creator must have
Maximum number of followers the video creator can have
Minimum number of views the video must have
Maximum number of views the video can have
Minimum number of likes the video must have
Maximum number of likes the video can have
Minimum number of comments the video must have
Maximum number of comments the video can have
Minimum number of shares the video must have
Maximum number of shares the video can have
Filter by hashtags (comma-separated for multiple)
Search for keywords in video description or caption
Sort direction: asc or desc. Default: desc (e.g. highest views first when sortBy=views).
asc, desc Field to sort by. Default: views. Use date_created for newest/oldest video order.
user_followers, views, shares, likes, date_created Page number for pagination
x >= 1Number of results per page
1 <= x <= 100