Tumblr Posts Scraper 📱 avatar
Tumblr Posts Scraper 📱

Pricing

$19.99/month + usage

Go to Store
Tumblr Posts Scraper 📱

Tumblr Posts Scraper 📱

Developed by

EasyApi

Maintained by Community

Scrape Tumblr blog posts with media content, metadata, and engagement metrics. Extract post content, images, tags, notes count and more from any public Tumblr blog profile.

0.0 (0)

Pricing

$19.99/month + usage

0

Monthly users

1

Runs succeeded

>99%

Last modified

16 days ago

Powerful scraper that extracts posts and media content from any public Tumblr blog profiles. Get comprehensive post data including images, videos, text content, engagement metrics, and more.

Features ✨

  • Scrape posts from any public Tumblr blog profile
  • Extract post content including text, images, GIFs and videos
  • Get post metadata like date, tags, notes count, likes, reblogs
  • Collect blog information including avatar, theme settings
  • Support for pagination and infinite scroll
  • Stealth browser automation to avoid blocks
  • Configurable proxy support
  • Customizable maximum items limit

Input Parameters 🎯

The actor accepts the following input parameters:

FieldTypeDescription
profileUrlsArrayList of Tumblr blog profile URLs to scrape (e.g. "https://www.tumblr.com/username")
maxItemsIntegerMaximum number of posts to scrape (default: unlimited)
proxyConfigurationObjectProxy settings (optional)

Output Dataset 📊

The actor stores results in a dataset, with each item containing:

  • Profile URL and scraping timestamp
  • Post content (text, images, videos)
  • Post metadata (ID, URL, date, tags)
  • Engagement metrics (notes, likes, reblogs)
  • Blog information (name, title, avatar, theme)

Use Cases 💡

  • Social media monitoring and analytics
  • Content curation and archiving
  • Influencer research
  • Digital marketing analysis
  • Fan engagement tracking
  • Academic research

Limitations ⚠️

  • Only works with public Tumblr blogs
  • Respects Tumblr's robots.txt and rate limits
  • Some content may be unavailable due to Tumblr's restrictions

Tips 💪

  • Use proxies for better reliability
  • Set reasonable maxItems limit for faster runs
  • Check profile URLs are valid and public

Input Example

A full explanation of an input example in JSON.

