Get Trending Posts
get-trending-postsRetrieve trending posts from any Mastodon-compatible fediverse instance. Specify the domain and optional limit to get current trends.
Instructions
Get currently trending posts on a fediverse instance (Mastodon-compatible instances that expose a trends API).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Instance domain (e.g., mastodon.social) | |
| limit | No | Number of posts to fetch (default: 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes | ||
| nextCursor | No | Opaque cursor for the next page, if more results | |
| hasMore | No | ||
| source | No | Account/actor/instance the posts came from |