Tumblr Communities Scraper avatar

Tumblr Communities Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Tumblr Communities Scraper

Tumblr Communities Scraper

Extract community names, member counts, and tags from Tumblr community browse and search 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

13 days ago

Last modified

Share

This actor extracts Communities from Tumblr. It works on community browse and search pages to collect metadata for groups and interest hubs. The actor returns community identifiers, growth metrics, and descriptive content.


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 unique nameart-community
Community URLFull link to the communityhttps://www.tumblr.com/community/art-community
Community TitleDisplay name of the communityDigital Art Hub
DescriptionShort bio or summaryA place for digital artists to share work.
Member CountNumber of joined users15400
Mention TagThe @ handle for the community@art-community
Can ViewVisibility statustrue
Avatar URLLink to the profile imagehttps://64.media.tumblr.com/avatar_1.png
Header Image URLLink to the banner imagehttps://64.media.tumblr.com/header_1.jpg
Display Tags In HeaderBoolean for tag visibilitytrue
TagsArray of community tags["art", "illustration", "digital"]
Should BlurNSFW or sensitivity flagfalse
CTA Button LabelText on the join buttonJoin
Text RowsAdditional descriptive text lines["Active daily", "Moderated"]

Input

  • urls: Array of Tumblr community browse or search page URLs.
  • maxItems: Maximum number of communities to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.tumblr.com/communities/search/photography"],
"maxItems": 50
}

Example Output

[
{
"communityName": "photography-central",
"communityUrl": "https://www.tumblr.com/community/photography-central",
"communityTitle": "Photography Central",
"description": "The best photography on Tumblr.",
"memberCount": 25000,
"mentionTag": "@photography-central",
"canView": true,
"avatarUrl": "https://64.media.tumblr.com/avatar_a.png",
"headerImageUrl": "https://64.media.tumblr.com/header_a.jpg",
"displayTagsInHeader": true,
"tags": ["photography", "film", "nature"],
"shouldBlur": false,
"ctaButtonLabel": "Join",
"textRows": ["1.2k posts this week"]
},
{
"communityName": "coding-life",
"communityUrl": "https://www.tumblr.com/community/coding-life",
"communityTitle": "Coding Life",
"description": "Programming tips and memes.",
"memberCount": 8500,
"mentionTag": "@coding-life",
"canView": true,
"avatarUrl": "https://64.media.tumblr.com/avatar_b.png",
"headerImageUrl": "https://64.media.tumblr.com/header_b.jpg",
"displayTagsInHeader": false,
"tags": ["coding", "dev", "tech"],
"shouldBlur": false,
"ctaButtonLabel": "Join",
"textRows": ["Public community"]
}
]

Disclaimer

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