1{
2    "profileUrls": [
3        "https://www.tumblr.com/holygraund"
4    ],
5    "maxItems": 50
6}

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        "profileUrl": "https://www.tumblr.com/holygraund",
4        "scrapedAt": "2025-01-25T02:43:29.654Z",
5        "post": {
6            "objectType": "post",
7            "type": "blocks",
8            "originalType": "regular",
9            "isBlocksPostFormat": true,
10            "blogName": "holygraund",
11            "blog": {
12                "name": "holygraund",
13                "title": "right there where we stood;",
14                "url": "https://holygraund.tumblr.com/",
15                "avatar": [
16                    {
17                        "width": 512,
18                        "height": 512,
19                        "url": "https://64.media.tumblr.com/634be4fe6b2d58a0e8173f664ebbd04e/bec5d0dac7a68104-0a/s512x512u_c1/e318d0a9bd470095a5301e3435efd2e4b4a658dc.jpg",
20                        "accessories": []
21                    },
22                    {
23                        "width": 128,
24                        "height": 128,
25                        "url": "https://64.media.tumblr.com/634be4fe6b2d58a0e8173f664ebbd04e/bec5d0dac7a68104-0a/s128x128u_c1/52861934aa0b5bc0f74d1d083ece05ca5fa6ce1f.jpg",
26                        "accessories": []
27                    },
28                    {
29                        "width": 96,
30                        "height": 96,
31                        "url": "https://64.media.tumblr.com/634be4fe6b2d58a0e8173f664ebbd04e/bec5d0dac7a68104-0a/s96x96u_c1/5b14c13fd46ac3b6164f4d18582fdc6e4150ba5d.jpg",
32                        "accessories": []
33                    },
34                    {
35                        "width": 64,
36                        "height": 64,
37                        "url": "https://64.media.tumblr.com/634be4fe6b2d58a0e8173f664ebbd04e/bec5d0dac7a68104-0a/s64x64u_c1/902cd0f51535b889bb6b78f195fe0e4e1caf90fd.jpg",
38                        "accessories": []
39                    }
40                ],
41                "canBeFollowed": true,
42                "theme": {
43                    "headerFullWidth": 750,
44                    "headerFullHeight": 1334,
45                    "headerFocusWidth": 750,
46                    "headerFocusHeight": 489,
47                    "avatarShape": "square",
48                    "backgroundColor": "#FFFFFF",
49                    "bodyFont": "Helvetica Neue",
50                    "headerBounds": "523,750,1012,0",
51                    "headerImage": "https://64.media.tumblr.com/6bad57d62edeeac8bf1739a7225b0459/1304ef4623588901-02/s750x1334/417e812af705cbc268caa092cdce5ad50247469d.jpg",
52                    "headerImageFocused": "https://64.media.tumblr.com/6bad57d62edeeac8bf1739a7225b0459/1304ef4623588901-02/s2048x3072_c0,39205,100000,75862/9669d3f1c361a3c303f7a69f6f746b05c31a94ca.jpg",
53                    "headerImagePoster": "",
54                    "headerImageScaled": "https://64.media.tumblr.com/6bad57d62edeeac8bf1739a7225b0459/1304ef4623588901-02/s2048x3072/69f3fea35cff6d1380f92f6a8c5bc63348cfe9c3.jpg",
55                    "headerStretch": true,
56                    "linkColor": "#529ECC",
57                    "showAvatar": true,
58                    "showDescription": true,
59                    "showHeaderImage": true,
60                    "showTitle": true,
61                    "titleColor": "#222222",
62                    "titleFont": "Gibson",
63                    "titleFontWeight": "bold"
64                },
65                "uuid": "t:MhFeH2rMyyaSCdjxykFmew",
66                "tumblrmartAccessories": {}
67            },
68            "isNsfw": false,
69            "classification": "clean",
70            "nsfwScore": 0,
71            "id": "771694532676993024",
72            "idString": "771694532676993024",
73            "isBlazed": false,
74            "isBlazePending": false,
75            "canBlaze": false,
76            "postUrl": "https://holygraund.tumblr.com/post/771694532676993024",
77            "slug": "",
78            "date": "2025-01-03 23:00:55 GMT",
79            "timestamp": 1735945255,
80            "state": "published",
81            "reblogKey": "bCNH3yXQ",
82            "tags": [
83                "tswiftedit",
84                "my gifs",
85                "candy swift",
86                "tscreatorsnet"
87            ],
88            "tagsV2": [
89                {
90                    "name": "tswiftedit"
91                },
92                {
93                    "name": "my gifs"
94                },
95                {
96                    "name": "candy swift"
97                },
98                {
99                    "name": "tscreatorsnet"
100                }
101            ],
102            "shortUrl": "https://tmblr.co/ZOi5Xugrd1Q-Ki00",
103            "summary": "😘😘",
104            "shouldOpenInLegacy": false,
105            "recommendedSource": null,
106            "recommendedColor": null,
107            "noteCount": 513,
108            "likeCount": 335,
109            "reblogCount": 172,
110            "replyCount": 6,
111            "content": [
112                {
113                    "type": "image",
114                    "media": [
115                        {
116                            "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
117                            "type": "image/webp",
118                            "width": 268,
119                            "height": 395,
120                            "poster": {
121                                "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
122                                "type": "image/webp",
123                                "width": 268,
124                                "height": 395,
125                                "url": "https://44.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s400x600_f1/1f9d1edf16ac7a798f5990ea6c0da19c572faf90.gifv"
126                            },
127                            "url": "https://64.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s400x600/9a905c27af85428a2881b98f31d87b701b167765.gifv",
128                            "hasOriginalDimensions": true
129                        },
130                        {
131                            "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
132                            "type": "image/webp",
133                            "width": 250,
134                            "height": 368,
135                            "poster": {
136                                "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
137                                "type": "image/webp",
138                                "width": 250,
139                                "height": 368,
140                                "url": "https://44.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s250x400_f1/07cd691b7b8bc426528e6ee6c939326a7ad655a1.gifv"
141                            },
142                            "video": [
143                                {
144                                    "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
145                                    "type": "video/mp4",
146                                    "width": 250,
147                                    "height": 368,
148                                    "url": "https://64.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s250x400/9a14569c1a7a0419ef8af60106f12543054f77d7.mp4"
149                                }
150                            ],
151                            "url": "https://64.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s250x400/9a14569c1a7a0419ef8af60106f12543054f77d7.gifv"
152                        },
153                        {
154                            "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
155                            "type": "image/webp",
156                            "width": 250,
157                            "height": 250,
158                            "poster": {
159                                "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
160                                "type": "image/webp",
161                                "width": 250,
162                                "height": 250,
163                                "url": "https://44.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s250x250_c1_f1/d1a9e203998eaecdfeb30c3f64e1e227fa9cc020.gifv"
164                            },
165                            "video": [
166                                {
167                                    "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
168                                    "type": "video/mp4",
169                                    "width": 250,
170                                    "height": 250,
171                                    "url": "https://64.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s250x400/9a14569c1a7a0419ef8af60106f12543054f77d7.mp4"
172                                }
173                            ],
174                            "url": "https://64.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s250x250_c1/95c81f24e3c4a29f3e2a04390fb0314be8e3ee62.gifv",
175                            "cropped": true
176                        },
177                        {
178                            "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
179                            "type": "image/webp",
180                            "width": 100,
181                            "height": 147,
182                            "poster": {
183                                "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
184                                "type": "image/webp",
185                                "width": 100,
186                                "height": 147,
187                                "url": "https://44.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s100x200_f1/c2397e6edeec9eda53a3e173260d7f463e85cbd4.gifv"
188                            },
189                            "url": "https://64.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s100x200/f58c5622275e62dbd69f47d0e4a0b4fe40417cef.gifv"
190                        },
191                        {
192                            "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
193                            "type": "image/webp",
194                            "width": 75,
195                            "height": 75,
196                            "poster": {
197                                "mediaKey": "50987277a90c986c16c2e647c76f638f:46c84da795631086-e3",
198                                "type": "image/webp",
199                                "width": 75,
200                                "height": 75,
201                                "url": "https://44.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s75x75_c1_f1/c7f0e7ff8078192cf77f80ce3cd53c70cec94151.gifv"
202                            },
203                            "url": "https://64.media.tumblr.com/50987277a90c986c16c2e647c76f638f/46c84da795631086-e3/s75x75_c1/bf781e8c88dc4206ddb6d101d3b0f4c4e50f97bb.gifv",
204                            "cropped": true
205                        }
206                    ],
207                    "colors": {
208                        "c0": "1a1807",
209                        "c1": "1854e6",
210                        "c2": "0c2fb8",
211                        "c3": "0e41cf",
212                        "c4": "574127"
213                    }
214                },
215                {
216                    "type": "image",
217                    "media": [
218                        {
219                            "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
220                            "type": "image/webp",
221                            "width": 268,
222                            "height": 395,
223                            "poster": {
224                                "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
225                                "type": "image/webp",
226                                "width": 268,
227                                "height": 395,
228                                "url": "https://44.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s400x600_f1/306f48cd02c8dc9f8df78819d78b491609dc466c.gifv"
229                            },
230                            "url": "https://64.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s400x600/44a694f1ad4e7aabcceb3679e28cb65bfd2783e6.gifv",
231                            "hasOriginalDimensions": true
232                        },
233                        {
234                            "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
235                            "type": "image/webp",
236                            "width": 250,
237                            "height": 368,
238                            "poster": {
239                                "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
240                                "type": "image/webp",
241                                "width": 250,
242                                "height": 368,
243                                "url": "https://44.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s250x400_f1/c1814633049e3dd8bcdb99fbfb51853d2b914da9.gifv"
244                            },
245                            "video": [
246                                {
247                                    "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
248                                    "type": "video/mp4",
249                                    "width": 250,
250                                    "height": 368,
251                                    "url": "https://64.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s250x400/c98fd850ae91e1fef8ecf77f53a336688c69d998.mp4"
252                                }
253                            ],
254                            "url": "https://64.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s250x400/c98fd850ae91e1fef8ecf77f53a336688c69d998.gifv"
255                        },
256                        {
257                            "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
258                            "type": "image/webp",
259                            "width": 250,
260                            "height": 250,
261                            "poster": {
262                                "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
263                                "type": "image/webp",
264                                "width": 250,
265                                "height": 250,
266                                "url": "https://44.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s250x250_c1_f1/eacc865b7ff0de497e08d8b572d7043b96459d3e.gifv"
267                            },
268                            "video": [
269                                {
270                                    "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
271                                    "type": "video/mp4",
272                                    "width": 250,
273                                    "height": 250,
274                                    "url": "https://64.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s250x400/c98fd850ae91e1fef8ecf77f53a336688c69d998.mp4"
275                                }
276                            ],
277                            "url": "https://64.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s250x250_c1/ee0c030e3a369e37c41ce28d252f4a51a8b94e40.gifv",
278                            "cropped": true
279                        },
280                        {
281                            "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
282                            "type": "image/webp",
283                            "width": 100,
284                            "height": 147,
285                            "poster": {
286                                "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
287                                "type": "image/webp",
288                                "width": 100,
289                                "height": 147,
290                                "url": "https://44.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s100x200_f1/b199b71d75c3b41481ce6d66f20a17483e600399.gifv"
291                            },
292                            "url": "https://64.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s100x200/fa26af53ab68b6316931c6c674b016ea5d77ae86.gifv"
293                        },
294                        {
295                            "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
296                            "type": "image/webp",
297                            "width": 75,
298                            "height": 75,
299                            "poster": {
300                                "mediaKey": "7a85ba3526e50aa0e81e8011632b377b:46c84da795631086-10",
301                                "type": "image/webp",
302                                "width": 75,
303                                "height": 75,
304                                "url": "https://44.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s75x75_c1_f1/dc2f59920aae6b25e42f4825b8e6235a628b658c.gifv"
305                            },
306                            "url": "https://64.media.tumblr.com/7a85ba3526e50aa0e81e8011632b377b/46c84da795631086-10/s75x75_c1/e6b02b7f9b953021ec82f79ca9481674a6c1fbf3.gifv",
307                            "cropped": true
308                        }
309                    ],
310                    "colors": {
311                        "c0": "1d54e6",
312                        "c1": "0d2fae",
313                        "c2": "040405",
314                        "c3": "93693f",
315                        "c4": "f5d589"
316                    }
317                },
318                {
319                    "type": "text",
320                    "text": "😘😘",
321                    "formatting": [
322                        {
323                            "type": "small",
324                            "start": 0,
325                            "end": 2
326                        }
327                    ]
328                }
329            ],
330            "layout": [
331                {
332                    "type": "rows",
333                    "display": [
334                        {
335                            "blocks": [
336                                0,
337                                1
338                            ]
339                        },
340                        {
341                            "blocks": [
342                                2
343                            ]
344                        }
345                    ]
346                }
347            ],
348            "trail": [],
349            "canEdit": false,
350            "canDelete": false,
351            "canReply": false,
352            "isCommercial": false,
353            "canShare": true,
354            "canLike": false,
355            "interactabilityReblog": "everyone",
356            "interactabilityBlaze": "everyone",
357            "canReblog": false,
358            "canSendInMessage": true,
359            "communityLabels": {
360                "hasCommunityLabel": false,
361                "lastReporter": "author",
362                "categories": []
363            },
364            "embedUrl": "https://holygraund.tumblr.com/post/771694532676993024/embed",
365            "displayAvatar": true,
366            "recommendationReason": null,
367            "dismissal": null,
368            "serveId": "6b11746efc8817393fff3fdd3a932ddc"
369        }
370    },
371    ...
372]

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

2 hours

Price

$19.99