Threads Scraper - Posts, Profiles & Replies avatar

Threads Scraper - Posts, Profiles & Replies

Pricing

$20.00/month + usage

Go to Apify Store
Threads Scraper - Posts, Profiles & Replies

Threads Scraper - Posts, Profiles & Replies

All-in-one Threads.net scraper: search posts by keyword, extract user profiles with followers, and collect reply threads. Full engagement data, contact extraction, media URLs. 20 parallel workers, auto-retry, proxy rotation.

Pricing

$20.00/month + usage

Rating

5.0

(1)

Developer

Raven

Raven

Maintained by Community

Actor stats

2

Bookmarked

17

Total users

2

Monthly active users

2 days ago

Last modified

Share

Threads Scraper — Extract Posts, Profiles, and Search Results from Threads.net

Scrape Threads.net posts, user profiles, follower and following lists, and search results at scale. Collect post text, engagement metrics (likes, replies, reposts, shares), profile data with follower counts and linked Instagram accounts, media URLs, and contact information. Process up to 20 requests in parallel with automatic retries.

Pricing

PlanPriceBest ForLink
Pay per result$2 / 1,000 resultsOne-time scraping, small batchesThreads Scraper Usage
Monthly subscription$20 / monthRegular monitoring, unlimited usageThreads Scraper Monthly

Both plans have identical functionality — choose the one that fits your workflow.

Key Features

  • Search posts by keyword — find Threads posts matching any search query, with full engagement data
  • Scrape user profiles — extract bio, follower count, verification status, profile links, and contact info
  • Scrape followers and following lists — paginate through a user's followers or the accounts they follow, each user as a separate dataset result (needs a logged-in session; ours is used by default)
  • Linked Instagram account — every profile and follower result includes the Instagram URL and ID of the same account
  • Scrape user posts individually — get each user's post as a separate dataset result with full pagination support
  • Extract post with replies — get a specific post with its first page of replies
  • Scrape all post replies — paginate through all replies on a post, each reply as a separate result
  • Parallel processing — up to 20 concurrent requests for maximum throughput
  • Auto-retry — 5 retry attempts per request for reliable results
  • Contact extraction — automatically finds emails and URLs in post text and user bios
  • Multiple media types — handles text posts, photos, videos, and carousels with full media URLs
  • Flexible input formats — accepts usernames, @usernames, or full profile/post URLs

What Data You Get

Search and post data

FieldDescription
post_idUnique post identifier
textFull post text
taken_atUnix timestamp
like_countNumber of likes
reply_countNumber of replies
repost_countNumber of reposts
quote_countNumber of quotes
reshare_countNumber of shares
usernameAuthor username
full_nameAuthor display name
is_verifiedVerified account flag
media_typeContent type: text (19), photo (1), video (2), carousel (8)
imagesArray of image URLs with dimensions
video_versionsVideo URLs (if video post)
carousel_mediaCarousel items (if carousel post)
post_urlDirect link to the post
emails_in_textEmails found in post text
urls_in_textURLs found in post text
reply_controlWho can reply: everyone, accounts_you_follow, mentioned_only
is_replyWhether this is a reply to another post

Profile data

FieldDescription
user_idNumeric user ID
usernameUsername
full_nameDisplay name
biographyBio text
bio_fragmentsStructured bio (mentions, hashtags, links)
bio_linksLinks from bio
profile_pic_urlAvatar URL
hd_profile_picsHD avatar versions
follower_countNumber of followers
is_verifiedVerified account flag
is_privatePrivate account flag
profile_urlDirect link to the Threads profile
instagram_urlLinked Instagram account URL
instagram_user_idNumeric ID of the linked Instagram account
recent_views_countRecent profile views shown on the profile header (may be null)
emails_in_bioEmails found in bio
urls_in_bioURLs found in bio

Followers / following data

Returned by user_followers and user_following — one dataset result per user.

How many users you get. For small and mid-size accounts Threads pages through the whole list, so you get everything up to maxItems. For large accounts Threads caps the list: it returns a single slice of roughly 50 users and stops offering a next page, no matter what maxItems you set. That is a Threads-side limit — the list simply cannot be paged deeper, by this Actor or any other tool.

FieldDescription
user_idNumeric user ID
usernameUsername
full_nameDisplay name
profile_pic_urlAvatar URL
is_verifiedVerified account flag
is_privatePrivate account flag
has_onboardedWhether the account is active on Threads
fbidMeta-internal account ID
profile_urlDirect link to the Threads profile
instagram_urlLinked Instagram account URL
instagram_user_idNumeric ID of the linked Instagram account

Post detail fields (additional)

FieldDescription
repliesArray of replies to this post (same data structure)
quoted_postQuoted post data
reposted_postReposted post data
link_previewLink preview attachment
text_fragmentsStructured text with mentions, hashtags, and links
is_paid_partnershipPaid partnership flag
is_pinned_to_profilePinned to profile flag

