app.bsky.feed.searchPostsV2
#main
Find posts matching a search query or filters, returning search hits for matching post records.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | Optional pagination cursor. |
| limit | integer | - | ❌ | Maximum number of results to return. |
| query | string | - | ❌ | Search query string. A query or at least one filter is required. |
| sort | string | recent top | ❌ | Ranking order for results. 'recent' sorts by recency; 'top' uses search ranking. |
| authors | array of at-identifier | - | ❌ | - |
| mentions | array of at-identifier | - | ❌ | - |
| domains | array | - | ❌ | - |
| urls | array of uri | - | ❌ | - |
| embeddedAtUris | array of at-uri | - | ❌ | - |
| hashtags | array | - | ❌ | - |
| excludeAuthors | array of at-identifier | - |