Thread media downlaoder(video,images) avatar
Thread media downlaoder(video,images)

Pricing

from $0.01 / result

Go to Apify Store
Thread media downlaoder(video,images)

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

from $0.01 / result

Rating

0.0

(0)

Developer

Mate Papava

Mate Papava

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

a month ago

Last modified

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:

FieldTypeRequiredDescription
urlString✅ YesThe 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/media
https://www.threads.net/@unicef/post/DQ1-SP6DqKp
https://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

FieldTypeDescription
source_urlStringThe original Threads post URL you provided
download_linkStringDirect download link for the video or image

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).