Get Farcaster User Followers
Get the list of followers for a Farcaster user by FID. Returns follower profiles with engagement metrics and power badge status. Supports pagination. Ideal for: airdrop targeting, community analysis, follower reward programs, social graph exploration.
カタログ アクション ソーシャル
FID を指定して Farcaster ユーザーのフォロワー一覧を取得します。エンゲージメント メトリクスとパワーバッジのステータスを含むフォロワープロファイルを返します。ページネーションをサポートします。理想的な用途:エアドロップのターゲティング、コミュニティ分析、フォロワー報酬プログラム、ソーシャルグラフの探索。
概要
| フィールド | 値 |
|---|---|
| アクション ID | get-farcaster-user-followers |
| カテゴリ | Social |
| コネクタ | 不要 |
| ガス必要 | いいえ |
| 資金移動 | 宣言なし |
| タグ | social, farcaster, neynar, followers, read |
ペイロード スキーマ
| フィールド | タイプ | 必須 | 説明 |
|---|---|---|---|
fid | number | はい | フォロワーを取得する Farcaster ユーザー ID (FID) |
limit | number | いいえ | 返すフォロワーの最大数 (default: 25, max: 100) |
cursor | string | いいえ | ページネーション用のカーソル (from nextCursor in previous response) |
結果 スキーマ
| フィールド | タイプ | 必須 | 説明 |
|---|---|---|---|
followers | array | はい | フォロワーの配列 |
nextCursor | string | null | いいえ | 次のページの結果のためのカーソル |
例
json{ "type": "get-farcaster-user-followers", "payload": { "fid": 1 }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/get-farcaster-user-followers/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "fid": 1 }}'
ペイロードのフィールドでは、値がトリガー、前のノード、または再利用可能なワークフロープロパティから取得される場合、{{$trigger.body.amount}}、{{$nodes.fetch.result.price}}、および {{$props.asset}} のようなワークフロー式を使用できます。
