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.
The Actor accepts the following input parameters:
links
(Required): Array of 9GAG post URLs to process
["https://9gag.com/gag/a1mM17G"]
The Actor outputs JSON files containing:
A full explanation of an input example in JSON.
1{ 2 "links": [ 3 "https://9gag.com/gag/a1mM17G" 4 ] 5}
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]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!