Tumblr Media Downloader 📥 avatar
Tumblr Media Downloader 📥

Pricing

$19.99/month + usage

Go to Store
Tumblr Media Downloader 📥

Tumblr Media Downloader 📥

Developed by

EasyApi

EasyApi

Maintained by Community

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. 🎥 📸

5.0 (1)

Pricing

$19.99/month + usage

1

Total users

2

Monthly users

1

Runs succeeded

>99%

Last modified

a day ago

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.

{
"links": [
"https://www.tumblr.com/pears-palette/773661808796090368/an-important-psa-to-remember-id-in-alt"
]
}

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.

[
{
"url": "https://www.tumblr.com/pears-palette/773661808796090368/an-important-psa-to-remember-id-in-alt",
"result": {
"url": "https://www.tumblr.com/pears-palette/773661808796090368/an-important-psa-to-remember-id-in-alt",
"source": "tumblr",
"title": "An important PSA to remember!\n[ID in Alt]",
"thumbnail": "https://64.media.tumblr.com/34d01612f2f6eee2efb1c20afea67036/3ace5a43e8ce5c54-2c/s75x75_c1/31b1b841a77e102a3f707ab35cbc964bb7fe28c9.pnj",
"duration": 0,
"medias": [
{
"media_key": "34d01612f2f6eee2efb1c20afea67036:3ace5a43e8ce5c54-2c",
"type": "image",
"width": 2048,
"height": 2650,
"url": "https://64.media.tumblr.com/34d01612f2f6eee2efb1c20afea67036/3ace5a43e8ce5c54-2c/s2048x3072/81c728af31050144a20bd83eca8fc5f69413a9bc.pnj",
"quality": "image 1 2048-2650px",
"extension": "jpg"
}
],
"type": "single",
"error": false,
"time_end": 2961
}
}
]