Tumblr Media Downloader πŸ“₯ avatar

Tumblr Media Downloader πŸ“₯

Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
Tumblr Media Downloader πŸ“₯

Tumblr Media Downloader πŸ“₯

easyapi/tumblr-media-downloader
Try for free

2 hours trial then $19.99/month - No credit card required now

Extract and download high-quality images and videos from Tumblr posts effortlessly. Perfect for content creators, archivists, and social media managers who need to save Tumblr media in bulk. πŸŽ₯ πŸ“Έ

Download images and videos from Tumblr posts with ease! This actor helps you extract media content from any Tumblr post URL.

Features 🌟

  • πŸ“Έ Downloads high-quality images from Tumblr posts
  • πŸŽ₯ Extracts videos with the best available quality
  • πŸ”— Supports both single posts and multiple URLs
  • ⚑ Fast and efficient processing
  • πŸ“Š Detailed output with media metadata
  • πŸ”„ Automatic retries on failed requests

Input Parameters βš™οΈ

The actor accepts the following input parameters:

  • links (Array): List of Tumblr post URLs to process

Output πŸ“‹

The actor outputs JSON format data for each processed URL, including:

  • Original post URL
  • Post title
  • Media type (image/video)
  • Media dimensions
  • Direct download URLs
  • Quality information
  • Processing status

Limitations ⚠️

  • Only processes public Tumblr posts
  • Respects Tumblr's rate limiting
  • Maximum 1000 URLs per run recommended

Tips πŸ’ͺ

  • Ensure all URLs are from Tumblr domains
  • For best results, use direct post URLs
  • Allow sufficient run time for large batches

Input Example

A full explanation of an input example in JSON.

1{
2    "links": [
3        "https://www.tumblr.com/pears-palette/773661808796090368/an-important-psa-to-remember-id-in-alt"
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://www.tumblr.com/pears-palette/773661808796090368/an-important-psa-to-remember-id-in-alt",
4        "result": {
5            "url": "https://www.tumblr.com/pears-palette/773661808796090368/an-important-psa-to-remember-id-in-alt",
6            "source": "tumblr",
7            "title": "An important PSA to remember!\n[ID in Alt]",
8            "thumbnail": "https://64.media.tumblr.com/34d01612f2f6eee2efb1c20afea67036/3ace5a43e8ce5c54-2c/s75x75_c1/31b1b841a77e102a3f707ab35cbc964bb7fe28c9.pnj",
9            "duration": 0,
10            "medias": [
11                {
12                    "media_key": "34d01612f2f6eee2efb1c20afea67036:3ace5a43e8ce5c54-2c",
13                    "type": "image",
14                    "width": 2048,
15                    "height": 2650,
16                    "url": "https://64.media.tumblr.com/34d01612f2f6eee2efb1c20afea67036/3ace5a43e8ce5c54-2c/s2048x3072/81c728af31050144a20bd83eca8fc5f69413a9bc.pnj",
17                    "quality": "image 1 2048-2650px",
18                    "extension": "jpg"
19                }
20            ],
21            "type": "single",
22            "error": false,
23            "time_end": 2961
24        }
25    }
26]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 6 days ago