search_dataset
Semantic or keyword search across your Dataset (vector + full-text over your indexed corpus). NOT a live Reddit call — free, rate-limited only. Supports the full record filter: subreddits, platforms, any (brand-variant OR-group), include/exclude, intent, score/comments, date range, tags, watcherId. Records whose keyword match was AI-judged coincidental are hidden by default (pass includeSuppressed:true to see them; each record carries a verification field). Long record bodies are trimmed to keep results scannable — use get_record for a match’s full body. (requires a free Prowlo account — call it to get a signup link)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO date upper bound (created on platform) | |
| any | No | Match if title/body contains ANY of these terms (brand monitoring → your brand + variants) | |
| from | No | ISO date lower bound (created on platform) | |
| mode | No | Search mode: "semantic" (vector) or "keyword" (full-text) (default semantic) | semantic |
| tags | No | Restrict to records carrying any of these rule tags | |
| tier | No | Semantic only: "deep" reranks (slower, sharper) | |
| limit | No | Max results to return, 1-40 (default 25); page with cursor for more | |
| query | Yes | The search query | |
| cursor | No | Pagination cursor from a previous response | |
| intent | No | (COMING SOON — not yet available) Filter by author intent: BUYING, SELLING, or DISCUSSING. Posts are not intent-classified yet, so this filter currently returns no matches. | |
| exclude | No | None of these may appear in title/body | |
| include | No | Stricter: EVERY term must appear in title/body | |
| minScore | No | Minimum post score (platform upvotes/points) | |
| platforms | No | e.g. ["reddit","hackernews"] | |
| watcherId | No | Restrict to records from one of your Watchers (by id) | |
| subreddits | No | Restrict to these subreddits/channels (no r/ prefix) | |
| minComments | No | Minimum number of comments | |
| includeSuppressed | No | Include records whose keyword match was judged "coincidental" by AI mention verification (the term appeared but the post is not about it). Default false — such records are hidden. Every returned record carries a `verification` field (confirmed | coincidental | pending | clear) either way. |