Tumblr Community Details Scraper avatar

Tumblr Community Details Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Tumblr Community Details Scraper

Tumblr Community Details Scraper

Extract community metadata including member counts, online status, post counts, and creation dates from Tumblr community pages. 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

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

This actor extracts detailed metadata for a Community from Tumblr. It works on individual community pages where details are visible and fully loaded. The scraper returns data points such as member counts, online status, post totals, and community guidelines.

Want more from Tumblr?

This actor covers Communities only. The full Tumblr Scraper browser extension also includes Posts, 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
Community NameInternal name of the community"art-enthusiasts"
Community TitleDisplay title of the community"Art Enthusiasts"
Community URLFull URL to the community page"https://www.tumblr.com/communities/art-enthusiasts"
DescriptionShort text description"A place for digital artists."
AboutDetailed about section text"This community was founded in 2023 for artists."
Is MemberBoolean indicating if the scraper account is a memberfalse
Member CountTotal number of members15400
Members Online CountNumber of members currently active120
Post CountTotal number of posts in the community8500
Created DateDate the community was established"2023-01-15T12:00:00Z"
Join TypeAccess level for joining"open"
VisibilityPrivacy setting of the community"public"
LanguagePrimary language of the community"en"
Population CapMaximum member limit if applicable50000
Mention TagThe tag used to mention the community"#art-enthusiasts"
Can EditPermission to edit community detailsfalse
Can InteractPermission to interact with contenttrue
Can InvitePermission to invite otherstrue
Can PostPermission to create new poststrue
Can ViewPermission to view contenttrue
Can View CommentsPermission to see post commentstrue
Has Content LabelIf the community has a content warningfalse
Avatar URLLink to the community profile image"https://64.media.tumblr.com/avatar_123.png"
Header Image URLLink to the community banner image"https://64.media.tumblr.com/header_456.jpg"
GuidelinesRules for community participation"Be kind and share original work."
TagsList of associated tags["art", "drawing", "digital"]
Related CommunitiesList of suggested similar communities["sketchbook-club", "painting-daily"]
Unread Post CountCount of posts not yet seen0

Input

  • urls: Array of URL strings. Provide URLs for individual Tumblr community pages.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.tumblr.com/communities/example-community"],
"maxItems": 10
}

Example Output

[
{
"communityName": "photography-hub",
"communityTitle": "Photography Hub",
"communityUrl": "https://www.tumblr.com/communities/photography-hub",
"description": "Share your best shots.",
"about": "A community for professional and amateur photographers.",
"isMember": false,
"memberCount": 25000,
"membersOnlineCount": 450,
"postCount": 12000,
"createdDate": "2022-05-20T10:00:00Z",
"joinType": "open",
"visibility": "public",
"language": "en",
"populationCap": null,
"mentionTag": "#photography-hub",
"canEdit": false,
"canInteract": true,
"canInvite": true,
"canPost": true,
"canView": true,
"canViewComments": true,
"hasContentLabel": false,
"avatarUrl": "https://64.media.tumblr.com/avatar_photo.png",
"headerImageUrl": "https://64.media.tumblr.com/header_photo.jpg",
"guidelines": "No spamming allowed.",
"tags": ["photography", "canon", "nikon"],
"relatedCommunities": ["street-photography"],
"unreadPostCount": 0
},
{
"communityName": "coding-tips",
"communityTitle": "Coding Tips",
"communityUrl": "https://www.tumblr.com/communities/coding-tips",
"description": "Daily programming snippets.",
"about": "Learn to code with the community.",
"isMember": true,
"memberCount": 5000,
"membersOnlineCount": 85,
"postCount": 3000,
"createdDate": "2023-08-10T14:30:00Z",
"joinType": "restricted",
"visibility": "public",
"language": "en",
"populationCap": 10000,
"mentionTag": "#coding-tips",
"canEdit": false,
"canInteract": true,
"canInvite": false,
"canPost": true,
"canView": true,
"canViewComments": true,
"hasContentLabel": false,
"avatarUrl": "https://64.media.tumblr.com/avatar_code.png",
"headerImageUrl": "https://64.media.tumblr.com/header_code.jpg",
"guidelines": "Post code blocks only.",
"tags": ["javascript", "python", "webdev"],
"relatedCommunities": ["dev-ops"],
"unreadPostCount": 5
}
]

Disclaimer

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