Search posts
search_postsSearch public Bluesky posts using keywords and filters. Combine operators like from:handle, mentions:handle, domain:, since:, until:, lang:, and quoted phrases to find relevant posts.
Instructions
Full-text search across public posts. Supports Bluesky's search operators: from:handle, to:handle, mentions:handle, domain:example.com, since:YYYY-MM-DD, until:YYYY-MM-DD, lang:en, and "quoted phrases". Requires a connected account. Bluesky's public API refuses this endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | The query. Operators like from:alice.bsky.social work inside it. | |
| lang | No | Two-letter language code. | |
| sort | No | 'top' for most engaged, 'latest' for newest. Default 'latest'. | |
| limit | No | How many. Pages automatically. Default 25. | |
| since | No | Only posts after this date, YYYY-MM-DD or an ISO timestamp. | |
| until | No | Only posts before this date. | |
| cursor | No | ||
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. |