Reddit Search Posts
Pricing
$10.00/month + usage
Reddit Search Posts
This tool searches for posts on Reddit using specific keywords. It retrieves detailed information such as the community name, post title, votes, comments, and more. The results are returned in a structured JSON format, making it easy to analyze and integrate into other applications.
Pricing
$10.00/month + usage
Rating
0.0
(0)
Developer

shareze
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
This tool is designed to search for posts on Reddit based on specific keywords. It retrieves detailed information about the posts, including the community, title, votes, comments, and more.
How to Use
1. Input Configuration
The tool requires an input JSON object to define the search parameters. The structure of the input is as follows:
{"keywords": "nike","size": 10}
keywords: (Required) The search keywords, e.g.,nike,nike shoes.size: (Required) The number of posts to retrieve. Default is 10. Minimum is 1.
2. Output Data
The tool returns an array of objects containing information about the posts. The structure of each object is as follows:
{"community_icon": "https://example.com/icon.png","community_name": "ExampleCommunity","community_url": "https://www.reddit.com/r/ExampleCommunity","community_members": 100000,"community_online_members": 500,"search_warnings": "Some warnings","post_title": "Example Post Title","post_votes": 1000,"post_comments": 50,"post_description": "This is an example post description.","post_url": "https://www.reddit.com/r/ExampleCommunity/comments/12345/example_post","search_post_thumbnail": "https://example.com/thumbnail.png"}
community_icon: The URL of the community's icon.community_name: The name of the Reddit community.community_url: The URL of the Reddit community.community_members: The total number of members in the community.community_online_members: The number of online members in the community.search_warnings: Any warnings related to the search.post_title: The title of the post.post_votes: The number of votes the post received.post_comments: The number of comments on the post.post_description: A brief description of the post.post_url: The URL of the post.search_post_thumbnail: The URL of the post's thumbnail image.
3. Running the Tool
- Deploy the tool on the Apify platform.
- Provide the input JSON in the tool's input configuration.
- Run the tool to search for posts on Reddit.
- Retrieve the output dataset containing the post details.
Notes
- Ensure that the input
keywordsare valid and correspond to existing Reddit content. - The tool uses Reddit's public interface and may be subject to rate limits or restrictions.
- The
sizeparameter determines the maximum number of posts to retrieve.