9GAG Scraper Actor avatar

9GAG Scraper Actor

Pricing

from $1.99 / 1,000 results

Go to Apify Store
9GAG Scraper Actor

9GAG Scraper Actor

9GAG scraper extracts publicly available posts, images, videos, captions, tags, engagement metrics, comments, and other 9GAG content πŸ“ΈπŸ˜‚ Perfect for content research, trend analysis, social media monitoring, meme tracking, and marketing insights.

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

Scrapers Hub

Scrapers Hub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

This is an Apify actor that scrapes 9GAG to extract video, image, and post details from the provided links.

Input

The actor accepts the following input in JSON format:

  • links (array): A list of 9GAG post URLs to scrape.
  • proxyConfiguration (object): Configuration for Apify proxy.

Example input:

{
"links": [
{ "url": "https://9gag.com/gag/aND4YA4" }
],
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output

The actor pushes results to the default Apify Dataset. Each result object contains the scraped details:

  • title: Post title
  • thumbnail: Thumbnail image URL
  • medias: Extracted media files (video or images) with quality and extension
  • type: Type of post
  • source: "ninegag"