Tumblr API
Scrape public Tumblr blogs for profiles, posts, and images with full pagination support
Platform ID
tumblr
Endpoints
6 capabilities
Status
100.0% success rate
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
Endpoint
Description
Cost
Open
List Images
tumblr.images.list
Extract all original-resolution images from a Tumblr blog
1 credit per request
Get Post Images
tumblr.post-images.get
Extract images from a specific Tumblr post
1 credit per request
List Posts
tumblr.posts.list
Fetch all posts from a Tumblr blog with automatic pagination
1 credit per request
Get Profile
tumblr.profile.get
Fetch a Tumblr user's profile information
1 credit per request
List Raw Posts
tumblr.raw-posts.list
Fetch all posts as raw JSON for custom parsing
1 credit per request
Get Raw Profile
tumblr.raw-profile.get
Fetch raw JSON profile data for custom parsing
1 credit per requestIntegration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.