Reel Farm
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Parsedom
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Reel.farm Scraper - Apify Actor
Scrapes profiles, slideshows, prompts, and images from reel.farm with immediate data output.
Features
- Immediate Output: Data becomes available as soon as scraping starts
- Gradual Data Flow: CSV files update every 10 records
- Apify Residential Proxy: Uses rotating residential IPs
- Parallel Processing: Downloads images in parallel
- Batch Processing: Processes profiles in manageable batches
- Progress Tracking: Real-time progress reports
- Fault Tolerant: Data is saved incrementally
Input Configuration
Required:
- session_token: Your reel.farm session token (from browser cookies)
Optional:
- test_mode: Process only first 5 profiles (default: false)
- max_workers: Parallel workers for image downloads (default: 10)
- batch_size: Profiles per batch (default: 5)
- max_slideshows_per_profile: Limit slideshows per profile (default: 10)
Output Files
Data becomes available immediately:
Within 5 seconds:
scraper_started.txt- Start timestampprogress_initial.json- Initial configurationreel_templates_started.csv- Empty CSV with headers
Within 30 seconds:
dashboard_summary.json- Dashboard data summaryprofile_list.json- List of profiles to processstatus_now.json- Current status
During processing (updated frequently):
reel_templates_latest.csv- Latest complete CSVreel_templates_incremental_*.csv- Incremental CSVsprogress_report.json/txt- Updated progressbatch_*_*.json- Batch and profile results
After completion:
reel_templates_final.csv- Complete final CSVfinal_summary.json- Final statistics- All images in Key-Value Store
How to Use
-
Get your session token:
- Log into reel.farm
- Open browser Developer Tools
- Go to Application → Cookies
- Copy value of
__Secure-next-auth.session-token
-
Configure the actor:
- Set
session_tokenwith your token - Choose
test_mode: truefor quick test - Adjust other parameters as needed
- Set
-
Run the actor:
- The actor will start immediately
- Data will appear in Key-Value Store and Dataset
- Monitor progress through
progress_report.txt
-
Download results:
- Use Apify's export options
- Download CSV files directly from Key-Value Store
- Export Dataset as JSON, CSV, Excel, etc.
Expected Output Fields
CSV files contain these exact fields:
nickname- Profile display nameunique_id- Profile username/IDslideshow_name- Original slideshow nameviews- Formatted views (e.g., 292.7k)likes- Formatted likes (e.g., 48.2k)business_type- Business categoryimage_url- Main image URLprompt- Generated prompt textimage_path- Path to downloaded images
Performance Notes
- Full scraping: ~230 profiles, ~2000 slideshows, 4-8 hours
- Test mode: 5 profiles, 30-60 minutes
- Memory usage: 4-8 GB recommended
- Timeout: Set to 24 hours for full scraping
Error Handling
If scraping fails:
- All data up to failure point is preserved
- Progress reports show last known state
- Can restart from last batch
Support
For issues or questions:
- Check progress reports for error messages
- Verify session token is valid
- Ensure sufficient memory allocation
- Contact support if problems persist