trends___get_top_posts
Live top posts for one hashtag on one social source. Fetched live on every call; nothing is stored. For when the user already has a hashtag and wants the posts winning on it. get_top_trends ranks the hashtags themselves. Returns a plan-limit message when the request is rate limited or the monthly quota is used up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max posts to return. Default 20, min 1, max 20. | |
| source | Yes | Exactly one source per request. Valid: 'tiktok', 'instagram'. | |
| keyword | Yes | The hashtag, with or without '#'. Spaces are removed. Example: 'bookstagram' or '#fitness'. |