Node Inputs

  • query: Enter a query to search on Reddit for posts to scrape. For example, ‘Cat pictures’.
  • subreddit (optional): Enter the subreddit to scrape posts from. If no subreddit is specified, the default is ‘all’.
  • post limit (optional): Enter the maximum number of posts to return. If not specified, the default is 10.
  • time period (optional): Control the recency of the posts returned by the search. Options are ‘hour’, ‘day’, ‘week’, ‘month’, ‘year’, or ‘all’. If not specified, the default is ‘all’.

Node Output

  • post titles: A list of Reddit post titles related to the query searched.
  • post urls: A list of Reddit post URLs related to the query searched.

Node Functionality

The Reddit Scraper node is used for collecting information from Reddit, specifically post titles and URLs based on a search query. Users can specify the query, the subreddit to search in, the maximum number of posts they wish to receive, and the time frame of the posts.

When To Use

Use the Reddit Scraper node when you need to aggregate content from Reddit that is relevant to specific search criteria. This might be helpful for market research, tracking brand mentions, staying updated with trends in a particular field, or simply collecting information on a topic of interest. Its flexibility in terms of search parameters makes it a versatile tool for different types of data consumption needs.