9GAG Media Downloader 📥
2 hours trial then $19.99/month - No credit card required now
9GAG Media Downloader 📥
2 hours trial then $19.99/month - No credit card required now
A powerful Actor that extracts and downloads high-quality images and videos from 9GAG posts. Perfect for content creators, social media managers, and researchers who need to collect media assets from 9GAG efficiently. Supports batch processing and provides detailed metadata.
Easily download media content (images and videos) from 9GAG posts. This Actor helps you extract and download high-quality media files from any 9GAG post URL.
Features 🌟
- Extract high-quality images and videos from 9GAG posts
- Support for both single posts and batch processing
- Automatic quality selection (HD when available)
- Detailed metadata extraction (title, source, etc.)
- Fast and reliable processing
- Rate-limit friendly
Input 📝
The Actor accepts the following input parameters:
links
(Required): Array of 9GAG post URLs to process- Example:
["https://9gag.com/gag/a1mM17G"]
- Example:
Output 📊
The Actor outputs JSON files containing:
- Original post URL
- Post title
- Media URLs (direct download links)
- Media type (image/video)
- Quality information
- Additional metadata
Use Cases 💡
- Content curation and archiving
- Social media management
- Data analysis and research
- Media asset collection
- Content backup
Limitations ⚠️
- Only processes public 9GAG posts
- Respects 9GAG's rate limits
- Some content might be region-restricted
Tips 💪
- Use batch processing for multiple URLs
- Ensure URLs are valid 9GAG post links
- Allow sufficient run time for video processing
Input Example
A full explanation of an input example in JSON.
1{ 2 "links": [ 3 "https://9gag.com/gag/a1mM17G" 4 ] 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 "url": "https://9gag.com/gag/a1mM17G", 4 "result": { 5 "url": "https://9gag.com/gag/a1mM17G", 6 "source": "ninegag", 7 "title": "<3", 8 "thumbnail": "http://images-cdn.9gag.com/photo/a1mM17G_ogimage.jpg", 9 "medias": [ 10 { 11 "url": "http://images-cdn.9gag.com/photo/a1mM17G_ogimage.jpg", 12 "quality": "HD", 13 "extension": "jpg", 14 "type": "image" 15 } 16 ], 17 "type": "single", 18 "error": false, 19 "time_end": 137 20 } 21 }` 22]
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 6 days ago