Use Cases

  • Social media monitoring — track brand mentions, trending topics, and audience sentiment on Threads in real time
  • Influencer research — find and evaluate Threads creators by follower count, engagement rate, and posting frequency for partnership decisions
  • Content analysis — analyze post performance, identify top-performing content formats, and track engagement patterns across keywords
  • Lead generation — extract contact information (emails, URLs) from Threads profiles and posts for outreach campaigns
  • Market research — monitor competitor activity, product discussions, and industry trends on Meta's text-based platform

How It Works

  1. Choose an actionsearch (find posts by keyword), profile (scrape user data), post (get specific posts with first page of replies), user_posts (get posts from user profiles as individual results), post_replies (get all replies to a post as individual results), user_followers (get a user's followers as individual results), or user_following (get the accounts a user follows as individual results)
  2. Provide inputs — keywords for search, usernames for profiles, or post URLs
  3. Actor processes in parallel — up to 20 concurrent requests
  4. Download results — structured JSON, CSV, or Excel from the Apify dataset

Input Parameters

ParameterTypeRequiredDescription
actionStringYessearch, profile, post, user_posts, post_replies, user_followers, or user_following
queriesString[]For searchList of search keywords
usernamesString[]For profile/user_posts/user_followers/user_followingUsernames, @username, or full profile URLs
postsString[]For post/post_repliesFull post URLs
serp_typeStringNodefault (posts) or accounts (search for accounts)
useOurAccountsBooleanNoAuthenticate using our own Threads accounts (default: true). No cookies needed from you
threadsCookiesStringNoJSON cookies from EditThisCookie extension — use your own session instead of ours
maxItemsIntegerNoMax results per query/username/post (default: 100, 0 = unlimited). For user_posts — max posts per user. For post_replies — max replies per post. For user_followers/user_following — max users per profile.

Authentication

A logged-in Threads session enables pagination for user posts (user_posts) and post replies (post_replies), returns more detailed data, and is required for user_followers and user_following — Threads serves follower and following lists only to logged-in sessions.

You have two ways to get one:

1. Use our accounts (default, nothing to do). useOurAccounts is on by default: the run borrows a logged-in Threads session from our own pool, uses it, and returns it when the run finishes. Each account is leased to a single run at a time, so runs never share a session. If every account is busy, the run continues unauthenticated and says so in the log. Available on paid runs of the pay-per-usage Actor.

2. Use your own cookies. Paste them into threadsCookies. Your cookies always take priority over our pool — when the field is filled, our accounts are not touched at all.

How to get cookies:

  1. Install the EditThisCookie v3 Chrome extension.
  2. Log into threads.net in your browser.
  3. Click the EditThisCookie icon and export cookies (the 5th button at the top of the cookie editor).
  4. Paste the exported JSON into the threadsCookies input field of this Actor.

Cookie expiry note: Threads cookies typically expire after a few days to weeks. If the scraper reports invalid authentication after a previous successful run, simply re-export fresh cookies from your browser.

Input examples

Search posts:

{
"action": "search",
"queries": ["python programming", "javascript", "AI tools"]
}

Scrape profiles:

{
"action": "profile",
"usernames": ["zuck", "@mosseri", "https://www.threads.net/@instagram"]
}

Get posts from user profiles (each post = separate result):

{
"action": "user_posts",
"usernames": ["zuck", "@mosseri"],
"maxItems": 50,
"threadsCookies": "[your cookies JSON here]"
}

Get a user's followers (each follower = separate result):

{
"action": "user_followers",
"usernames": ["zuck"],
"maxItems": 100,
"threadsCookies": "[your cookies JSON here]"
}

Get the accounts a user follows (each account = separate result):

{
"action": "user_following",
"usernames": ["zuck"],
"maxItems": 100,
"threadsCookies": "[your cookies JSON here]"
}

Scrape specific posts (with first page of replies):

{
"action": "post",
"posts": [
"https://www.threads.net/@zuck/post/DVrwsE5EdSz"
]
}

Get all replies to a post (each reply = separate result):

{
"action": "post_replies",
"posts": [
"https://www.threads.net/@zuck/post/DVrwsE5EdSz"
],
"maxItems": 200,
"threadsCookies": "[your cookies JSON here]"
}

Output Example

Search result

{
"post_id": "3578921456789012345",
"code": "DVp9LrHAjHq",
"text": "Just launched our new Python library for data processing...",
"taken_at": 1710000000,
"media_type": 19,
"like_count": 245,
"reply_count": 32,
"repost_count": 18,
"quote_count": 5,
"reshare_count": 12,
"username": "techdev",
"full_name": "Tech Developer",
"is_verified": true,
"is_reply": false,
"images": [],
"post_url": "https://www.threads.net/@techdev/post/DVp9LrHAjHq",
"emails_in_text": ["hello@techdev.com"],
"urls_in_text": ["https://github.com/techdev/library"]
}

Profile result

{
"user_id": 12345678901,
"username": "zuck",
"full_name": "Mark Zuckerberg",
"biography": "Building the future of connection.",
"profile_pic_url": "https://...",
"follower_count": 12500000,
"is_verified": true,
"is_private": false,
"bio_links": [{ "url": "https://meta.com" }],
"emails_in_bio": [],
"urls_in_bio": ["https://meta.com"],
"profile_url": "https://www.threads.net/@zuck",
"instagram_url": "https://www.instagram.com/zuck",
"instagram_user_id": "314216",
"recent_views_count": 3520
}

Follower / following result

{
"user_id": "63043102001",
"username": "zencodez",
"full_name": "Godwin Bamisaye",
"profile_pic_url": "https://...",
"is_verified": false,
"is_private": false,
"has_onboarded": true,
"fbid": "17841475166358863",
"profile_url": "https://www.threads.net/@zencodez",
"instagram_url": "https://www.instagram.com/zencodez",
"instagram_user_id": "63043102001"
}

FAQ

What data can I extract from Threads.net? Posts (text, likes, replies, reposts, media), user profiles (bio, followers, verification), and full reply threads. The scraper also extracts emails and URLs found in text and bios.

How many posts or profiles can I scrape per run? There is no hard limit. The Actor processes up to 20 requests concurrently, with 5 retry attempts per request. A typical run can process hundreds of search results or profiles.

Does the Threads scraper handle private accounts? No. Only publicly visible data from public profiles and posts is collected.

Can I search for accounts instead of posts? Yes. Set serp_type to accounts to search for Threads user profiles matching your keywords instead of posts.

What's the difference between the monthly and pay-per-use plans? Identical functionality. Monthly ($20/mo) is better for regular monitoring; pay-per-use ($2/1k results) is better for one-time scraping.

How do I scrape user posts? Use action: "user_posts" with a list of usernames. Each post is returned as a separate dataset result. Provide cookies via threadsCookies to enable pagination beyond the first page.

How do I scrape followers or following lists? Use action: "user_followers" or action: "user_following" with a list of usernames, and set maxItems to how many users you want per profile. Each user is returned as a separate dataset result with their Threads and Instagram profile links. These two actions need a logged-in session — Threads does not serve these lists to logged-out visitors. Leave useOurAccounts on and the run handles that itself; otherwise supply threadsCookies.

Why did a followers run return fewer users than the profile's follower count? Because Threads caps how deep follower and following lists can be paged. Small and mid-size accounts page normally — you get everything up to maxItems. Large accounts return a single slice of roughly 50 users with no next-page cursor, so a profile with millions of followers still yields about 50. Occasionally Threads refuses a large list entirely; the Actor logs a warning and moves on. In every case the Actor collects everything Threads is willing to return and deduplicates users across pages.

How do I get the Instagram account behind a Threads profile? Every profile, follower, and following result includes instagram_url and instagram_user_id. A Threads account is an Instagram account — it shares the same username and the same numeric ID.

My cookies stopped working Re-export cookies from your browser. Threads cookies expire periodically. Just repeat the EditThisCookie export steps above.

Is my Threads account safe when using cookies? The Actor only performs read-only operations (viewing profiles, posts, and search results). It does not post, like, follow, or modify anything on your account. Your cookies are never stored by the Actor.

Having issues? Help me fix them faster

If you experience any problems, please share your run data with me so I can debug and improve the Actor:

  1. Go to Apify Security Settings
  2. Find "Share run data with developers"
  3. In the "Manage list of Actors" section, check this Actor (or All Actors)
  4. Save

This data is used only for debugging and helps me resolve issues much faster. Thank you!

Support

Questions, bug reports, or feature requests: afrcanec@gmail.com

🏷️ Tags

Threads Scraper, Threads.net Scraper, Threads Data Extractor, Threads API, Social Media Scraper, Threads Posts Scraper, Threads Profile Scraper, Threads Search Scraper, Threads Followers Scraper, Threads Following Scraper, Follower List Extractor, Meta Threads, Instagram Threads Data, Engagement Metrics Extractor, Follower Count Tracker, Social Media Monitoring, Brand Mentions Tracker, Influencer Research Tool, Content Analysis Threads, Threads Reply Scraper, Social Media Lead Generation, Email Extractor Social Media, How to Scrape Threads, Extract Threads Data, Social Media Analytics, Trending Topics Tracker, Audience Analysis, Social Listening Tool, Social Media Data Mining, Competitor Monitoring Social, User Profile Extractor, Threads Engagement Analytics, Threads Media Scraper