🧵 Threads Search Post Scraper avatar

🧵 Threads Search Post Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
🧵 Threads Search Post Scraper

🧵 Threads Search Post Scraper

Threads Search Post Scraper extracts posts from Threads search results based on keywords, hashtags, or topics. Collect post text, usernames, profile links, timestamps, likes, replies, and other public data in structured output. Great for trend tracking, research, and monitoring conversations.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Scraper Engine

Scraper Engine

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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_ID in 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

  1. Try no proxy.
  2. On failure, try SHADER (datacenter).
  3. On failure, switch to RESIDENTIAL and stay on residential for the rest of the run.
  4. 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-Scraper
apify run