search_post
Filter posts by hashtag to retrieve targeted content, with pagination and option to include replies.
Instructions
ハッシュタグで絞り込んで投稿を検索できます。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hashtag | Yes | 検索するハッシュタグ。先頭の # は付けても付けなくてもよい(例: '#CrackTheCase' または 'CrackTheCase')。 | |
| limit | No | 一度に取得する投稿数。1-50件で指定でき、デフォルトは20件。 | |
| cursor | No | ページング用の取得開始位置。1始まりで、次ページを取得する場合はレスポンスの「次カーソル」を指定する。 | |
| include_replies | No | リプライ投稿を検索結果に含めるか。trueでリプライを含み、falseでルート投稿だけを検索する。デフォルトはtrue。 |