Get Tag
Fetch public Tumblr tag hub metadata and aggregate counts
Capability ID
tumblr.tag.get
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
tag
string
required
Tumblr tag
Example
photography
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
allowsSearchIndexing |
boolean |
true |
backgroundColor |
string |
#7d8413 |
description |
string |
For those who prefer to show rather than tell, photography takes preced… |
followerCount |
integer |
42448197 |
headerImage |
string |
https://64.media.tumblr.com/76dcca08cc3ab0adec33d48f47892dd9/294fe77d9a… |
headerLink |
string |
https://xanaxfarts.tumblr.com/post/756343077223972864/initiation-well |
isTrending |
boolean |
false |
name |
string |
photography |
newPostCount |
integer |
2343 |
postCount |
integer |
11035968 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.