search_posts
Search social posts by keyword and filters such as platform, brand, sentiment, or date range. Get results with text snippets.
Instructions
Search posts by keyword and/or filters. Returns posts with text snippets.
Searches across text column and all searchable columns (ILIKE, case-insensitive). Either text_query or filters (or both) must be provided.
Args: query_id: Dataset ID from list_data_queries text_query: Keyword or phrase to search (e.g. "배송 지연") filters: Dict with optional keys: platform, brand, sentiment, category, date_from (ISO date string), date_to (ISO date string) limit: Max results, up to 100
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | ||
| text_query | No | ||
| filters | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |