TikTok Slideshow Downloader avatar

TikTok Slideshow Downloader

Pricing

from $4.50 / 1,000 downloaded photos

Go to Apify Store
TikTok Slideshow Downloader

TikTok Slideshow Downloader

Download photos from public TikTok slideshow URLs. Save each image to Apify storage with source links, author data, captions, post stats, file metadata, and dataset exports.

Pricing

from $4.50 / 1,000 downloaded photos

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

17 hours ago

Last modified

Share

📥 TikTok slideshow downloader for public photo posts

TikTok Slideshow Downloader downloads images from public TikTok photo and slideshow posts. Paste one or more TikTok /photo/ URLs and get every downloaded photo saved in Apify storage, plus a dataset with source URLs, post IDs, author fields, captions, photo indexes, file metadata, visible post stats, audio metadata, and scrape timestamps.

Use this TikTok slideshow downloader when you already have TikTok photo post URLs and need a repeatable way to save the images for research, review, archiving, social media operations, content QA, or downstream workflows. It works with public photo/slideshow posts only. You do not need to provide TikTok cookies, a TikTok login, or a TikTok API key.

For a small first run, keep the prefilled TikTok photo URL and the default Photo limit. Once the output shape looks right, paste your own list of public TikTok slideshow links, schedule the Actor, or run it through the Apify API.

✅ What this Actor does

  • Accepts public TikTok photo and slideshow post URLs.
  • Downloads each image TikTok exposes for a slideshow post.
  • Saves each downloaded photo to Apify key-value storage.
  • Emits one dataset item per successfully downloaded photo.
  • Adds the original URL, resolved source URL, TikTok post ID, author username, author name, caption, photo index, total photo count, and scrape time when TikTok exposes them.
  • Adds file metadata such as file name, content type, file size, storage key, source image URL, and Apify download URL.
  • Adds visible post stats and audio metadata when they are available.
  • Skips normal video URLs, private posts, unavailable posts, and temporarily undownloadable images without saving failure rows.
  • Stops at your total photo limit.

This Actor is focused on downloading slideshow images from known TikTok photo URLs. It does not discover TikTok posts from profiles, hashtags, search results, comments, followers, TikTok Shop, or trending feeds, and it does not download normal TikTok videos.

📦 Data you can export

Each output item represents one downloaded TikTok slideshow photo. Core fields include:

  • inputIndex and requestedUrl
  • sourceUrl and videoId
  • authorUsername and authorName
  • caption, photoIndex, and photoCount
  • downloadUrl
  • fileName, contentType, and fileSizeBytes
  • storageKey and sourceImageUrl
  • scrapedAt
  • post stats when available
  • audio metadata when available
  • userData when you pass custom data with a URL

You can open the dataset in Apify, export it as JSON, CSV, Excel, XML, RSS, or HTML, call it through the Apify API, schedule runs, or connect it to webhooks and integrations. The image files are stored separately and linked from each dataset row through downloadUrl.

🚀 How to run

  1. Paste one or more public TikTok photo/slideshow URLs in TikTok slideshow URLs.
  2. Keep Photo limit small for a test run, or raise it for larger batches.
  3. Start the Actor and open the dataset.
  4. Use each row's downloadUrl to download the saved image file.

Desktop, mobile, and short TikTok photo links are accepted when they resolve to a public /photo/ post. Video URLs, profile URLs, hashtag URLs, search URLs, comment URLs, and private posts are not supported.

🔧 Input

FieldWhat to enter
slideshowUrlsPublic TikTok photo/slideshow URLs. Each item can be a URL string or a request-list item with a url field.
maxItemsMaximum number of downloaded photos to save across the run. Default is 25.

Example input:

{
"slideshowUrls": [
{
"url": "https://www.tiktok.com/@qqvvp8/photo/7412309652462963974"
}
],
"maxItems": 25
}

📄 Output example

{
"inputIndex": 1,
"requestedUrl": "https://www.tiktok.com/@qqvvp8/photo/7412309652462963974",
"sourceUrl": "https://www.tiktok.com/@qqvvp8/photo/7412309652462963974",
"videoId": "7412309652462963974",
"authorUsername": "qqvvp8",
"authorName": "Creator",
"caption": "Example TikTok slideshow caption",
"photoIndex": 1,
"photoCount": 5,
"downloadUrl": "https://api.apify.com/v2/key-value-stores/.../records/tiktok-slideshow-1-7412309652462963974-1",
"fileName": "7412309652462963974-photo-1.jpg",
"contentType": "image/jpeg",
"fileSizeBytes": 123456,
"storageKey": "tiktok-slideshow-1-7412309652462963974-1",
"sourceImageUrl": "https://...",
"scrapedAt": "2026-05-29T00:00:00.000Z",
"post": {
"playCount": 1000,
"likeCount": 100,
"commentCount": 10,
"shareCount": 5,
"collectCount": 2
},
"audio": {
"id": "music-id",
"title": "original sound",
"authorName": "creator",
"original": true,
"durationSeconds": 15
}
}

Some fields can be null when TikTok does not expose them for the public post.

💳 Pricing

This Actor uses pay-per-event pricing. You are charged for each TikTok slideshow photo successfully downloaded and saved to storage.

Skipped URLs and photos that cannot be downloaded are not saved as dataset rows.

⚠️ Limits and caveats

  • The Actor needs direct TikTok photo/slideshow URLs.
  • Only public TikTok /photo/ posts are supported.
  • Normal TikTok video URLs are outside this Actor and are skipped.
  • Some TikTok posts may not expose downloadable slideshow images at run time.
  • Download URLs point to files saved in Apify storage for that run.
  • Output metadata depends on what TikTok exposes publicly at run time.

❓ FAQ

🎬 Does this download normal TikTok videos?

No. This Actor is intentionally focused on TikTok photo/slideshow posts. Use TikTok Video Downloader for normal video or audio downloads.

🔐 Do I need a TikTok account?

No. The Actor is built for public TikTok photo posts and does not ask you for TikTok login details, cookies, or an API key.

🔎 Can it find TikTok slideshows for me?

No. Paste direct TikTok photo post URLs. Profile crawling, hashtag search, TikTok search, comments, and feed discovery are outside this Actor.

📤 Can I export the downloaded photo list to CSV or Excel?

Yes. Results are saved to an Apify dataset, so you can export the metadata as JSON, CSV, Excel, XML, RSS, or HTML. The actual image files are saved in Apify storage and linked from each row.

📝 Changelog

  • 0.1: Initial release.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

🔗 Other actors

Made with ❤️ by Maxime Dupré