Reddit Communities Search Scraper
2 hours trial then $19.99/month - No credit card required now
Reddit Communities Search Scraper
2 hours trial then $19.99/month - No credit card required now
Extract Reddit communities from search results with comprehensive metadata including member counts, descriptions, and icons. Perfect for community research, trend analysis, and discovering relevant subreddits.
Reddit Communities Search Scraper 🔍
Advanced Reddit scraper that extracts community information from search results with rich metadata and engagement metrics.
🌟 Features
- Search and extract subreddit data from Reddit search results
- Get comprehensive community metadata
- Advanced filtering options
- Safe search toggle
- Configurable maximum items limit
📊 Output Data Structure
Each scraped community includes:
- Subreddit ID and name
- Community URL
- Content flags (NSFW, quarantined)
- Community icon URL
- Member statistics (total members, online users)
- Community description
- Search result position
💡 Use Cases
- Community research
- Trend analysis
- Market research
- Audience targeting
- Content discovery
- Niche research
- Community mapping
- Social media strategy
🔧 Input Parameters
Parameter | Type | Description |
---|---|---|
query | String | Search keyword or phrase |
safeSearch | String | Enable/disable safe search ('0' for safe, '1' for unsafe) |
maxItems | Integer | Maximum number of items to scrape |
proxyConfiguration | Object | Optional proxy settings |
Input Example
A full explanation of an input example in JSON.
1{ 2 "query": "ai", 3 "safeSearch": "0", 4 "maxItems": 45 5}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "subreddit_id": "t5_6xtffe", 4 "name": "CharacterAI", 5 "url": "https://www.reddit.com/r/CharacterAI", 6 "nsfw": false, 7 "quarantined": false, 8 "position": 0, 9 "icon_url": "https://styles.redditmedia.com/t5_6xtffe/styles/communityIcon_hacl4m9rlfpa1.png", 10 "members": 1769764, 11 "online": 333, 12 "description": "Character.AI lets you create and talk to advanced AI - language tutors, text adventure games, life advice, brainstorming and much more." 13 }, 14 { 15 "subreddit_id": "t5_3j874", 16 "name": "aiArt", 17 "url": "https://www.reddit.com/r/aiArt", 18 "nsfw": false, 19 "quarantined": false, 20 "position": 1, 21 "icon_url": "https://styles.redditmedia.com/t5_3j874/styles/communityIcon_eu4kh15k5ald1.png", 22 "members": 381630, 23 "online": 119, 24 "description": "Welcome to r/aiArt ! A community focused on the generation and use of visual, digital art using AI assistants such as Wombo Dream, Starryai, NightCafe, Midjourney, Stable Diffusion, and more." 25 }, 26 ... 27]
- 1 monthly user
- 0 stars
- 100.0% runs succeeded
- Created in Nov 2024
- Modified 13 days ago