get_posts
Retrieve filtered Reddit posts from a local database by specifying subreddit, user, content type, or search terms to access previously scraped data.
Instructions
Retrieve scraped posts from local database with optional filters. Use this to access previously scraped data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Subreddit or username to get posts from | |
| is_user | No | Whether target is a username (default: false) | |
| limit | No | Maximum number of posts to return (default: 50) | |
| min_score | No | Minimum post score/upvotes filter | |
| post_type | No | Filter by post type: text, image, video, gallery, link | |
| search_query | No | Search for posts containing this text in title or body |