Thread media downlaoder(video,images)
Pricing
Pay per event
Go to Apify Store

Thread media downlaoder(video,images)
this crawler is to download media from thread social platform i give you back the link where the downloaded file it and you can get it in png or mp4 format
Pricing
Pay per event
Rating
0.0
(0)
Developer

Mate Papava
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
6 days ago
Last modified
Categories
Share
Threadster Video Downloader Actor
A simple Apify Actor that downloads videos and images from Threads posts by extracting direct download links from threadster.app.
📥 What This Actor Needs (Input)
The Actor requires a single input parameter:
| Field | Type | Required | Description |
|---|---|---|---|
url | String | ✅ Yes | The Threads post URL you want to download |
Input Format
{"url": "https://www.threads.net/@username/post/POST_ID"}
✅ Valid URL Examples
https://www.threads.net/@thenatureshub/post/CvsLZsqOzt7/mediahttps://www.threads.net/@unicef/post/DQ1-SP6DqKphttps://www.threads.net/@zuck/post/C12345AbCdE
📤 What This Actor Returns (Output)
The Actor returns a dataset with the following structure:
{"source_url": "https://www.threads.net/@username/post/POST_ID","download_link": "https://downloads.acxcdn.com/threadster/video?token=..."}
Output Fields
| Field | Type | Description |
|---|---|---|
source_url | String | The original Threads post URL you provided |
download_link | String | Direct download link for the video or image |
Download Link Types
The download_link will be one of:
- Video:
https://downloads.acxcdn.com/threadster/video?token=... - Image:
https://downloads.acxcdn.com/threadster/image?token=...
The type depends on what the Threads post contains (video or image).