![iFunny Video Downloader 🎥 avatar](https://images.apifyusercontent.com/aMi2GoCDqJo7IjPS9iuWv3mOo9Jqt3HlW450vEwHqWk/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItVHlzb3hFelFUSnJrTWYzb0MtbXhuN0RhTExUWC1pZnVubnktbG9nby5wbmc.webp)
iFunny Video Downloader 🎥
2 hours trial then $19.99/month - No credit card required now
![iFunny Video Downloader 🎥](https://images.apifyusercontent.com/aMi2GoCDqJo7IjPS9iuWv3mOo9Jqt3HlW450vEwHqWk/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vdkVMYzlxVFRpNFBGcU50RlUtYWN0b3ItVHlzb3hFelFUSnJrTWYzb0MtbXhuN0RhTExUWC1pZnVubnktbG9nby5wbmc.webp)
iFunny Video Downloader 🎥
2 hours trial then $19.99/month - No credit card required now
Download videos from iFunny.co with ease. Extract video URLs, titles, and metadata from iFunny posts. Perfect for content creators and social media managers who need to save iFunny videos in bulk.
🚀 Features
- Download videos from iFunny.co in HD quality
- Extract video metadata including title, author, and thumbnails
- Support batch processing of multiple iFunny links
- Automatic error handling and retry mechanism
- Clean JSON output format
📋 Use Cases
- Content creators collecting viral videos
- Social media managers archiving iFunny content
- Researchers collecting video data
- Personal video collection management
🔧 Input Configuration
The actor accepts the following input parameters:
Field | Type | Description |
---|---|---|
links | Array | List of iFunny video URLs to process |
📤 Output
The actor outputs detailed information for each processed URL, including:
- Original URL
- Video direct download link
- Video title and author
- Thumbnail URL
- Video quality and format
- Processing status
⚠️ Limitations
- Only supports public iFunny video posts
- Rate limiting may apply
- Maximum 1000 URLs per run recommended
📝 Tips
- Ensure all URLs are valid iFunny video links
- For bulk processing, consider adding delays between requests
- Check the video quality in the output before downloading
💡 Getting Started
- Prepare a list of iFunny video URLs
- Input the URLs into the actor
- Run the actor and wait for completion
- Download the results in JSON format
Need help or have questions? Feel free to reach out in the isssues! 👇
Input Example
A full explanation of an input example in JSON.
1{ 2 "links": [ 3 "https://ifunny.co/video/GirTjZTaB" 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://ifunny.co/video/GirTjZTaB", 4 "result": { 5 "url": "https://ifunny.co/video/GirTjZTaB", 6 "source": "ifunny", 7 "author": "therandomefandome", 8 "title": "This work was eaten by a black hole", 9 "thumbnail": "https://imageproxy.ifunny.co/resize:640x,quality:90x75/images/e966eed17dfb33d1151bf841a35ead8a509cf5ca58524d7ef429f175b7bc0cde_3.jpg", 10 "medias": [ 11 { 12 "url": "https://img.ifunny.co/videos/e966eed17dfb33d1151bf841a35ead8a509cf5ca58524d7ef429f175b7bc0cde_1.mp4", 13 "thumbnail": "https://imageproxy.ifunny.co/resize:640x,quality:90x75/images/e966eed17dfb33d1151bf841a35ead8a509cf5ca58524d7ef429f175b7bc0cde_3.jpg", 14 "quality": "HD", 15 "type": "video", 16 "extension": "mp4" 17 } 18 ], 19 "type": "single", 20 "error": false, 21 "time_end": 1541 22 } 23 } 24]
Actor Metrics
1 monthly user
-
0 No stars yet
>99% runs succeeded
Created in Feb 2025
Modified 6 days ago