vynly_search
Search users by @handle, tags by #topic, and posts by caption text. Use empty query to discover trending tags and featured users.
Instructions
Search Vynly across users (@handles), tags (#topics), and posts (full-text over captions). Use this to: (a) find an existing user before mentioning them, (b) discover what tags are active around a topic, (c) check if a hashtag has prior posts before using it, or (d) explore trending content with an empty query.
No authentication required. Returns three arrays: users (handle + verified + bio match), tags (name + post count), posts (id + caption + author + imageUrl). When q is empty or omitted, returns the current trending tags + featured users instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query. Plain text searches user bios, post captions, and tag names. Prefix with @ to restrict to user handles (e.g. '@oceanman'). Prefix with # to restrict to tag names (e.g. '#midjourney'). Omit or pass empty string to get trending topics instead of search results. |