Search Reddit
search_redditRead-only
Search Reddit for top-ranked posts by keyword to extract customer pain points, objections, and language for ad hooks and copy. Returns compact JSON with title, text, subreddit, upvotes, comments, and link.
Instructions
Reddit keyword search (/v1/reddit/search, top-ranked) — a goldmine for the customer's OWN words (pain points, objections, language) to mine into ad hooks and copy. Returns compact JSON {desc (title+selftext), subreddit, upvotes, comments, link} per post. Spends ScrapeCreators credits (~1).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max posts returned (1–25, default 8) | |
| query | Yes | what to search Reddit for |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | No | total posts found | |
| posts | No | the compact post objects ({desc, subreddit, upvotes, comments, link}) |