get_posts
Retrieve scraped Reddit posts from your local database using optional filters for subreddit, user, score, type, or search text.
Instructions
Retrieve scraped posts from local database with optional filters. Use this to access previously scraped data.
Input 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 |