๐ŸŒŸ Tumblr Community Search Scraper

๐ŸŒŸ Tumblr Community Search Scraper

Extract valuable insights from Tumblr communities with this powerful scraper. Collect detailed information about communities, including member counts, descriptions, tags, and engagement metrics. Perfect for social media researchers and marketers tracking trends on Tumblr.

SOCIAL_MEDIAINTEGRATIONSApify

๐ŸŽฏ Overview

A powerful scraper that extracts detailed community information from Tumblr's search results. Perfect for social media researchers, content creators, and marketers looking to understand community trends and engagement on Tumblr.

โœจ Features

  • ๐Ÿ” Search multiple keywords simultaneously
  • ๐Ÿ“Š Extract comprehensive community data including:
    • Community name and description
    • Member count and online status
    • Associated tags and categories
    • Avatar and header images
    • Engagement metrics
  • โšก Fast and efficient data collection
  • ๐Ÿ›ก๏ธ Built-in proxy support
  • ๐Ÿค– Anti-detection mechanisms

๐Ÿ’ก Use Cases

  • Market research and trend analysis
  • Community engagement tracking
  • Content strategy development
  • Influencer research
  • Social media analytics

๐Ÿ“ฅ Input Parameters

  • keywords - List of search terms to scrape
  • maxItems - Maximum number of results to collect (optional)
  • proxyConfiguration - Proxy settings (optional)

๐Ÿ“ค Output

Detailed JSON format containing:

  • Search keyword reference
  • Timestamp of scraping
  • Complete community information
  • Member statistics
  • Visual assets URLs
  • Associated tags and categories

๐Ÿ’ช Benefits

  • Real-time community insights
  • Scalable data collection
  • Clean, structured data output
  • Reliable and maintainable

Input Example

A full explanation of an input example in JSON.

1{
2    "keywords": [
3        "anime"
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        "keyword": "anime",
4        "scrapedAt": "2025-01-25T02:57:17.588Z",
5        "community": {
6            "objectType": "community_card",
7            "id": "timelineObject:community_card:6794530d6ba3d3.51253671",
8            "serveId": "7456c0f2e2e3ec125de246c171fb9ebf",
9            "recommendationReason": null,
10            "dismissal": null,
11            "resources": [
12                {
13                    "name": "dandadan",
14                    "uuid": "t:Ztvr0UyYVl56iaGnEz0bHg",
15                    "title": "DanDaDan Gang",
16                    "memberCount": 984,
17                    "mentionTag": "@@dandadan",
18                    "canView": true,
19                    "avatarImage": [
20                        {
21                            "width": 512,
22                            "height": 512,
23                            "url": "https://64.media.tumblr.com/bbeff6528cce65613f16fa9c76fb1e7f/66ef3aac755f6912-74/s512x512u_c1/3289920d2c94f5f352c77542240684f2b0464a92.pnj",
24                            "accessories": []
25                        },
26                        {
27                            "width": 128,
28                            "height": 128,
29                            "url": "https://64.media.tumblr.com/bbeff6528cce65613f16fa9c76fb1e7f/66ef3aac755f6912-74/s128x128u_c1/f2a154fa70ae3c98d05a8da1b2310cb1d0610fc0.pnj",
30                            "accessories": []
31                        },
32                        {
33                            "width": 96,
34                            "height": 96,
35                            "url": "https://64.media.tumblr.com/bbeff6528cce65613f16fa9c76fb1e7f/66ef3aac755f6912-74/s96x96u_c1/432306edbad3cece9fb86a7d2445bf7015d77379.pnj",
36                            "accessories": []
37                        },
38                        {
39                            "width": 64,
40                            "height": 64,
41                            "url": "https://64.media.tumblr.com/bbeff6528cce65613f16fa9c76fb1e7f/66ef3aac755f6912-74/s64x64u_c1/09f50c33b32166fff628194ed6f3734d6cf810e9.pnj",
42                            "accessories": []
43                        }
44                    ]
45                }
46            ],
47            "resourceIds": [
48                "dandadan"
49            ],
50            "title": "DanDaDan Gang",
51            "description": "A place to share and discuss everything related to Dan Da Dan anime/ manga!",
52            "headerImage": [
53                {
54                    "url": "https://assets.tumblr.com/images/default_community_header/header_2048.png",
55                    "type": "image/png",
56                    "width": 1280,
57                    "height": 427,
58                    "hasOriginalDimensions": true
59                }
60            ],
61            "displayTagsInHeader": true,
62            "cardLabels": [],
63            "joinType": null,
64            "tagsV2": [
65                {
66                    "name": "dan da dan"
67                },
68                {
69                    "name": "okurun"
70                },
71                {
72                    "name": "momo ayase"
73                },
74                {
75                    "name": "headcanon"
76                },
77                {
78                    "name": "anime and manga"
79                },
80                {
81                    "name": "fanfic"
82                },
83                {
84                    "name": "fandom"
85                },
86                {
87                    "name": "dandadan"
88                },
89                {
90                    "name": "momokarun"
91                }
92            ],
93            "links": {
94                "tap": {
95                    "type": "web",
96                    "href": "https://www.tumblr.com/communities/dandadan"
97                }
98            },
99            "ctaButton": {
100                "button": {
101                    "label": "Explore",
102                    "links": {
103                        "tap": {
104                            "type": "web",
105                            "href": "https://www.tumblr.com/communities/dandadan"
106                        }
107                    }
108                },
109                "ctaType": "CommunityCardCTAClickExploreCommunity"
110            },
111            "textRows": [
112                {
113                    "text": "396 online",
114                    "highlightedText": "396",
115                    "icon": {
116                        "type": "dot"
117                    }
118                }
119            ]
120        }
121    },
122    ...
123]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!