app.bsky.actor.getSuggestions
#main
Get a list of suggested actors. Expected use is discovery of accounts to follow during new account onboarding.
Parameters
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| limit | integer | - | ❌ | - |
| cursor | string | - | ❌ | - |
Output
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| cursor | string | - | ❌ | - |
| actors | array of app.bsky.actor.defs#profileView | - | ✅ | - |
| recId | integer | - | ❌ | Snowflake for this recommendation, use when submitting recommendation events. |