List Images
tumblr.images.list
Extract all original-resolution images from a Tumblr blog
Request
curl -X POST https://data.upscrape.com/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input":{"username":"ashishbishnoi-blog"},"capability":"tumblr.images.list"}'
Input
| Field | Type | Required | Description |
|---|---|---|---|
username
| string | required | Tumblr username |
Output
| Field | Type | Required | Description |
|---|---|---|---|
images
| — | optional | |
totalCount
| — | optional |