social_search
Live full-text search of a source. platform="reddit": params query, subreddit? (restrict), sort? (relevance/hot/new/top/comments), time?, limit≤20. platform="hackernews": params query, sort? (relevance/new), tags? (story/ask_hn/show_hn), minPoints?, author?, since? (unix), limit≤20. 1 credit · read-only. Reddit results come via RSS (score/comments may be 0). Long bodies are truncated; fetch a single post for the full text. (requires a free Prowlo account — call it to get a signup link)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | reddit: relevance|hot|new|top|comments; hackernews: relevance|new | |
| tags | No | (hackernews) story|ask_hn|show_hn | |
| time | No | (reddit) hour|day|week|month|year|all | |
| limit | No | Max results, 1-20 (default 20) | |
| query | Yes | Search query | |
| since | No | (hackernews) only items after this unix ts | |
| author | No | (hackernews) author username | |
| platform | Yes | Which source to read live: "reddit" or "hackernews". | |
| minPoints | No | (hackernews) minimum points | |
| subreddit | No | (reddit) restrict to this subreddit |