🧵 Threads Search Post Scraper
Pricing
from $4.99 / 1,000 results
🧵 Threads Search Post Scraper
🧵 Threads Search Post Scraper searches and collects Threads posts plus complete reply chains. 🔎 Capture text, author, timestamps, likes, reposts, media, links, hashtags & mentions. ⚡ Ideal for social listening, sentiment, competitor research, and trend analysis. 📊
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
API Empire
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Threads Search Post Scraper
Apify actor that loads Threads GraphQL credentials from the public search page, resolves each target post id, fetches the replies connection, and pushes flat post objects (same normalization as the standalone extract_posts script).
Input
- urls (required): Threads post URLs and/or numeric post IDs (same idea as
THREADS_POST_URL/THREADS_POST_IDin the standalone script). - proxyConfiguration: Used when the run escalates to the RESIDENTIAL tier.
Credential discovery uses the same fixed values as main.py: search query Mark Zuckerberg, serp_type=default, replies sort_order default TOP from build_replies_graphql_variables_json(post_id), feed_index=0 (no local search_feed.json in the actor).
Proxy strategy
- Try no proxy.
- On failure, try SHADER (datacenter).
- On failure, switch to RESIDENTIAL and stay on residential for the rest of the run.
- Up to 3 retries on residential (new session id per retry).
Output
Dataset items: normalized post dicts (post_url, user, text_post_app_info, caption, etc.).
Run locally
cd Threads-Search-Post-Scraperapify run