Imgur Scraper avatar

Imgur Scraper

Try for free

3 days trial then $20.00/month - No credit card required now

View all Actors
Imgur Scraper

Imgur Scraper

epctex/imgur-scraper
Try for free

3 days trial then $20.00/month - No credit card required now

Extract millions of posts and memes from Imgur. Crawl and scrape descriptions, number of views, favorites, upvotes, downvotes, score, comment details, post creator, and all other deep-level details. You can specify search terms, filters, tags, list pages, and much more! Extremely fast, no limits!

You can access the Imgur Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "startUrls": [
3    "https://imgur.com/user/IsNice",
4    "https://imgur.com/t/burrito",
5    "https://imgur.com/gallery/ILtkgRA",
6    "https://imgur.com/search?q=nice%20word"
7  ],
8  "search": "super meme",
9  "maxItems": 20,
10  "endPage": 1,
11  "extendOutputFunction": "($) => { return {} }",
12  "customMapFunction": "(object) => { return {...object} }",
13  "proxy": {
14    "useApifyProxy": true
15  }
16}' |
17apify call epctex/imgur-scraper --silent --output-dataset

Imgur Scraper API through CLI

The Apify CLI is the official tool that allows you to use Imgur Scraper locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in May 2023
  • Modified about 16 hours ago