9GAG Media Downloader 📥

9GAG Media Downloader 📥

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.

SOCIAL_MEDIAVIDEOSINTEGRATIONSApify

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"]

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]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!