Tumblr Posts Scraper avatar

Tumblr Posts Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Tumblr Posts Scraper

Tumblr Posts Scraper

Extract Tumblr posts from blog feeds, tag searches, and explore pages with engagement metrics and media metadata. Powered by Tumblr Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

This actor extracts Posts from Tumblr. It works on blog feeds, tag searches, and explore pages to collect content and engagement metrics. The data includes media URLs, note counts, and blog metadata.


Want more from Tumblr?

This actor covers Posts only. The full Tumblr Scraper browser extension also includes Replies, Reblogs, Likes, Communities, Members with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Tumblr Scraper extension


Data Fields

Field NameDescriptionExample
Blog NameUnique identifier of the blog"staff"
Post URLDirect link to the post"https://www.tumblr.com/staff/712345678"
Is CommunityWhether the post is in a communityfalse
Tumblr Post URLInternal canonical URL"https://tumblr.com/posts/12345"
Post TypeFormat of the post"photo"
SummaryText summary of content"A beautiful sunset over the city."
PollDetails of any attached pollnull
Content TypeMIME type or category"text/html"
Media CountNumber of images or videos1
Media TypeType of media attached"image"
All Media URLsList of media file links["https://64.media.tumblr.com/image.jpg"]
Publication DateHuman readable date"2023-10-27 14:00:00"
TimestampUnix timestamp1698415200
StatePost status"published"
TagsList of hashtags["photography", "cityscape"]
Note CountTotal engagement count1540
Like CountNumber of likes1200
Reblog CountNumber of reblogs300
Reply CountNumber of replies40
Is NSFWAdult content flagfalse
ClassificationContent rating"general"
NSFW ScoreProbability score0.02
Is BlazedWhether post is promotedfalse
Can BlazeEligibility for promotiontrue
Avatar URLBlog profile image"https://64.media.tumblr.com/avatar.png"
Blog URLLink to the blog"https://staff.tumblr.com"
Blog TitleDisplay name of the blog"Tumblr Staff"
Blog DescriptionBlog bio text"The official Tumblr blog."
Is Adult BlogBlog-wide NSFW flagfalse
Blog Theme ColorHex code of blog theme"#001935"
Can Be FollowedFollow eligibilitytrue
Is FollowedCurrent follow statusfalse

Input

  • urls: Array of URL strings. Use blog URLs, tag search URLs, or explore page URLs.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.tumblr.com/search/nature", "https://staff.tumblr.com/"],
"maxItems": 20
}

Example Output

[
{
"blogName": "nature-pics",
"postUrl": "https://www.tumblr.com/nature-pics/712345678",
"isCommunity": false,
"tumblrPostUrl": "https://tumblr.com/posts/712345678",
"postType": "photo",
"summary": "Forest in the morning",
"poll": null,
"contentType": "image/jpeg",
"mediaCount": 1,
"mediaType": "image",
"allMediaUrls": ["https://64.media.tumblr.com/nature1.jpg"],
"publicationDate": "2023-11-01 09:00:00",
"timestamp": 1698829200,
"state": "published",
"tags": ["nature", "forest"],
"noteCount": 500,
"likeCount": 450,
"reblogCount": 45,
"replyCount": 5,
"isNsfw": false,
"classification": "general",
"nsfwScore": 0.01,
"isBlazed": false,
"canBlaze": true,
"avatarUrl": "https://64.media.tumblr.com/avatar1.png",
"blogUrl": "https://nature-pics.tumblr.com",
"blogTitle": "Nature Photography",
"blogDescription": "Daily nature shots",
"isAdultBlog": false,
"blogThemeColor": "#ffffff",
"canBeFollowed": true,
"isFollowed": false
},
{
"blogName": "tech-news",
"postUrl": "https://www.tumblr.com/tech-news/712345679",
"isCommunity": false,
"tumblrPostUrl": "https://tumblr.com/posts/712345679",
"postType": "text",
"summary": "New update released",
"poll": null,
"contentType": "text/html",
"mediaCount": 0,
"mediaType": null,
"allMediaUrls": [],
"publicationDate": "2023-11-01 10:30:00",
"timestamp": 1698834600,
"state": "published",
"tags": ["tech", "update"],
"noteCount": 100,
"likeCount": 80,
"reblogCount": 15,
"replyCount": 5,
"isNsfw": false,
"classification": "general",
"nsfwScore": 0.01,
"isBlazed": false,
"canBlaze": true,
"avatarUrl": "https://64.media.tumblr.com/avatar2.png",
"blogUrl": "https://tech-news.tumblr.com",
"blogTitle": "Tech News Daily",
"blogDescription": "Latest in technology",
"isAdultBlog": false,
"blogThemeColor": "#000000",
"canBeFollowed": true,
"isFollowed": true
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.