Imgur Scraper avatar
Imgur Scraper

Pricing

$20.00/month + usage

Go to Store
Imgur Scraper

Imgur Scraper

Developed by

epctex

epctex

Maintained by Community

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!

0.0 (0)

Pricing

$20.00/month + usage

2

Total users

39

Monthly users

4

Runs succeeded

>99%

Last modified

12 hours ago

You can access the Imgur Scraper programmatically from your own applications by using the Apify API. You can also 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: