threads_search_posts
Search public Threads posts by keyword or hashtag. Filter results by media type, date range, author, and sort by relevance or recency.
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 | |
| after | No | Pagination cursor | |
| limit | No | Number of results (max 100, default 25) | |
| since | No | Start date (Unix timestamp) | |
| until | No | End date (Unix timestamp) | |
| media_type | No | Filter results by media type | |
| search_mode | No | Search by KEYWORD (default) or TAG | |
| search_type | No | Result ordering: TOP (default) or RECENT | |
| author_username | No | Filter results to posts by exact username (server-side filter via Threads /keyword_search; per Threads API the username must be an exact match without '@'; leading '@' characters and surrounding whitespace are auto-stripped if provided) |