Tumblr Tags Scraper πŸ” avatar
Tumblr Tags Scraper πŸ”

Pricing

$19.99/month + usage

Go to Apify Store
Tumblr Tags Scraper πŸ”

Tumblr Tags Scraper πŸ”

Extract comprehensive Tumblr tag data including community stats, trending posts, and engagement metrics. Perfect for social media monitoring and content research. Supports multiple keywords and proxy configuration. πŸ”

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

0

Monthly active users

5 days ago

Last modified

Share

Scrape Tumblr tag search results including posts, images, and community information. Perfect for social media monitoring, trend analysis, and content research.

🎯 Use Cases

  • Monitor trending topics and hashtags on Tumblr
  • Analyze community engagement and follower counts
  • Track content distribution across Tumblr tags
  • Research popular content within specific niches
  • Gather visual content and post metadata

✨ Features

  • Search multiple keywords/tags simultaneously
  • Collect detailed tag statistics (followers, post counts)
  • Extract community hub information
  • Gather post metadata and engagement metrics
  • Support for proxy configuration
  • Automated scrolling and data collection
  • Built-in anti-detection mechanisms

πŸ”§ Input Parameters

FieldTypeDescription
keywordsArrayList of keywords/tags to search for
maxItemsNumberMaximum number of items to collect (default: 50)
proxyConfigurationObjectOptional proxy settings

πŸ“Š Output

The actor provides detailed information for each tag, including:

  • Tag name and ID
  • Community statistics (followers, post counts)
  • Visual content (header images, dimensions)
  • Engagement metrics
  • Trending status
  • Associated links and metadata
  • Timestamp information

πŸ’‘ Tips

  • Use specific keywords for more targeted results
  • Adjust maxItems based on your data needs
  • Enable proxy configuration for better reliability
  • Consider rate limits and Tumblr's terms of service

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"ai"
],
"maxItems": 50
}

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.

[
{
"keyword": "ai",
"scrapedAt": "2025-01-25T03:11:27.213Z",
"tag": {
"objectType": "tag_info_row",
"id": "4107",
"serveId": "3d306b34309eb5ddc5c279ae8b63e8fd",
"backgroundColor": "#803217",
"image": "https://64.media.tumblr.com/d2994c3791f5d978913536625a043b85/f7f6bed2b25a5b16-c1/s640x960/2450fbca91eade01fe2a6f768815572cfed395c6.jpg",
"imageWidth": 640,
"imageHeight": 760,
"hubName": "artificial intelligence",
"newPostsCount": "110",
"newPostsCountInt": 110,
"showNewPostsCount": true,
"followersCount": "2.8M",
"followersCountInt": 2764969,
"showFollowersCount": true,
"isFollowed": false,
"loggingId": "SearchTags::0::artificial intelligence::3d306b34309eb5ddc5c279ae8b63e8fd",
"links": {
"tap": {
"type": "web",
"href": "https://www.tumblr.com/tagged/artificial%20intelligence?highlight_posts=t%3AToERx_7hs7D0ix31_rHGUg.773038176317128704%7E-9ll7kN_4KW8bEm5qHmpTRskRTxXJH_PWc_ICHAWLJA.",
"meta": {
"source": "search"
},
"queryParams": {
"highlightPosts": "t:ToERx_7hs7D0ix31_rHGUg.773038176317128704~-9ll7kN_4KW8bEm5qHmpTRskRTxXJH_PWc_ICHAWLJA."
}
}
}
}
},
...
]