Skip to documentation
Browse documentation

Get Raw Profile

Fetch sanitized raw public profile data for custom parsing

Capability ID tumblr.raw-profile.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

username string required

Tumblr username

Example ashishbishnoi-blog

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.

PathObserved typeExample
data object 30 fields
data.PeeprRoute object 1 fields
data.adPlacementConfiguration object 2 fields
data.analyticsInfo object 1 fields
data.apiFetchStore object 1 fields
data.apiUrl string [redacted:acquisition_url]
data.autoTruncatingPosts boolean true
data.chunkNames array 1 items
data.configRef object 27 fields
data.cssMapUrl string https://assets.tumblr.com/pop/cssmap-50cf93c8.json
data.gdprIsEu boolean true
data.isInitialRequestPeepr boolean true
data.isInitialRequestSSRModal boolean false
data.isLoggedIn object 2 fields
data.labsSettings object 0 fields
data.languageData object 2 fields
data.obfuscatedFeatures string [redacted:token]
data.privacy object 0 fields
data.queries object 2 fields
data.randomNumber number 0.9999859827603135
data.recaptchaV3PublicKey object 1 fields
data.reportingInfo object 2 fields
data.routeHidesLowerRightContent boolean false
data.routeName string peepr-blog-timeline
data.routeSet string main
data.routeUsesPalette boolean true
data.streamingSSR boolean true
data.supportedBrowserRegexp object 2 fields
data.timestamps boolean true
data.vapidPublicKey object 1 fields
data.viewport-monitor object 2 fields

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.