threads_search_posts
Search public Threads posts by keyword or topic tag. Filter results by date, media type, author, and ordering to find relevant content.
Instructions
Search for public Threads posts by keyword or topic tag. Requires threads_keyword_search permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search keyword or query | |
| search_type | No | Result ordering: TOP (default) or RECENT | |
| search_mode | No | Search by KEYWORD (default) or TAG | |
| media_type | No | Filter results by media type | |
| author_username | No | Filter results by author username | |
| since | No | Start date (Unix timestamp) | |
| until | No | End date (Unix timestamp) | |
| limit | No | Number of results (max 100, default 25) | |
| after | No | Pagination cursor |