VOOZH about

URL: https://apify.com/han-projects/good-threads-scraper

⇱ Threads Post Scraper - Video url included Β· Apify


πŸ‘ Threads Post Scraper - Video url included avatar

Threads Post Scraper - Video url included

Pricing

from $10.00 / 1,000 results

Go to Apify Store

Threads Post Scraper - Video url included

Given a threads.com post URL, extracts the direct CDN URL of the post's video, and of course relevant post info

Pricing

from $10.00 / 1,000 results

Rating

5.0

(1)

Developer

πŸ‘ Han

Han

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

18 hours ago

Last modified

Share

Threads Video Scraper

Extracts direct video URLs and post metadata from Threads post URLs.

Auth

The scraper can run unauthenticated for public posts. For posts that Threads only serves to a logged-in session, use one of these auth methods.

Local CLI profile login

This only works for local CLI runs. Apify actors cannot run an interactive login flow.

Run once with a persistent browser profile and a visible browser:

$uv run python main.py --login --user-data-dir .threads-profile

Log in to Threads in the opened browser, then press Enter in the terminal. Later runs with the same THREADS_USER_DATA_DIR reuse that session:

$THREADS_USER_DATA_DIR=.threads-profile uv run python main.py --print-only 'https://www.threads.com/@user/post/POST_ID'

You can also pass the profile path directly:

$uv run python main.py --user-data-dir .threads-profile --print-only 'https://www.threads.com/@user/post/POST_ID'

Cookies

For local CLI runs, provide cookies with THREADS_COOKIES or --cookies. The value can be either a raw Cookie header:

$THREADS_COOKIES='sessionid=...; csrftoken=...; ds_user_id=...' uv run python main.py --print-only 'https://www.threads.com/@user/post/POST_ID'

or a JSON cookie export array:

[
{
"name":"sessionid",
"value":"...",
"domain":".threads.com",
"path":"/",
"secure":true
}
]

For Apify, cookies are not part of input_schema.json. The actor reads the secret user_cookies environment variable instead. .actor/actor.json maps that variable to the local Apify CLI secret @threadsCookies, which is uploaded as an encrypted platform secret during apify push.

The Hermes daily deploy job refreshes threadsCookies from a persistent local Chromium profile before running apify run --purge and apify push --force. Initialize or repair that profile manually when it is logged out:

$uv run python main.py --login --user-data-dir .threads-profile

After login, the cron script extracts a fresh Cookie header from .threads-profile, updates the local Apify secret, tests locally, and deploys:

$~/.hermes/profiles/apify-mgr/scripts/refresh_threads_scraper.sh

Do not use the local --login flow inside actor runs; it is only for preparing the persistent local profile used by the cron job. Do not commit cookies or profile directories.

You might also like

Instagram Post Scraper - Video url included

han-projects/good-instagram-scraper

Given an instagram.com post/reel URL, extracts the direct CDN URL of the post's video, and of course relevant post info

🧡 Threads Search Post Scraper

scrapapi/threads-search-post-scraper

Threads Post Scraper

sinam7/threads-post-scraper

Scrape Threads posts and comments, post author only.

Threads URL Extractor

watcher.data/extract-threads-post-from-urls

Extract Threads post details from one or more post URLs and save successful results to the Apify dataset.

⚑️Instagram Post & Video Scraper, Video Post Downloader

scrapearchitect/instagram-post-video-scraper-video-post-downloader

πŸ“Έ Download videos from any Instagram post! 🎬 Get HD videos + thumbnails πŸ“₯, extract engagement metrics πŸ“Š (likes, comments), post metadata πŸ—‚οΈ & advanced technical video specs πŸ” Perfect for archiving & analysis! ⚑️Instagram Post & Video Scraper, Video Post Downloader πŸ“₯

πŸ‘ User avatar

Scrape Architect

22

LinkedIn Post Scraper - Extract Post Data by URL

thirdwatch/linkedin-post-scraper

Scrape a single LinkedIn post by URL. Extracts post text, author, timestamp, reactions, comment count, reposts, and media. No login or cookies needed.

Threads Video Downloader

futurizerush/threads-video-downloader

Extract video and image links from public Threads posts. Paste up to 20 post URLs, collect media URLs and post details, and export structured results. No login required.